Added Bananadine (#21759)
* added bananadine and its functionallity (and backed banana peel) * added baked banana peals sprites * fixed typos and changed the sprite used by backed banan peel to the right one * Changed the cooktime and now grinded baked banana leaves have carbon * Updated bananadine description * Ficed typo in ragent-desc-bananadine * Reverted actidental change to nocturine
This commit is contained in:
@@ -16,6 +16,9 @@ reagent-desc-thc = The main psychoactive compound in cannabis.
|
||||
reagent-name-thc-oil = THC oil
|
||||
reagent-desc-thc-oil = Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than its natural form and can be used to numb chronic pain in patients.
|
||||
|
||||
reagent-name-bananadine = Bananadine
|
||||
reagent-desc-bananadine = A mild psychedelic that is found in small traces in banana peels.
|
||||
|
||||
reagent-name-nicotine = Nicotine
|
||||
reagent-desc-nicotine = Dangerous and highly addictive, but that's what the propaganda says.
|
||||
|
||||
|
||||
@@ -304,6 +304,28 @@
|
||||
grindableSolutionName: food
|
||||
- type: SpaceGarbage
|
||||
|
||||
- type: entity
|
||||
name: baked banana peel
|
||||
parent: TrashBananaPeel
|
||||
id: TrashBakedBananaPeel
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||
state: baked-peel
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||
heldPrefix: baked-peel
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
reagents:
|
||||
- ReagentId: PulpedBananaPeel
|
||||
Quantity: 1
|
||||
- ReagentId: Bananadine
|
||||
Quantity: 1
|
||||
- ReagentId: Carbon
|
||||
Quantity: 2
|
||||
|
||||
- type: entity
|
||||
name: mimana peel
|
||||
parent: TrashBananaPeel
|
||||
|
||||
@@ -250,6 +250,24 @@
|
||||
time: 5
|
||||
refresh: false
|
||||
|
||||
- type: reagent
|
||||
id: Bananadine
|
||||
name: reagent-name-bananadine
|
||||
group: Narcotics
|
||||
desc: reagent-desc-bananadine
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: bitter
|
||||
color: "#ffff00"
|
||||
metabolisms:
|
||||
Narcotic:
|
||||
effects:
|
||||
- !type:GenericStatusEffect
|
||||
key: SeeingRainbows
|
||||
component: SeeingRainbows
|
||||
type: Add
|
||||
time: 5
|
||||
refresh: false
|
||||
|
||||
# Probably replace this one with sleeping chem when putting someone in a comatose state is easier
|
||||
- type: reagent
|
||||
id: Nocturine
|
||||
|
||||
@@ -1613,6 +1613,14 @@
|
||||
Sigynate: 50
|
||||
Dermaline: 50
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTrashBakedBananaPeel
|
||||
name: baked banana peel recipe
|
||||
result: TrashBakedBananaPeel
|
||||
time: 5
|
||||
solids:
|
||||
TrashBananaPeel: 1
|
||||
|
||||
# Suppermatter
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeSuppermatter
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -33,6 +33,23 @@
|
||||
"name": "peel-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "baked-peel"
|
||||
},
|
||||
{
|
||||
"name": "baked-peel2"
|
||||
},
|
||||
{
|
||||
"name": "baked-peel3"
|
||||
},
|
||||
{
|
||||
"name": "baked-peel-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "baked-peel-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "seed"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user