Files
DanhengServer-Resources/Config/ConfigAdventureModifier/AdventureModifier_Item_Special.json
2025-12-27 18:07:41 +08:00

33 lines
874 B
JSON

{
"ModifierMap": {
"ADV_ItemAbility_402029": {
"LifeTime": -1.0,
"Level": 1,
"LevelMax": 1,
"IsCountDownAfterBattle": true,
"ApplyBehaviorFlagBindEffects": true,
"TickInterval": 1.0,
"OnCreate": [
{
"$type": "RPG.GameCore.AdventureModifyMazeMP",
"ModifyFunction": "Add",
"ModifyValue": {
"FixedValue": {
"RawValue": -149061134974976,
"Value": -34706.0,
"Path": "AdventureModifier_Item_Special.ModifierMap.ADV_ItemAbility_402029.OnCreate.0.ModifyValue.FixedValue"
}
},
"TaskEnabled": true,
"IsClientOnly": true
},
{
"$type": "RPG.GameCore.RemoveSelfModifier",
"TaskEnabled": true
}
],
"Count": -1,
"Stacking": "Replace"
}
}
}