Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 26, 2024
1 parent 3faaaa7 commit 0aa1fa8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 113 deletions.
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
- type: entity
parent: CrateGeneric
id: WoodenBarrel
name: wooden barrel
description: A musty old wooden barrel.
components:
- type: Sprite
sprite: _NF/Objects/Storage/Barrels/wood.rsi
layers:
- state: icon
map: ["enum.StorageVisualLayers.Base"]
- state: closed
map: ["enum.StorageVisualLayers.Door"]
- type: Icon
sprite: _NF/Objects/Storage/Barrels/wood.rsi
state: icon
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Wood
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 30
behaviors:
- !type:PlaySoundBehavior
sound:
collection: WoodDestroy
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank1:
min: 1
max: 4
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Construction
graph: WoodenBarrel
node: woodenbarrel
containers:
- entity_storage
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.3,0.2,0.4"
density: 150
mask:
- SmallMobMask #this is so they can go under plastic flaps
layer:
- MachineLayer
- type: Climbable
- type: StaticPrice
price: 50

- type: entity
parent: StorageTank
id: BaseBarrel
Expand Down
26 changes: 0 additions & 26 deletions Resources/Prototypes/_NF/Recipes/Crafting/Graphs/barrel.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Resources/Prototypes/_NF/Recipes/Crafting/barrel.yml

This file was deleted.

Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/meta.json

This file was deleted.

Binary file not shown.

0 comments on commit 0aa1fa8

Please sign in to comment.