diff --git a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/barrel.yml b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/barrel.yml index 1b568262482..0f5f702f97a 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/barrel.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/barrel.yml @@ -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 diff --git a/Resources/Prototypes/_NF/Recipes/Crafting/Graphs/barrel.yml b/Resources/Prototypes/_NF/Recipes/Crafting/Graphs/barrel.yml deleted file mode 100644 index ac91b2e2370..00000000000 --- a/Resources/Prototypes/_NF/Recipes/Crafting/Graphs/barrel.yml +++ /dev/null @@ -1,26 +0,0 @@ -- type: constructionGraph - id: WoodenBarrel - start: start - graph: - - node: start - edges: - - to: woodenbarrel - steps: - - material: WoodPlank - amount: 5 - doAfter: 5 - - - node: woodenbarrel - entity: WoodenBarrel - edges: - - to: start - steps: - - tool: Prying - doAfter: 2 - completed: - - !type:SpawnPrototype - prototype: MaterialWoodPlank1 - amount: 5 - - !type:EmptyAllContainers - - !type:DeleteEntity - diff --git a/Resources/Prototypes/_NF/Recipes/Crafting/barrel.yml b/Resources/Prototypes/_NF/Recipes/Crafting/barrel.yml deleted file mode 100644 index a6649928cba..00000000000 --- a/Resources/Prototypes/_NF/Recipes/Crafting/barrel.yml +++ /dev/null @@ -1,12 +0,0 @@ -- type: construction - name: wooden barrel - id: WoodenBarrel - graph: WoodenBarrel - startNode: start - targetNode: woodenbarrel - category: construction-category-storage - description: A musty old wooden barrel. - icon: - sprite: _NF/Objects/Storage/Barrels/wood.rsi - state: icon - objectType: Structure \ No newline at end of file diff --git a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/closed.png b/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/closed.png deleted file mode 100644 index b111827b8e5..00000000000 Binary files a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/closed.png and /dev/null differ diff --git a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/icon.png b/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/icon.png deleted file mode 100644 index bfc92c166d4..00000000000 Binary files a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/meta.json b/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/meta.json deleted file mode 100644 index 8e941fd7d61..00000000000 --- a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/meta.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation PR https://github.com/tgstation/tgstation/pull/38977, modified by rosieposieeee", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "closed" - }, - { - "name": "open" - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/open.png b/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/open.png deleted file mode 100644 index bfc92c166d4..00000000000 Binary files a/Resources/Textures/_NF/Objects/Storage/Barrels/wood.rsi/open.png and /dev/null differ