Wiki Fix For Loot Modifier Predicates
SomewhatDamaged opened this issue ยท 0 comments
Describe what documentation needs updated or added:
This is a fix for the Loot Predicates page.
Why is this documentation needed:
A small mistake
"type"
in the examples should be "condition"
.
Also maybe drop the first entry down a line to make it neater and make the tab spacing 2 as with the previous page (Loot Modifiers).
Eg:
{
"condition":"pmmo:skill_level",
"skill":"skillname", //required
"level_min": 10, //optional
"level_max": 20 //optional
}