From 85a76ea4606389d8a14d6b9971a14a47136d5b7d Mon Sep 17 00:00:00 2001 From: Succuberry Date: Sun, 14 Jul 2024 15:13:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BC=D0=B8=D1=87=D1=83=20?= =?UTF-8?q?=D1=81=20=D0=BF=D0=BE=D0=B7=D0=BE=D1=80=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Food/JapanFood/pockypack/pockypacks.yml | 65 ------------------- 1 file changed, 65 deletions(-) delete mode 100644 Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/pockypack/pockypacks.yml diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/pockypack/pockypacks.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/pockypack/pockypacks.yml deleted file mode 100644 index 0328729b286..00000000000 --- a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/pockypack/pockypacks.yml +++ /dev/null @@ -1,65 +0,0 @@ -- type: entity - id: PockyPackBase - parent: [ BaseStorageItem, BaseBagOpenClose ] - name: Pocky Pack - abstract: true - components: - - type: Sprite - layers: - - state: closed - - state: open - map: ["openLayer"] - visible: false - - state: pok1 - map: ["pok1"] - sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi - visible: false - - state: pok2 - map: ["pok2"] - sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi - visible: false - - state: pok3 - map: ["pok3"] - sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi - visible: false - - type: Tag - tags: - - CigPack - - Trash - - type: PhysicalComposition - materialComposition: - Steel: 50 - - type: SpaceGarbage - - type: Item - size: Tiny - shape: # Yes, this is cursed, but it breaks otherwise, dont question it. - - 0,0,0,1 - - type: Storage - grid: - - 0,0,4,1 - - type: StorageFill - contents: - - id: chocopocky - amount: 10 - - type: ItemCounter - count: - tags: [Cigarette] - composite: true - layerStates: - - pok1 - - pok2 - - pok3 - - type: Appearance - - type: StaticPrice - price: 150 - -- type: entity - id: ChocolatePockyPack - parent: PockyPackBase - name: Chocolate Pocky Pack - description: - components: - - type: Sprite - sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi - - type: Item - sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi