Skip to content

Commit

Permalink
Sprite additions and fix (#672)
Browse files Browse the repository at this point in the history
* initial push

* rolling back file

* fix for radios

* Update radio.yml

* removing

* removing more radio to commit on another branch

* Update RadioSpeakerComponent.cs

* more adjustments

* Update radio.yml

* Update radio.yml

* Update radio.yml
  • Loading branch information
bryan-hub authored Nov 11, 2024
1 parent e2ab5a0 commit 6f5af58
Show file tree
Hide file tree
Showing 4 changed files with 65 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,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.
Binary file modified Resources/Textures/_Nuclear14/Tiles/wasteswampbottomrightcorner.png
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 6f5af58

Please sign in to comment.