mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 00:16:51 +00:00
Add damage fields
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
"criteria.entity": "Entity",
|
||||
"criteria_add": "Add Criterion",
|
||||
"criteria_remove": "Remove Criterion",
|
||||
"damage.blocked": "Blocked",
|
||||
"damage.dealt": "Damage Dealt",
|
||||
"damage.taken": "Damage Taken",
|
||||
"damage.type": "Damage Type",
|
||||
"damage_source.bypasses_armor": "Bypass Armor",
|
||||
"damage_source.bypasses_invulnerability": "Void",
|
||||
"damage_source.bypasses_magic": "Starvation",
|
||||
|
||||
@@ -1455,6 +1455,21 @@
|
||||
"type": "object",
|
||||
"color": "dark",
|
||||
"fields": [
|
||||
{
|
||||
"id": "dealt",
|
||||
"translate": "damage.dealt",
|
||||
"type": "range"
|
||||
},
|
||||
{
|
||||
"id": "taken",
|
||||
"translate": "damage.taken",
|
||||
"type": "range"
|
||||
},
|
||||
{
|
||||
"id": "blocked",
|
||||
"translate": "damage.blocked",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"id": "source_entity",
|
||||
"type": "object",
|
||||
@@ -1476,6 +1491,7 @@
|
||||
"translate": "damage.type",
|
||||
"type": "object",
|
||||
"color": "dark",
|
||||
"collapse": true,
|
||||
"value": "damage_source"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user