s20260709_DeDn8PQlRWhVRkUA3cLk

This commit is contained in:
yuvlian
2026-07-20 17:19:20 +07:00
commit 89a4b21b4b
8503 changed files with 3803850 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
{
"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"
}
]
}