From d10885742b479849bb12973e1881fb7c06e65ec4 Mon Sep 17 00:00:00 2001 From: DmitriyRubetskoy <75271456+DmitriyRubetskoy@users.noreply.github.com> Date: Sat, 3 Jul 2021 04:16:21 +0300 Subject: [PATCH] Omnizine and donk-pockets (#4250) Co-authored-by: Swept --- .../Consumable/Food/Baked/donkpocket.yml | 36 +++++++++++++++++- .../Consumable/Food/Containers/box.yml | 16 ++++++++ Resources/Prototypes/Reagents/medicine.yml | 21 ++++++++++ .../Food/Baked/donkpocket.rsi/dink-box.png | Bin 0 -> 427 bytes .../Food/Baked/donkpocket.rsi/dink.png | Bin 0 -> 318 bytes .../Food/Baked/donkpocket.rsi/meta.json | 6 +++ 6 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/dink-box.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/dink.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml index 814a195790..c24a919ef9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml @@ -21,6 +21,7 @@ # Donkpocket # Warm gives +5 nutriment. +# Warm ones contain a small amount of Omnizine. - type: entity name: donk-pocket @@ -68,6 +69,8 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 4 - type: entity name: spicy-pocket @@ -80,7 +83,7 @@ - type: entity name: warm spicy-pocket - parent: FoodDonkpocketDank + parent: FoodDonkpocketSpicy id: FoodDonkpocketSpicyWarm description: The classic snack food, now maybe a bit too spicy. components: @@ -89,6 +92,8 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 - type: Sprite state: spicy @@ -112,6 +117,8 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 - type: entity name: pizza-pocket @@ -131,13 +138,15 @@ name: warm pizza-pocket parent: FoodDonkpocketPizza id: FoodDonkpocketPizzaWarm - description: An East Asian take on the classic stationside snack, now steamy and warm. + description: Cheese filling really hits the spot when warm. components: - type: SolutionContainer contents: reagents: - ReagentId: Nutriment Quantity: 15 + - ReagentId: Omnizine + Quantity: 2 - type: entity name: honk-pocket @@ -150,6 +159,7 @@ reagents: - ReagentId: Nutriment Quantity: 5 + - ReagentId: Omnizine - type: Sprite state: banana @@ -164,6 +174,8 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 - type: entity name: berry-pocket @@ -190,6 +202,10 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 + - ReagentId: Glucose + Quantity: 2 - type: entity name: gondola-pocket @@ -215,3 +231,19 @@ reagents: - ReagentId: Nutriment Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 + +- type: entity + name: dink-pocket + parent: FoodDonkpocketBase + id: FoodDonkpocketDink + description: An off-brand lizard donk-pocket, filled with pickled carrot and wrapped with seaweed. Best eaten cold, or even better, not eaten at all. + components: + - type: SolutionContainer + contents: + reagents: + - ReagentId: Nutriment + Quantity: 2 + - type: Sprite + state: dink diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 08cca5a0a2..b3264ef81e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -357,3 +357,19 @@ contents: - id: FoodDonkpocketHonk amount: 6 + +- type: entity + parent: FoodBoxDonkpocket + id: FoodBoxDonkpocketDink + name: box of dink-pockets + description: Net Zero carbohydrates! No need for heating! + components: + - type: Sprite + state: dink-box + - type: Item + sprite: Objects/Consumable/Food/Baked/donkpocket.rsi + color: green + - type: StorageFill + contents: + - id: FoodDonkpocketDink + amount: 6 diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index a34e89132a..16dba85352 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -356,3 +356,24 @@ desc: Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients. physicalDesc: skunky color: "#DAA520" + +- type: reagent + id: Omnizine + name: Omnizine + desc: A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete. + physicalDesc: soothing + color: "#fcf7f9" + metabolism: + - !type:HealthChangeMetabolism + healthChange: -2 + damageClass: Burn + - !type:HealthChangeMetabolism + healthChange: -2 + damageClass: Toxin + - !type:HealthChangeMetabolism + healthChange: -2 + damageClass: Airloss + - !type:HealthChangeMetabolism + healthChange: -2 + damageClass: Brute + diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/dink-box.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/dink-box.png new file mode 100644 index 0000000000000000000000000000000000000000..eba69a81bdf21227ea852946a9fdff069a189ac9 GIT binary patch literal 427 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|CI|S0xE?rg zz)nEGT}Wt>w)VEv)cN}Q$9j6=BqeiXWs{_(3+3h8)YWt3<*SvIbM=MGl$G1n)w=^^ z=SM14x=Kw9k~=v`bAGJc^?9cIEiDseWt-I0e8t79_p*k!uqu}+%O%Q5he=C#NVsfw zQLk5*iIDN!?&-Y9x$%4Bjh{DW{-4?MvE^-=+MBuM&kC(_m$C<63-15lFR6S=8R$I2 zk|4iehW{jjR|1c&0X27ex;Tbd^uE1h$ah$Q$Khhkkr@drMxHwF>UUY)m60xed0}CE zN2_{cL+ebJq3#Jon6T9Zt-$wA-+e+Rvvbs*(^Ifw z)?@fQ!LX8b$!D8&lOx3*h#j{qnJpTyF#W<;i5W}*K8zd0Upj8P)Px#_(?=TR9J=Wl(7oJFc5}+C01w`p@Ps#!9iSF=q$dAFXiCs=F_-1xm4^>sCBR% z0)~iA6~&?^iVog4g-h=8tP4{{dd4Xf&k07*qoM6N<$f*cHp4FCWD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json index 7b6a77fc7a..8b64f3577a 100644 --- a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json @@ -51,6 +51,12 @@ }, { "name": "teriyaki-box" + }, + { + "name": "dink-box" + }, + { + "name": "dink" }, { "name": "inhand-left",