0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00

EJGDELKANMO > amountByCasterMaxHPRatio

This commit is contained in:
Yuuki 2024-06-04 23:40:28 +08:00
parent 795453265f
commit 10a41412e0
14 changed files with 1581 additions and 21 deletions

View File

@ -6593,7 +6593,7 @@
{
"$type": "LoseHP",
"cdDelta": true,
"EJGDELKANMO": "PreAttack_LoseHP",
"amountByCasterMaxHPRatio": "PreAttack_LoseHP",
"enableInvincible": true,
"enableLockHP": true,
"MIIHJFFDKKC": ""

View File

@ -1260,7 +1260,7 @@
},
{
"$type": "LoseHP",
"EJGDELKANMO": "CrimsonPlum_LifeCostRatio",
"amountByCasterMaxHPRatio": "CrimsonPlum_LifeCostRatio",
"lethal": false,
"MIIHJFFDKKC": ""
},

View File

@ -573,7 +573,7 @@
"compareType": "LessAndEqual"
}
],
"EJGDELKANMO": "LifeCostRatio",
"amountByCasterMaxHPRatio": "LifeCostRatio",
"lethal": false,
"MIIHJFFDKKC": ""
}

View File

@ -365,7 +365,7 @@
{
"$type": "LoseHP",
"cdDelta": true,
"EJGDELKANMO": 0.30000001192092896,
"amountByCasterMaxHPRatio": 0.30000001192092896,
"LOMGEHKHEMK": 0.20000000298023224,
"lethal": false,
"MIIHJFFDKKC": ""

View File

@ -2279,7 +2279,7 @@
"onThinkInterval": [
{
"$type": "LoseHP",
"EJGDELKANMO": "HowlingSoul_LifeCostRatio",
"amountByCasterMaxHPRatio": "HowlingSoul_LifeCostRatio",
"lethal": false,
"MIIHJFFDKKC": ""
},

View File

@ -594,7 +594,7 @@
},
{
"$type": "LoseHP",
"EJGDELKANMO": "LifeCostRatio_LV1",
"amountByCasterMaxHPRatio": "LifeCostRatio_LV1",
"lethal": false,
"MIIHJFFDKKC": ""
},
@ -699,7 +699,7 @@
"onAdded": [
{
"$type": "LoseHP",
"EJGDELKANMO": "LifeCostRatio_LV2",
"amountByCasterMaxHPRatio": "LifeCostRatio_LV2",
"lethal": false,
"MIIHJFFDKKC": ""
},
@ -874,7 +874,7 @@
"onAdded": [
{
"$type": "LoseHP",
"EJGDELKANMO": "LifeCostRatio_LV3",
"amountByCasterMaxHPRatio": "LifeCostRatio_LV3",
"lethal": false,
"MIIHJFFDKKC": ""
},

View File

@ -274,7 +274,7 @@
"$type": "LoseHP",
"target": "Caster",
"amount": 0.0,
"EJGDELKANMO": 0.15000000596046448,
"amountByCasterMaxHPRatio": 0.15000000596046448,
"lethal": false,
"enableInvincible": true,
"enableLockHP": true,

View File

@ -221,7 +221,7 @@
"$type": "LoseHP",
"target": "Caster",
"amount": 0.0,
"EJGDELKANMO": 0.15000000596046448,
"amountByCasterMaxHPRatio": 0.15000000596046448,
"lethal": false,
"enableInvincible": true,
"enableLockHP": true,

View File

@ -2613,7 +2613,7 @@
"successActions": [
{
"$type": "LoseHP",
"EJGDELKANMO": 0.25,
"amountByCasterMaxHPRatio": 0.25,
"lethal": false,
"MIIHJFFDKKC": ""
}
@ -2621,7 +2621,7 @@
"failActions": [
{
"$type": "LoseHP",
"EJGDELKANMO": 0.10000000149011612,
"amountByCasterMaxHPRatio": 0.10000000149011612,
"lethal": false,
"MIIHJFFDKKC": ""
}
@ -4524,7 +4524,7 @@
"failActions": [
{
"$type": "LoseHP",
"EJGDELKANMO": 0.25,
"amountByCasterMaxHPRatio": 0.25,
"lethal": false,
"MIIHJFFDKKC": ""
}

View File

@ -222,7 +222,7 @@
"$type": "LoseHP",
"target": "Caster",
"amount": 0.0,
"EJGDELKANMO": 0.15000000596046448,
"amountByCasterMaxHPRatio": 0.15000000596046448,
"lethal": false,
"enableInvincible": true,
"enableLockHP": true,

View File

@ -53,7 +53,7 @@
"$type": "LoseHP",
"target": "Caster",
"amount": 0.0,
"EJGDELKANMO": 0.15000000596046448,
"amountByCasterMaxHPRatio": 0.15000000596046448,
"lethal": false,
"enableInvincible": true,
"enableLockHP": true,

View File

@ -146,7 +146,7 @@
"$type": "LoseHP",
"target": "Caster",
"amount": 0.0,
"EJGDELKANMO": 0.15000000596046448,
"amountByCasterMaxHPRatio": 0.15000000596046448,
"lethal": false,
"enableInvincible": true,
"enableLockHP": true,

View File

@ -831,7 +831,7 @@ async function runMappings(version = 1) {
//runRelic();
//runWeapon();
//runProp();
runMappings(2);
runMappings(1);
//runMappings(1);
//runGiveEmu(`/give 76544 lv19 x1 15001 501064,10 501204,10 501224,10 501234,10`);
//runGiveEmu(`/give 63036 lv15 s1 1:99 2:1 3:1 4:1`);

File diff suppressed because it is too large Load Diff