Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2001/csgo/cfg/map-configs/ze_purification_a1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mcr_map_extend_times "0"
// 最小值: 0
// 最大值: 2
// 类 型: int32
vip_map_extend_times "1"
vip_map_extend_times "2"


///
Expand Down Expand Up @@ -115,7 +115,7 @@ ze_knockback_scale "1.4"
// 最小值: 0.1
// 最大值: 3.0
// 类 型: float
ze_cash_damage_zombie "0.9"
ze_cash_damage_zombie "1.0"


///
Expand Down
7 changes: 6 additions & 1 deletion 2001/sharp/configs/bosses/ze_purification_a1.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"hitbox": "boss_hitbox",
"display": "巴托莉",
"stages": 4
},
{
"iterator": "s3_math_wushi_hp",
"hitbox": "s3_break_wushi",
"display": "巫师"
}
]
}
}
8 changes: 8 additions & 0 deletions 2001/sharp/configs/rewards/ze_purification_a1.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,13 @@
"econPasses": 12,
"econDamage": 22000,
"econIntern": 0.36
},
"3": {
"rankPasses": 15,
"rankDamage": 20000,
"rankIntern": 0.48,
"econPasses": 12,
"econDamage": 22000,
"econIntern": 0.36
}
}
Loading