Files
LimbusStaticData/Localize/en/EN_ChoiceEventTarget.json
2026-07-20 17:19:20 +07:00

56 lines
1.1 KiB
JSON

{
"dataList": [
{
"id": "Ally",
"content": "Friendly Units"
},
{
"id": "RandomAlly",
"content": "Random Friendly Units"
},
{
"id": "EveryAlly",
"content": "All Allies"
},
{
"id": "EveryEnemy",
"content": "All Enemies"
},
{
"id": "ChosenPersonality",
"content": "The Selected Identity"
},
{
"id": "HighestHpAlly",
"content": "Friendly Units with the most HP"
},
{
"id": "LowestHpAlly",
"content": "Friendly Units with the least HP"
},
{
"id": "HighestMpAlly",
"content": "Friendly Units with the highest SP"
},
{
"id": "LowestMpAlly",
"content": "Friendly Units with the lowest SP"
},
{
"id": "NotFullHpAlly",
"content": "Friendly Units whose HP is not full"
},
{
"id": "NotAffectedAlly",
"content": "Allies unaffected by previous effects"
},
{
"id": "LowestHpRatioAlly",
"content": "Ally with the lowest HP percentage"
},
{
"id": "Every",
"content": "All"
}
]
}