Update ram_attack.json

#43
This commit is contained in:
ChibiMango
2022-07-13 21:22:43 +01:00
parent 8fe89d90b9
commit 686fa009db

View File

@@ -24,7 +24,7 @@
"knockback_force": { "knockback_force": {
"title": "Knockback Force", "title": "Knockback Force",
"type": "number", "type": "number",
"default": 5000000, "default": 5.0,
"description": "The force of the knockback of the ram attack." "description": "The force of the knockback of the ram attack."
}, },
"knockback_height": { "knockback_height": {
@@ -65,13 +65,13 @@
"ram_speed": { "ram_speed": {
"title": "Ram Speed", "title": "Ram Speed",
"type": "number", "type": "number",
"default": 2000000, "default": 2.0,
"description": "Sets the entity's speed when charging toward the target." "description": "Sets the entity's speed when charging toward the target."
}, },
"run_speed": { "run_speed": {
"title": "Run Speed", "title": "Run Speed",
"type": "number", "type": "number",
"default": 1000000, "default": 1.0,
"description": "Sets the entity's speed when running toward the target." "description": "Sets the entity's speed when running toward the target."
}, },
"trigger": { "trigger": {