sm-plugins/ItemSpawn/cfg/sourcemod/entwatch/maps/ze_chroma_v0_4.cfg

79 lines
1.9 KiB
INI
Raw Normal View History

"entities"
{
"0"
{
"name" "Red-Cyan"
"shortname" "Red"
"color" "FA6464"
"buttonclass" "func_button"
"filtername" "rcitemuser"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "521169"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"1"
{
"name" "Green-Magenta"
"shortname" "Green"
"color" "64FA64"
"buttonclass" "func_button"
"filtername" "gmitemuser"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "523179"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"2"
{
"name" "Blue-Yellow"
"shortname" "Blue"
"color" "6464FA"
"buttonclass" "func_button"
"filtername" "byitemuser"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "524594"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"3"
{
"name" "Chromatic Heal"
"shortname" "Heal"
"color" "FFFFFF"
"buttonclass" "func_button"
"filtername" "healitemuser"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "525032"
"mode" "2"
"maxuses" "0"
"cooldown" "120"
"maxamount" "1"
}
}