Template:AdjustReagent: Difference between revisions
From Space Station 14 Wiki
(docs) |
(docs) |
||
Line 27: | Line 27: | ||
"reagent": { | "reagent": { | ||
"label": "Reagent name", | "label": "Reagent name", | ||
"description": " | "description": "Will be looked up from https://wiki.spacestation14.io/wiki/User:Moony/chem_prototypes.json", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true |
Revision as of 15:09, 24 June 2024
{{AdjustReagent|amount=4|prob=0.1|reagent=Histamine|when=more than 1u lexorin present}}
→
10% chance to add 4 histamine when more than 1u lexorin present.
{{AdjustReagent|amount=-1|prob=0.5|reagent=GrapeSoda|when=slipping on a floor}}
→
50% chance to remove 1 grape soda when slipping on a floor.
Describes a chance of adding or removing certain reagent when a condition satisfies.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Amount of change | amount | Usually a whole number
| Number | suggested |
Probability of a change occurring | prob | A number from 0 to 1.
| Number | required |
Reagent name | reagent | Will be looked up from https://wiki.spacestation14.io/wiki/User:Moony/chem_prototypes.json | String | required |
Condition | when | no description
| String | required |