2023-03-14 19:23:19 +01:00
|
|
|
{
|
2023-08-10 13:05:56 +02:00
|
|
|
"TYPES": {
|
|
|
|
"Actor": {
|
|
|
|
"character": "Character",
|
|
|
|
"minion": "Minion"
|
|
|
|
},
|
|
|
|
"Item": {
|
2023-08-24 15:59:54 +02:00
|
|
|
"skill": "Skill",
|
|
|
|
"perk": "Perk",
|
|
|
|
"power": "Power",
|
|
|
|
"talent": "Talent",
|
|
|
|
"advantage": "Advantage",
|
|
|
|
"martialart": "Martial art",
|
|
|
|
"limitation": "Limitation",
|
|
|
|
"complication": "Complication",
|
|
|
|
"equipment": "Equipment",
|
|
|
|
"currency": "Currency",
|
|
|
|
"maneuver": "Maneuver"
|
2023-08-10 13:05:56 +02:00
|
|
|
}
|
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
|
|
|
}
|
|
|
|
}
|