mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
actions types - attack roll
This commit is contained in:
parent
4c7f3a02c4
commit
edaf5df9e0
35 changed files with 1015 additions and 165 deletions
45
lang/en.json
45
lang/en.json
|
|
@ -145,6 +145,7 @@
|
|||
}
|
||||
},
|
||||
"General": {
|
||||
"Name": "Name",
|
||||
"Hope": "Hope",
|
||||
"Fear": "Fear",
|
||||
"Duality": "Duality",
|
||||
|
|
@ -449,6 +450,10 @@
|
|||
"twoHanded": "Two-Handed"
|
||||
},
|
||||
"Range": {
|
||||
"self": {
|
||||
"name": "Self",
|
||||
"description": "means yourself."
|
||||
},
|
||||
"melee": {
|
||||
"name": "Melee",
|
||||
"description": "means a character is within touching distance of the target. PCs can generally touch targets up to a few feet away from them, but melee range may be greater for especially large NPCs."
|
||||
|
|
@ -1202,10 +1207,48 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
"Tooltip": {
|
||||
"openItemWorld": "Open Item World",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"Actions": {
|
||||
"Types": {
|
||||
"Attack": {
|
||||
"Name": "Attack"
|
||||
},
|
||||
"Spellcast": {
|
||||
"Name": "Spellcast"
|
||||
},
|
||||
"Resource": {
|
||||
"Name": "Resource"
|
||||
},
|
||||
"Damage": {
|
||||
"Name": "Damage"
|
||||
},
|
||||
"Healing": {
|
||||
"Name": "Healing"
|
||||
},
|
||||
"Summon": {
|
||||
"Name": "Summon"
|
||||
},
|
||||
"Effect": {
|
||||
"Name": "Effect"
|
||||
},
|
||||
"Macro": {
|
||||
"Name": "Macro"
|
||||
}
|
||||
}
|
||||
},
|
||||
"RollTypes": {
|
||||
"ability": {
|
||||
"name": "Ability"
|
||||
},
|
||||
"weapon": {
|
||||
"name": "Weapon"
|
||||
},
|
||||
"spellcast": {
|
||||
"name": "SpellCast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue