sm-plugins/entWatch/cfg/sourcemod/entwatch/maps/ze_serpentis_escape_a12.cfg
zaCade b250cb13fe entWatch: Configurations.
Just storing them here, incase of well idk.
2019-04-30 22:47:27 +02:00

60 lines
1.5 KiB
INI

"entities"
{
"0"
{
"name" "Poison Snake"
"shortname" "Poison"
"color" "09BE00"
"buttonclass" "func_button"
"filtername" "player_poison"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "247161"
"mode" "2"
"maxuses" "0"
"cooldown" "50"
"maxamount" "1"
}
"1"
{
"name" "Heal Snake"
"shortname" "Heal"
"color" "FFFFFF"
"buttonclass" "func_button"
"filtername" "player_heal"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "442004"
"mode" "2"
"maxuses" "0"
"cooldown" "50"
"maxamount" "1"
}
"2"
{
"name" "Fire Snake"
"shortname" "Fire"
"color" "BB0000"
"buttonclass" "func_button"
"filtername" "player_fire"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "883204"
"mode" "2"
"maxuses" "0"
"cooldown" "50"
"maxamount" "1"
}
}