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