Suhariki (#4)
* init * Porting is complete Still WIP * small stuff * SmallStuff * awawawa * Нас рано * Engi * More luck * removed some shit (cherry picked from commit e1d745655b0e7253ea4e4814b82dd56e90153514)
This commit is contained in:
@@ -45,5 +45,6 @@
|
||||
- FoodFrozenSnowconeRainbow
|
||||
- FoodSnackPistachios
|
||||
- FoodSnackSemki
|
||||
- FoodSnackSuhariki # WD
|
||||
chance: 0.8
|
||||
offset: 0.0
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
- type: entity # WD Engi Exclusive
|
||||
parent: BaseItem
|
||||
id: FoodSnackSuhariki
|
||||
name: suhariki
|
||||
description: Old relic of the past, you can barely read the label "Kirieshki".
|
||||
components:
|
||||
- type: Food
|
||||
trash: FoodPacketSuharikiTrash
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheap
|
||||
- bread
|
||||
- type: Sprite
|
||||
sprite: White/Objects/Consumable/Food/Suhariki/suhariki.rsi
|
||||
state: suhariki
|
||||
- type: Tag
|
||||
tags:
|
||||
- FoodSnack
|
||||
- type: BadFood
|
||||
- type: Suhariki
|
||||
chance: 0.25
|
||||
damage:
|
||||
types:
|
||||
Blunt: 10
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: White/Objects/Consumable/Food/Suhariki/suhariki.rsi
|
||||
heldPrefix: suhariki
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 5 # No extra room for condiments
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 1
|
||||
- ReagentId: Omnizine
|
||||
Quantity: 4
|
||||
- type: SpaceGarbage
|
||||
- type: StaticPrice
|
||||
price: 500
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: FoodPacketTrash
|
||||
id: FoodPacketSuharikiTrash
|
||||
name: suhariki bag
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: White/Objects/Consumable/Food/Suhariki/suhariki.rsi
|
||||
state: suhariki-trash
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: White/Objects/Consumable/Food/Suhariki/suhariki.rsi
|
||||
heldPrefix: suhariki
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
name: Зуб
|
||||
parent: BaseItem
|
||||
id: SuharikiTooth
|
||||
description: Может быть он твой, а может и не твой.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: White/Objects/Consumable/Food/Suhariki/tooth.rsi
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/White/Object/Misc/Suhariki/tooth_drop_1.ogg
|
||||
- type: EmitSoundOnCollide
|
||||
sound:
|
||||
path: /Audio/White/Object/Misc/Suhariki/tooth_drop_2.ogg
|
||||
- type: SpaceGarbage
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
|
||||
Reference in New Issue
Block a user