Added Aura type to action areas

This commit is contained in:
WBHarry 2026-06-30 16:19:05 +02:00
parent 329d820aab
commit ab4fb6970f
8 changed files with 45 additions and 11 deletions

View file

@ -113,7 +113,8 @@
"area": {
"sectionTitle": "Areas",
"shape": "Shape",
"size": "Size"
"size": "Size",
"hasHole": "Area Hole"
},
"displayInChat": "Display in chat",
"deleteTriggerTitle": "Delete Trigger",
@ -870,6 +871,10 @@
"bruiser": "for each Bruiser adversary.",
"solo": "for each Solo adversary."
},
"AreaTypes": {
"aura": { "label": "Aura" },
"placed": { "label": "Placed Area" }
},
"ArmorInteraction": {
"none": { "label": "Ignores Armor" },
"active": { "label": "Active w/ Armor" },