Updated behavior.play_dead
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"duration": {
|
"duration": {
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 1000000,
|
"default": 1.0,
|
||||||
"description": "The amount of time the mob will remain playing dead (in seconds)."
|
"description": "The amount of time the mob will remain playing dead (in seconds)."
|
||||||
},
|
},
|
||||||
"filters": {
|
"filters": {
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"random_start_chance": {
|
"random_start_chance": {
|
||||||
"title": "Random Start Chance",
|
"title": "Random Start Chance",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 1000000,
|
"default": 1.0,
|
||||||
"description": "The likelihood of this goal starting upon taking damage."
|
"description": "The likelihood of this goal starting upon taking damage."
|
||||||
},
|
},
|
||||||
"random_damage_range": {
|
"random_damage_range": {
|
||||||
|
|||||||
Reference in New Issue
Block a user