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

24 lines
628 B
JSON
Raw Normal View History

2023-03-14 19:23:19 +01:00
{
"ACTOR": {
"TypeCharacter": "Character"
},
"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
}
}