-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/forklifts.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
15 changes: 15 additions & 0 deletions
15
Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+7.11 KB
Resources/Textures/_Nuclear14/Structures/Misc/forklifts.rsi/yellowforklift.png
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
BIN
+384 Bytes
(140%)
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.