Skip to content

Commit 939adb5

Browse files
authored
add mapfinfo support for [snow town] (SirPlease#927)
set tank ban flow and more pills .
1 parent 362f70d commit 939adb5

1 file changed

Lines changed: 66 additions & 1 deletion

File tree

cfg/cfgogl/zonemod/mapinfo.txt

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,72 @@
30993099
"pain_pills" "4"
31003100
}
31013101
}
3102-
3102+
3103+
//=======================================================================
3104+
//=============== Snow Town 冰雪小镇
3105+
"snowtown_m1"
3106+
{
3107+
"tank_ban_flow"
3108+
{
3109+
"early"
3110+
{
3111+
"min" "0"
3112+
"max" "35"
3113+
}
3114+
}
3115+
}
3116+
"snowtown_m3"
3117+
{
3118+
"tank_ban_flow"
3119+
{
3120+
"lane"
3121+
{
3122+
"min" "76"
3123+
"max" "81"
3124+
}
3125+
"late"
3126+
{
3127+
"min" "84"
3128+
"max" "100"
3129+
}
3130+
}
3131+
"ItemLimits"
3132+
{
3133+
"pain_pills" "3"
3134+
}
3135+
}
3136+
"snowtown_m4"
3137+
{
3138+
"tank_ban_flow"
3139+
{
3140+
"stairs"
3141+
{
3142+
"min" "25"
3143+
"max" "30"
3144+
}
3145+
"late"
3146+
{
3147+
"min" "67"
3148+
"max" "100"
3149+
}
3150+
}
3151+
}
3152+
"snowtown_m5"
3153+
{
3154+
"tank_ban_flow"
3155+
{
3156+
"near the event"
3157+
{
3158+
"min" "67"
3159+
"max" "100"
3160+
}
3161+
}
3162+
"ItemLimits"
3163+
{
3164+
"pain_pills" "5"
3165+
}
3166+
}
3167+
31033168
//-------- ↓↓↓ you can add custom info here ↓↓↓
31043169

31053170

0 commit comments

Comments
 (0)