2023-03-14 19:23:19 +01:00
|
|
|
{
|
2023-08-10 13:05:56 +02:00
|
|
|
"TYPES": {
|
|
|
|
"Actor": {
|
|
|
|
"character": "Character",
|
|
|
|
"minion": "Minion"
|
|
|
|
},
|
|
|
|
"Item": {
|
|
|
|
"Skill": "Skill",
|
|
|
|
"Perk": "Perk",
|
|
|
|
"Power": "Power",
|
|
|
|
"Talent": "Talent",
|
|
|
|
"Advantage": "Advantage",
|
|
|
|
"Martialart": "Martial art",
|
|
|
|
"Limitation": "Limitation",
|
|
|
|
"Complication": "Complication",
|
|
|
|
"Equipment": "Equipment",
|
|
|
|
"Currency": "Currency",
|
|
|
|
"Maneuver": "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
|
|
|
}
|
|
|
|
}
|