Updated
This commit is contained in:
@@ -3,68 +3,31 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.stomp_attack",
|
||||
"description": "Allows the mob to use the polar bear's melee attack.",
|
||||
"type": "object",
|
||||
"title": "Stomp attack 1.8.0",
|
||||
"title": "Stomp Attack 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"attack_once": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this mob will attack only one time.",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"attack_types": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Defines the entity types this mob will attack",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"probability": {
|
||||
"type": "number",
|
||||
"default": 0.02,
|
||||
"description": "The probability of sneezing. A value of 1.00 is 100%",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"attack_once": { "type": "boolean", "default": false, "description": "If true, this mob will attack only one time.", "title": "TODO Title" },
|
||||
"attack_types": { "type": "string", "default": "", "description": "Defines the entity types this mob will attack", "title": "TODO Title" },
|
||||
"probability": { "type": "number", "default": 0.02, "description": "The probability of sneezing. A value of 1.00 is 100%", "title": "TODO Title" },
|
||||
"random_stop_interval": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Defines the probability the mob will stop fighting. A value of 0 disables randomly stopping, while a value of 1 defines a 50% chance",
|
||||
"title": "TODO title"
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"reach_multiplier": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "Multiplier for how far outside its box the mob can reach its target (this can be used to simulate a mob with longer arms by making this bigger)",
|
||||
"title": "TODO title"
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"require_complete_path": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this goal will only trigger if the mob can reach its target.",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"sound": {
|
||||
"type": "string",
|
||||
"description": "Sound to play when the sneeze occurs.",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"track_target": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this mob will chase after the target as long as it's a valid target",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"stomp_range_multiplier": {
|
||||
"type": "number",
|
||||
"title": "Stomp range multiplier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"no_damage_range_multiplier": {
|
||||
"type": "number",
|
||||
"title": "No damage range multiplier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
"require_complete_path": { "type": "boolean", "default": false, "description": "If true, this goal will only trigger if the mob can reach its target.", "title": "TODO Title" },
|
||||
"sound": { "type": "string", "description": "Sound to play when the sneeze occurs.", "title": "TODO Title" },
|
||||
"track_target": { "type": "boolean", "default": false, "description": "If true, this mob will chase after the target as long as it's a valid target", "title": "TODO Title" },
|
||||
"stomp_range_multiplier": { "type": "number", "title": "Stomp Range Multiplier", "description": "UNDOCUMENTATED" },
|
||||
"no_damage_range_multiplier": { "type": "number", "title": "No Damage Range Multiplier", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user