Adds construction for wooden barricades, solar panels + solar trackers (#3472)
* Added barricades and textures for hidden doors Constructable barricades and textures for square wall hidden doors * Added solar assembly & tracker. Restructured power construction Added solar tracker and assembly construction and textures. (Trackers don't work at present). Moved APC and solar item sot construction/power.yml Moved power based items to "Utility" in construction menu. * Localisation changes Added flammable to barricades. Added localisation to barricades and all solar entities. * Removed hidden doors Removed .rsi for hidden doors as wasn't able to get non airlock doors working. * Adds solar crate to cargo * Fixed tests * Removed glass from solar crate Removing glass from solars crate until stacks can be specified. * Added deconstruction to solar graphs * Added deconstruction to barricade And fixed nodes for solars. * Fixed materials * Fixed meta indent and solartracker type * Fixed materials, physics & naming Added new physics fixtures to barricade and solars Changed solar tracker board to electronics. Changed material ID for destruction of wooden barricades to new ID. * Changed back to prototype from component step Component step does not work for electronics only machine boards. * Localisation fixes 1 * yaml linter fixes Removed obsolete code * Update meta.json * Fix trailing comma Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
5
Resources/Locale/en-US/entities/barricades.ftl
Normal file
5
Resources/Locale/en-US/entities/barricades.ftl
Normal file
@@ -0,0 +1,5 @@
|
||||
### Barricades entity prototype data.
|
||||
|
||||
ent-barricade = wooden barricade
|
||||
.desc = The poor man's barrier, not nearly as strong or cool looking.
|
||||
|
||||
15
Resources/Locale/en-US/entities/solar_panels.ftl
Normal file
15
Resources/Locale/en-US/entities/solar_panels.ftl
Normal file
@@ -0,0 +1,15 @@
|
||||
### Power entity prototype data.
|
||||
|
||||
|
||||
###Solars
|
||||
ent-solar-tracker = solar tracker
|
||||
.desc = A solar tracker. Can be wired to a solar array and computer to track solar positions.
|
||||
ent-solar-assembly = solar assembly
|
||||
.desc = A solar assembly. Anchor to a wire to start building a solar panel.
|
||||
ent-solar-panel = solar panel
|
||||
.desc = Generates power from sunlight. Usually used to power replacements for sunlight. Fragile.
|
||||
|
||||
ent-solar-tracker-electronics = solar tracker electronics
|
||||
.desc = An electronics board for making a solar tracker.
|
||||
ent-solar-assembly-part = solar assembly parts
|
||||
.desc = Used in the construction of solar assemblies for solar panels and trackers.
|
||||
Reference in New Issue
Block a user