Added excluded_items to pickup_items
This commit is contained in:
@@ -30,6 +30,14 @@
|
|||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Cooldown After Being Attacked"
|
"title": "Cooldown After Being Attacked"
|
||||||
},
|
},
|
||||||
|
"excluded_items": {
|
||||||
|
"title": "Excluded Items",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"title": "Excluded Item",
|
||||||
|
"$ref": "../../../../general/item/identifier.json"
|
||||||
|
}
|
||||||
|
},
|
||||||
"goal_radius": {
|
"goal_radius": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0.5,
|
"default": 0.5,
|
||||||
@@ -60,6 +68,7 @@
|
|||||||
"can_pickup_any_item": false,
|
"can_pickup_any_item": false,
|
||||||
"can_pickup_to_hand_or_equipment": true,
|
"can_pickup_to_hand_or_equipment": true,
|
||||||
"cooldown_after_being_attacked": true,
|
"cooldown_after_being_attacked": true,
|
||||||
|
"excluded_items": [],
|
||||||
"goal_radius": 0.5,
|
"goal_radius": 0.5,
|
||||||
"max_dist": 0,
|
"max_dist": 0,
|
||||||
"pickup_based_on_chance": false,
|
"pickup_based_on_chance": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user