diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/forklifts.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/forklifts.yml new file mode 100644 index 0000000000..c871c3a2f1 --- /dev/null +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/forklifts.yml @@ -0,0 +1,50 @@ +- type: entity + parent: BaseStructure + id: N14WreckForklift + name: wrecked forklift + description: an old forklift + components: + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-1.2,-0.3,1.1,0.4" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:SpawnEntitiesBehavior + spawn: + SheetSteel1: + min: 1 + max: 5 + N14ScrapSteel1: + min: 3 + max: 10 + N14ScrapLead1: + min: 1 + max: 4 + - !type:EmptyAllContainersBehaviour + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - type: Sprite + sprite: _Nuclear14/Structures/Misc/forklifts.rsi + layers: + - state: yellowforklift + + diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/tractors.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/tractors.yml new file mode 100644 index 0000000000..abe7be688b --- /dev/null +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/tractors.yml @@ -0,0 +1,50 @@ +- type: entity + parent: BaseStructure + id: N14WreckTractor + name: wrecked tractor + description: an old fusion tractor + components: + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-1.2,-0.3,1.1,0.4" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:SpawnEntitiesBehavior + spawn: + SheetSteel1: + min: 1 + max: 5 + N14ScrapSteel1: + min: 3 + max: 10 + N14ScrapLead1: + min: 1 + max: 4 + - !type:EmptyAllContainersBehaviour + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - type: Sprite + sprite: _Nuclear14/Structures/Misc/tractors.rsi + layers: + - state: redtractor + + diff --git a/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/meta.json new file mode 100644 index 0000000000..29d2efae66 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "made by maxxorion for nuclear14", + "size": { + "x": 101, + "y": 56 + }, + "states": [ + { + "name": "yellowforklift", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/yellowforklift.png b/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/yellowforklift.png new file mode 100644 index 0000000000..6e983b4a71 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/yellowforklift.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/meta.json new file mode 100644 index 0000000000..6b6185a236 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "made by maxxorion for nuclear14", + "size": { + "x": 101, + "y": 56 + }, + "states": [ + { + "name": "redtractor", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/redtractor.png b/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/redtractor.png new file mode 100644 index 0000000000..b754551a38 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Misc/tractors.rsi/redtractor.png differ