RC-125 | Add ability reference in the Skill data model
This commit is contained in:
parent
16c46e9649
commit
f39c1b7721
3 changed files with 34 additions and 9 deletions
|
|
@ -19,12 +19,14 @@
|
|||
"HeroSkillsCardV1": "Hero Skill Card"
|
||||
},
|
||||
"common": {
|
||||
"ability": {
|
||||
"abilities": {
|
||||
"grit": "Grit",
|
||||
"gait": "Gait",
|
||||
"grip": "Grip",
|
||||
"glim": "Glim"
|
||||
"glim": "Glim",
|
||||
"thin-glim": "Thin Glim"
|
||||
},
|
||||
"ability": "Ability",
|
||||
"access": {
|
||||
"Common": "Common",
|
||||
"Uncommon": "Uncommon",
|
||||
|
|
@ -95,10 +97,10 @@
|
|||
"Apps": {
|
||||
"move-run": "@RipCrypt.common.move • @RipCrypt.common.run",
|
||||
"traits-range": "@RipCrypt.common.traits • @RipCrypt.common.range",
|
||||
"grit-skills": "@RipCrypt.common.ability.grit Skills",
|
||||
"gait-skills": "@RipCrypt.common.ability.gait Skills",
|
||||
"grip-skills": "@RipCrypt.common.ability.grip Skills",
|
||||
"glim-skills": "@RipCrypt.common.ability.glim Skills",
|
||||
"grit-skills": "@RipCrypt.common.abilities.grit Skills",
|
||||
"gait-skills": "@RipCrypt.common.abilities.gait Skills",
|
||||
"grip-skills": "@RipCrypt.common.abilities.grip Skills",
|
||||
"glim-skills": "@RipCrypt.common.abilities.glim Skills",
|
||||
"a11y": {
|
||||
"guts-value-edit": "The current amount of guts the character has",
|
||||
"guts-value-readonly": "The current amount of guts the character has",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue