Skip to content

Commit

Permalink
two
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Dec 23, 2024
1 parent 50fe2c3 commit 3672997
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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


Original file line number Diff line number Diff line change
@@ -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


Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3672997

Please sign in to comment.