increase_doriki
Used to increase the player's doriki
Format
increase_doriki
├─ amount
- Integer
└─ source
- Source of the doriki, if its not present a NATURAL source is assumed
Context
Context | |
---|---|
Required | minecraft:this_entity - Mandatory as the entity that obtains the doriki |
Optional | mineminenomi:completed_challenge - Used purely for determining the source of the obtained doriki |
Example
{
"functions": [
{
"function": "mineminenomi:increase_doriki",
"amount": 200,
"source": "NATURAL"
}
]
}