Moproaches (#38700)
* MOPROACHES * rerun test - random test fail of doom * added to random pest event, with same prob as cancer mouse * rerun test - random test fail of doom 2 electric boogaloo * changed moproach obtain methods * no crafting of moproaches allowed :( * Reverted content of file. * requested changes * requested changes * requested changes * Increase moproach health by 5 - requested by Emo on discord * spaaaaaaaaaaaaaaaaaaaaaaaaace * microwave recipe added * no surgery this week * spaaaaaaaaaaaaaaaaaaace 2 more space for your space * space * new mopshoes sprite * in-hands * inhands v2 --------- Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
@@ -2422,3 +2422,16 @@
|
||||
FoodMeat: 1
|
||||
FoodTomato: 1
|
||||
FoodSoybeans: 2 # replace these with green beans once those become a thing
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeMoproach # TODO: Move this to be an actual surgery instead, once surgery gets implemented.
|
||||
name: moproach recipe
|
||||
result: MobMoproach
|
||||
time: 30
|
||||
group: Other
|
||||
reagents:
|
||||
SpaceCleaner: 15
|
||||
solids:
|
||||
MobMothroach: 1
|
||||
OrganAnimalHeart: 1
|
||||
MoproachShoes: 1
|
||||
|
||||
@@ -36,3 +36,50 @@
|
||||
doAfter: 5
|
||||
- node: suit
|
||||
entity: ClothingOuterSuitIan
|
||||
|
||||
- type: constructionGraph
|
||||
id: MoproachShoes
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: shoes
|
||||
steps:
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- node: shoes
|
||||
entity: MoproachShoes
|
||||
|
||||
@@ -13,3 +13,11 @@
|
||||
targetNode: suit
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: MoproachShoes
|
||||
graph: MoproachShoes
|
||||
startNode: start
|
||||
targetNode: shoes
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
Reference in New Issue
Block a user