mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
699 lines
30 KiB
JSON
699 lines
30 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "DynamicAbility_RogueDungeon_Level",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueNoInitMixin",
|
|
"globalValueKey": "SGV_ROGUE_BOMBREJECT",
|
|
"valueSteps": [
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"BombRejectHandler"
|
|
]
|
|
},
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueNoInitMixin",
|
|
"globalValueKey": "SGV_ROGUECURSE_MONSTERBUFF",
|
|
"valueSteps": [
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"MonsterGetBuff"
|
|
]
|
|
},
|
|
{
|
|
"$type": "AttachModifierToSelfGlobalValueNoInitMixin",
|
|
"globalValueKey": "SGV_ROGUECURSE_BOMBDAMAGE",
|
|
"valueSteps": [
|
|
0.5,
|
|
1.5
|
|
],
|
|
"modifierNameSteps": [
|
|
"BombExtraDamage"
|
|
]
|
|
}
|
|
],
|
|
"abilitySpecials": {
|
|
"attackbylevelentity_LV": 0.0,
|
|
"masterybygear_LV": 0.0,
|
|
"reviveroombuff_LV": 0.0,
|
|
"battleroombuff_LV": 0.0,
|
|
"chargebylevelentity_LV": 0.0,
|
|
"mutehurtbylevelentity_LV": 0.0,
|
|
"defencebylevelentity_LV": 0.0,
|
|
"MAX_attackbylevelentity_LV": 20.0,
|
|
"MAX_mutehurtbylevelentity_LV": 10.0,
|
|
"MAX_defencebylevelentity_LV": 10.0,
|
|
"MAX_chargebylevelentity_LV": 10.0,
|
|
"MAX_masterybygear_LV": 20.0,
|
|
"MAX_reviveroombuff_LV": 2.0,
|
|
"MAX_battleroombuff_LV": 6.0,
|
|
"PER_attackbylevelentity": 0.012000000104308128,
|
|
"PER_chargebylevelentity": 0.019999999552965164,
|
|
"PER_mutehurtbylevelentity": 0.009999999776482582,
|
|
"PER_defencebylevelentity": 0.019999999552965164,
|
|
"PER_masterybygear": 1.0,
|
|
"PER_reviveroombuff": 0.11999999731779099,
|
|
"PER_battleroombuff": 0.03999999910593033
|
|
},
|
|
"modifiers": {
|
|
"MonsterGetBuff": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0
|
|
},
|
|
"UNIQUE_MonsterGetBuff_Effect": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"doOffStage": true,
|
|
"value": 1.0,
|
|
"key": "GV_ROGUE_CURSEEFF",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"doOffStage": true,
|
|
"value": -1.0,
|
|
"key": "GV_ROGUE_CURSEEFF",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"BombExtraDamage": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_BombExtraDamage_Effect"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_BombExtraDamage_Effect": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"doOffStage": true,
|
|
"value": 1.0,
|
|
"key": "GV_ROGUE_CURSEEFF",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"doOffStage": true,
|
|
"value": -1.0,
|
|
"key": "GV_ROGUE_CURSEEFF",
|
|
"maxValue": 0.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
"AttackByLevelEntityHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_ATTACKBYLEVELENTITY",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_ATTACKBYLEVELENTITY",
|
|
"OGAHELLALBB": "attackbylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "AttackByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "AttackByLevelEntity_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"AttackByLevelEntity_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_AttackByLevelEntity_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_AttackByLevelEntity_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_AddHurtDelta": [
|
|
"PER_attackbylevelentity",
|
|
"attackbylevelentity_LV",
|
|
"Mul"
|
|
]
|
|
}
|
|
},
|
|
"ChargeSpeedByLevelEntityHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_CHARGEBYLEVELENTITY",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_CHARGEBYLEVELENTITY",
|
|
"OGAHELLALBB": "chargebylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "ChargeByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ChargeByLevelEntity_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ChargeByLevelEntity_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_ChargeByLevelEntity_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_ChargeByLevelEntity_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_ChargeEfficiencyDelta": [
|
|
"PER_chargebylevelentity",
|
|
"chargebylevelentity_LV",
|
|
"Mul"
|
|
]
|
|
}
|
|
},
|
|
"MuteHurtByLevelEntityHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_MUTEHURTBYLEVELENTITY",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Team",
|
|
"key": "SGV_ROGUE_MUTEHURTBYLEVELENTITY",
|
|
"value": "MAX_mutehurtbylevelentity_LV",
|
|
"compareType": "LessAndEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_MUTEHURTBYLEVELENTITY",
|
|
"OGAHELLALBB": "mutehurtbylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "MuteHurtByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "MuteHurtByLevelEntity_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"MuteHurtByLevelEntity_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_MuteHurtByLevelEntity_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_MuteHurtByLevelEntity_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_PhysicalSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_FireSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_ElecSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_WaterSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_GrassSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_WindSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_IceSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
],
|
|
"Actor_RockSubHurtDelta": [
|
|
"PER_mutehurtbylevelentity",
|
|
"mutehurtbylevelentity_LV",
|
|
"Mul"
|
|
]
|
|
}
|
|
},
|
|
"DefenceByLevelEntityHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_DEFENCEBYLEVELENTITY",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_DEFENCEBYLEVELENTITY",
|
|
"OGAHELLALBB": "defencebylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "DefenceByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "DefenceByLevelEntity_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"DefenceByLevelEntity_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_DefenceByLevelEntity_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_DefenceByLevelEntity_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_DefenceRatio": [
|
|
"PER_defencebylevelentity",
|
|
"defencebylevelentity_LV",
|
|
"Mul"
|
|
]
|
|
}
|
|
},
|
|
"BombRejectHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_BombReject_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_BombReject_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "RejectAttackMixin",
|
|
"attackTag": "Rogue_BombAttack"
|
|
}
|
|
]
|
|
},
|
|
"MasteryByGearHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_MASTERYBYGEAR",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_MASTERYBYGEAR",
|
|
"OGAHELLALBB": "masterybygear_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "MasteryByGear_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "MasteryByGear_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"MasteryByGear_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_MasteryByGear_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_MasteryByGear_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_ElemMasteryDelta": [
|
|
10.0,
|
|
"masterybygear_LV",
|
|
"Mul"
|
|
]
|
|
}
|
|
},
|
|
"ReviveRoomBuffHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_REVIVEROOMBUFF",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Team",
|
|
"key": "SGV_ROGUE_REVIVEROOMBUFF",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_REVIVEROOMBUFF",
|
|
"OGAHELLALBB": "reviveroombuff_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "ReviveRoomBuff_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ReviveRoomBuff_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ReviveRoomBuff_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_ReviveRoomBuff_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_ReviveRoomBuff_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_AddHurtDelta": [
|
|
"PER_reviveroombuff",
|
|
"reviveroombuff_LV",
|
|
"Mul",
|
|
"PER_reviveroombuff",
|
|
"Sub"
|
|
]
|
|
}
|
|
},
|
|
"BattleRoomBuffHandler": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "DoActionOnGlobalValueChangeMixin",
|
|
"globalValueKey": "SGV_ROGUE_BATTLEROOMBUFF",
|
|
"OAEEBLALAPO": [
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Team",
|
|
"key": "SGV_ROGUE_BATTLEROOMBUFF",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_BATTLEROOMBUFF",
|
|
"OGAHELLALBB": "battleroombuff_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "BattleRoomBuff_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "BattleRoomBuff_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"BattleRoomBuff_Manager": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"modifierMixins": [
|
|
{
|
|
"$type": "LocalAvatarsMixin",
|
|
"modifierName": "UNIQUE_BattleRoomBuff_Avatar"
|
|
}
|
|
]
|
|
},
|
|
"UNIQUE_BattleRoomBuff_Avatar": {
|
|
"modifierName": "",
|
|
"isUnique": true,
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_AddHurtDelta": [
|
|
"PER_battleroombuff",
|
|
"battleroombuff_LV",
|
|
"Mul",
|
|
"PER_battleroombuff",
|
|
"Sub"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "AttackByLevelEntityHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ChargeSpeedByLevelEntityHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "MuteHurtByLevelEntityHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "DefenceByLevelEntityHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "MasteryByGearHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ReviveRoomBuffHandler"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "BattleRoomBuffHandler"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_ATTACKBYLEVELENTITY",
|
|
"OGAHELLALBB": "attackbylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "AttackByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "AttackByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_CHARGEBYLEVELENTITY",
|
|
"OGAHELLALBB": "chargebylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "ChargeByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ChargeByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_MUTEHURTBYLEVELENTITY",
|
|
"OGAHELLALBB": "mutehurtbylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "MuteHurtByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "MuteHurtByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_DEFENCEBYLEVELENTITY",
|
|
"OGAHELLALBB": "defencebylevelentity_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "DefenceByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "DefenceByLevelEntity_Manager"
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Team",
|
|
"key": "SGV_ROGUE_REVIVEROOMBUFF",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_REVIVEROOMBUFF",
|
|
"OGAHELLALBB": "reviveroombuff_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "ReviveRoomBuff_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "ReviveRoomBuff_Manager"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"target": "Team",
|
|
"key": "SGV_ROGUE_BATTLEROOMBUFF",
|
|
"value": 0.0,
|
|
"compareType": "MoreThan"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "SetGlobalValueToOverrideMap",
|
|
"globalValueKey": "SGV_ROGUE_BATTLEROOMBUFF",
|
|
"OGAHELLALBB": "battleroombuff_LV"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"modifierName": "BattleRoomBuff_Manager"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "BattleRoomBuff_Manager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |