This commit is contained in:
DaanV2
2021-06-08 17:06:03 +02:00
parent ff3344cff0
commit cf2fa6212a
38 changed files with 27447 additions and 44 deletions

View File

@@ -59,11 +59,11 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport` or `none'.",
"description": "'chorus_teleport` or `none`.",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"cooldown_type": { "type": "string", "description": "'chorusfruit` or `none'.", "enum": ["chorusfruit", "none"] },
"cooldown_type": { "type": "string", "description": "'chorusfruit` or `none`.", "enum": ["chorusfruit", "none"] },
"cooldown_time": { "type": "integer", "description": "Cooldown time in ticks." },
"can_always_eat": { "type": "boolean", "description": "Can always eat this item? true or false." },
"effects": {

View File

@@ -72,14 +72,14 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport` or `none'.",
"description": "'chorus_teleport` or `none`.",
"title": "UNDOCUMANTED",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json", "title": "UNDOCUMANTED" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit` or `none'.",
"description": "'chorusfruit` or `none`.",
"title": "UNDOCUMANTED",
"enum": ["chorusfruit", "none"]
},

View File

@@ -88,14 +88,14 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport` or `none'.",
"description": "'chorus_teleport` or `none`.",
"title": "UNDOCUMANTED",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit` or `none'.",
"description": "'chorusfruit` or `none`.",
"title": "UNDOCUMANTED",
"enum": ["chorusfruit", "none"]
},

View File

@@ -29,7 +29,7 @@
},
"using_converts_to": {
"title": "Using Converts To",
"description": "When used, convert the *this* item to the one specified by `using_converts_to'.",
"description": "When used, convert the *this* item to the one specified by `using_converts_to`.",
"type": "string"
}
}

View File

@@ -29,7 +29,7 @@
},
"using_converts_to": {
"title": "Using Converts To",
"description": "When used, convert the *this* item to the one specified by `using_converts_to'.",
"description": "When used, convert the *this* item to the one specified by `using_converts_to`.",
"type": "string"
}
}