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

118 lines
2.9 KiB
INI
Raw Normal View History

"entities"
{
"0"
{
"name" "Force Heal"
"shortname" "Heal"
"color" "FFFF00"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Heal"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2466"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"1"
{
"name" "Force Push"
"shortname" "Push"
"color" "04B404"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Push"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2464"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"2"
{
"name" "Force Grip"
"shortname" "Grip"
"color" "ADD8E6"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Slowdown"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2468"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"3"
{
"name" "Force Lightning"
"shortname" "Lightning"
"color" "0000A0"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Electro"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2469"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"4"
{
"name" "Force Speed"
"shortname" "Speed"
"color" "FFA500"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Speed"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2467"
"mode" "2"
"maxuses" "0"
"cooldown" "60"
"maxamount" "1"
}
"5"
{
"name" "Force Rage"
"shortname" "Rage"
"color" "FFFFFF"
"buttonclass" "func_button"
"filtername" "Player_Jedi_Rage"
"hasfiltername" "true"
"blockpickup" "false"
"allowtransfer" "true"
"forcedrop" "true"
"chat" "true"
"hud" "true"
"hammerid" "2465"
"mode" "4"
"maxuses" "1"
"cooldown" "20"
"maxamount" "1"
}
}