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
Requiredminecraft:this_entity - Mandatory as the entity that obtains the haki exp
Optionalmineminenomi:completed_challenge - Used purely for determining the source of the obtained haki exp

Example

{
    "functions": [
        {
            "function": "mineminenomi:increase_observation_exp",
            "amount": 10,
            "source": "CHALLENGE"
        }
    ]
}
Last change: 2024-09-22