fvtt-hero-system-6/lang/en.json

25 lines
658 B
JSON
Raw Normal View History

2023-03-14 19:23:19 +01:00
{
"ACTOR": {
2023-08-09 18:05:16 +02:00
"TypeCharacter": "Character",
"TypeMinion": "Minion"
2023-03-14 19:23:19 +01:00
},
"ITEM": {
"TypeSkill": "Skill",
"TypePerk": "Perk",
"TypePower": "Power",
"TypeTalent": "Talent",
"TypeAdvantage": "Advantage",
"TypeMartialart": "Martial art",
"TypeLimitation": "Limitation",
"TypeComplication": "Complication",
"TypeEquipment": "Equipment",
2023-03-21 14:01:27 +01:00
"TypeCurrency": "Currency",
"TypeManeuver": "Maneuver"
2023-07-07 15:35:24 +02:00
},
"COMBAT": {
"TurnPrev": "Previous initiative",
"RoundPrev": "Previous segment",
"TurnNext": "Next initiative",
"RoundNext": "Next segment"
2023-03-14 19:23:19 +01:00
}
}