diff --git a/MVP_Stars/scripting/MVP_Stars.sp b/MVP_Stars/scripting/MVP_Stars.sp deleted file mode 100644 index 101256da..00000000 --- a/MVP_Stars/scripting/MVP_Stars.sp +++ /dev/null @@ -1,85 +0,0 @@ -#include -#include -#include - -new bool:G_bIsHuman[MAXPLAYERS+1]; -new bool:G_bIsZombie[MAXPLAYERS+1]; - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public Plugin myinfo = -{ - name = "MVP_Stars", - author = "zaCade", - description = "", - version = "1.0", - url = "" -}; - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public OnPluginStart() -{ - HookEvent("round_start", Event_RoundStart); - HookEvent("round_end", Event_RoundEnd); -} - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public ZR_OnClientInfected(client, attacker, bool:motherinfect, bool:respawnoverride, bool:respawn) -{ - G_bIsHuman[client] = false; - G_bIsZombie[client] = true; -} - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public ZR_OnClientHumanPost(client, bool:respawn, bool:protect) -{ - G_bIsHuman[client] = true; - G_bIsZombie[client] = false; -} - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public Action:Event_RoundStart(Handle:event, const String:name[], bool:dontBroadcast) -{ - for (new client = 1; client <= MaxClients; client++) - { - G_bIsHuman[client] = true; - G_bIsZombie[client] = false; - } -} - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public Action:Event_RoundEnd(Handle:event, const String:name[], bool:dontBroadcast) -{ - switch(GetEventInt(event, "winner")) - { - case(CS_TEAM_CT): CreateTimer(0.2, OnHumansWin, INVALID_HANDLE, TIMER_FLAG_NO_MAPCHANGE); - } -} - -//---------------------------------------------------------------------------------------------------- -// Purpose: -//---------------------------------------------------------------------------------------------------- -public Action:OnHumansWin(Handle:timer) -{ - for (new client = 1; client <= MaxClients; client++) - { - if (IsClientInGame(client) && IsPlayerAlive(client) && !IsClientObserver(client) && !IsFakeClient(client)) - { - if (G_bIsHuman[client] && !G_bIsZombie[client]) - { - CS_SetMVPCount(client, CS_GetMVPCount(client) + 1); - } - } - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_classic.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_classic.cfg deleted file mode 100644 index 7c90f0d5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_classic.cfg +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "E01B5D" - "color_name" "EDEDED" - "color_steamid" "B2B2B2" - "color_use" "67ADDF" - "color_pickup" "C9EF66" - "color_drop" "E562BA" - "color_disconnect" "F1B567" - "color_death" "F1B567" - "color_warning" "F16767" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_crayon.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_crayon.cfg deleted file mode 100644 index 55772aec..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_crayon.cfg +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "E01B5D" - "color_name" "1A8599" - "color_steamid" "5FBDCE" - "color_use" "FF7C00" - "color_pickup" "FFDF00" - "color_drop" "CB0077" - "color_disconnect" "04859D" - "color_death" "4F10AD" - "color_warning" "4F10AD" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_css.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_css.cfg deleted file mode 100644 index ebab0daa..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_css.cfg +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "32FF32" - "color_name" "9AFF9A" - "color_steamid" "D2C898" - "color_use" "9EC34F" - "color_pickup" "9EC34F" - "color_drop" "9EC34F" - "color_disconnect" "9EC34F" - "color_death" "9EC34F" - "color_warning" "9EC34F" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_fairyfloss.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_fairyfloss.cfg deleted file mode 100644 index 7c90f0d5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_fairyfloss.cfg +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "E01B5D" - "color_name" "EDEDED" - "color_steamid" "B2B2B2" - "color_use" "67ADDF" - "color_pickup" "C9EF66" - "color_drop" "E562BA" - "color_disconnect" "F1B567" - "color_death" "F1B567" - "color_warning" "F16767" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_midnight.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_midnight.cfg deleted file mode 100644 index 01e1ab10..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/color_midnight.cfg +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "E01B5D" - "color_name" "E7EB75" - "color_steamid" "8A714A" - "color_use" "4C46EB" - "color_pickup" "46EB54" - "color_drop" "BF3939" - "color_disconnect" "7B4F9E" - "color_death" "732C34" - "color_warning" "732C34" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/colors/template.txt b/_ItemSpawn/cfg/sourcemod/entwatch/colors/template.txt deleted file mode 100644 index 16235885..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/colors/template.txt +++ /dev/null @@ -1,12 +0,0 @@ -"colors" -{ - "color_tag" "" - "color_name" "" - "color_steamid" "" - "color_use" "" - "color_pickup" "" - "color_drop" "" - "color_disconnect" "" - "color_death" "" - "color_warning" "" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/template.txt b/_ItemSpawn/cfg/sourcemod/entwatch/maps/template.txt deleted file mode 100644 index b16a9d9b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/template.txt +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "" - "shortname" "" - "color" "" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "0" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "0" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_FFVII_temple_ancient_v3_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_FFVII_temple_ancient_v3_3.cfg deleted file mode 100644 index 2e0653f2..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_FFVII_temple_ancient_v3_3.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Earth" - "shortname" "Earth" - "color" "8B4513" - "buttonclass" "func_button" - "filtername" "filter_gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699278" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "1" - { - "name" "Poison" - "shortname" "Poison" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "filter_electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699960" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Fire" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "filter_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699377" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "3" - { - "name" "Ice" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "filter_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699054" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "4" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "filter_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699816" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "5" - { - "name" "Wind" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "filter_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699673" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "6" - { - "name" "Crystal" - "shortname" "Crystal" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "crystal_pistol" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1677880" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Genso_Of_Last_v2_2fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Genso_Of_Last_v2_2fix.cfg deleted file mode 100644 index d911f7c3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Genso_Of_Last_v2_2fix.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "320227" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Push" - "shortname" "Push" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "player_push" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "335486" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Hedge" - "shortname" "Hedge" - "color" "32CD32" - "buttonclass" "func_button" - "filtername" "player_hedge" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "351477" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Infected_Sewers_v6_5.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Infected_Sewers_v6_5.cfg deleted file mode 100644 index 8db2223b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_Infected_Sewers_v6_5.cfg +++ /dev/null @@ -1,99 +0,0 @@ -"entities" -{ - "0" - { - "name" "Pusher" - "shortname" "Pusher" - "color" "007ebb" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1699567" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "1" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "15D6D6" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1346602" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "FF2828" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1335512" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "3" - { - "name" "Bloodsucker" - "shortname" "Bloodsucker" - "color" "C10000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1303227" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1303224" - } - "4" - { - "name" "Key" - "shortname" "Key" - "color" "C10000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4082828" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_LOTR_Isengard_v2_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_LOTR_Isengard_v2_3.cfg deleted file mode 100644 index b386027f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_LOTR_Isengard_v2_3.cfg +++ /dev/null @@ -1,101 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gandalf" - "shortname" "Gandalf" - "color" "CCCCCC" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "9421300" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "10" - "trigger" "9421836" - } - "1" - { - "name" "Ent" - "shortname" "Ent" - "color" "00AA00" - "buttonclass" "func_button" - "filtername" "ent_rock" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "8954463" - "mode" "4" - "maxuses" "4" - "cooldown" "20" - "maxamount" "10" - "trigger" "8627309" - } - "2" - { - "name" "Heal staff" - "shortname" "Heal" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "11815272" - "mode" "4" - "maxuses" "1" - "cooldown" "6" - "maxamount" "10" - } - "3" - { - "name" "Spider" - "shortname" "Spider" - "color" "800000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "10778352" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "10" - "trigger" "2620225" - } - "4" - { - "name" "Torch" - "shortname" "Torch" - "color" "FFA500" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "492831" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_S_A_M_a40_css.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_S_A_M_a40_css.cfg deleted file mode 100644 index f59cbab2..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_S_A_M_a40_css.cfg +++ /dev/null @@ -1,342 +0,0 @@ -"entities" -{ - "0" - { - "name" "Earth Magic" - "shortname" "Earth" - "color" "FE9A2E" - "buttonclass" "func_button" - "filtername" "player_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "40524" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Heal Magic" - "shortname" "Heal" - "color" "2EFE64" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "40229" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Lightning Magic" - "shortname" "Lightning" - "color" "013ADF" - "buttonclass" "func_button" - "filtername" "player_lightning" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "40373" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Gravity Magic" - "shortname" "Gravity" - "color" "F781F3" - "buttonclass" "func_button" - "filtername" "player_gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "39240" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Tornado Magic" - "shortname" "Tornado" - "color" "EFFBFB" - "buttonclass" "func_button" - "filtername" "player_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "39326" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Water Magic" - "shortname" "Water" - "color" "2E9AFE" - "buttonclass" "func_button" - "filtername" "player_water" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "39928" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Ultima Magic" - "shortname" "Ultima" - "color" "FF00BF" - "buttonclass" "func_button" - "filtername" "player_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "40079" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Zero Magic" - "shortname" "Zero" - "color" "00E43D" - "buttonclass" "func_button" - "filtername" "player_zero" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2224473" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "8" - { - "name" "Trace" - "shortname" "Trace" - "color" "58FA58" - "buttonclass" "func_button" - "filtername" "player_trace" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "224348" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "9" - { - "name" "Ominous thing" - "shortname" "Ominous" - "color" "FE9A2E" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1163512" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Teleport Crystal" - "shortname" "Tp Crystal" - "color" "2E9AFE" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1117642" - "mode" "0" - "maxuses" "0" - "maxamount" "1" - } - "11" - { - "name" "Crystal" - "shortname" "Crystal" - "color" "2E9AFE" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1708704" - "mode" "5" - "maxuses" "0" - "maxamount" "1" - } - "12" - { - "name" "Kirito" - "shortname" "Kirito" - "color" "BB0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "target_kirito" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1190131" - "mode" "5" - "maxuses" "0" - "maxamount" "1" - } - "13" - { - "name" "Asuna" - "shortname" "Asuna" - "color" "BB0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "target_asuna" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2381250" - "mode" "5" - "maxuses" "0" - "maxamount" "1" - } - - "14" - { - "name" "Zombie Gravity" - "shortname" "Zm Gravity" - "color" "FE2E9A" - "buttonclass" "func_button" - "filtername" "player_zgravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "38951" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "15" - { - "name" "Zombie Ice" - "shortname" "Zm Ice" - "color" "2ECCFA" - "buttonclass" "func_button" - "filtername" "player_zice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "39030" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "16" - { - "name" "Zombie Stealth" - "shortname" "Zm Stealth" - "color" "F7FE2E" - "buttonclass" "func_button" - "filtername" "player_zstealth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "555550" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "17" - { - "name" "Zombie Shield" - "shortname" "Zm Shield" - "color" "2EFEF7" - "buttonclass" "func_button" - "filtername" "player_zshield" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "640041" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_abandoned_project_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_abandoned_project_v1_2.cfg deleted file mode 100644 index b5821875..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_abandoned_project_v1_2.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "1" - { - "name" "Red ball" - "shortname" "Rball" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Filter_Red_ball" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5127" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Turret1" - "shortname" "Turret" - "color" "111111" - "buttonclass" "func_button" - "filtername" "Filter_turret" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "561787" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Turret2" - "shortname" "Turret" - "color" "111111" - "buttonclass" "func_button" - "filtername" "Filter_turret" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "561736" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Green ball" - "shortname" "Gball" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "Filter_Green_ball" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5129" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Filter_flamethrower" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "562339" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_shooter_v5_4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_shooter_v5_4.cfg deleted file mode 100644 index 90ba9e9c..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_shooter_v5_4.cfg +++ /dev/null @@ -1,174 +0,0 @@ -"entities" -{ - "0" - { - "name" "Electro" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "839" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Fire" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "872" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Ice" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "iceitem" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1015" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "856" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "4" - { - "name" "Ultima" - "shortname" "Ultima" - "color" "6633DD" - "buttonclass" "func_button" - "filtername" "ultima_boss" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "923" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Wind" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3827" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "6" - { - "name" "Gravity" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4706" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "7" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "ammoitem" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10508" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "2" - } - "8" - { - "name" "Speed" - "shortname" "Speed" - "color" "FF8A00" - "buttonclass" "func_button" - "filtername" "speeditem" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26780" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_vs_predator_v5.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_vs_predator_v5.cfg deleted file mode 100644 index 54dda65a..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_alien_vs_predator_v5.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Push Gun" - "shortname" "Push" - "color" "04B404" - "buttonclass" "func_rot_button" - "filtername" "bootro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2532529" - "mode" "4" - "maxuses" "2" - "cooldown" "15" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Filter_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "9191195" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test25.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test25.cfg deleted file mode 100644 index 1c48c448..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test25.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ammo Gun" - "shortname" "Ammo" - "color" "FFCC33" - "buttonclass" "func_button" - "filtername" "weapon_ammorefill_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4791896" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "1" - { - "name" "Rift Gun" - "shortname" "Rift" - "color" "9900FF" - "buttonclass" "func_button" - "filtername" "weapon_electro_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4792261" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Inferno Gun" - "shortname" "Inferno" - "color" "FF3700" - "buttonclass" "func_button" - "filtername" "weapon_flamethrower_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4792537" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Growth Gun" - "shortname" "Growth" - "color" "669900" - "buttonclass" "func_button" - "filtername" "weapon_earth_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4793316" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "4" - { - "name" "Tornado Gun" - "shortname" "Tornado" - "color" "0099CC" - "buttonclass" "func_button" - "filtername" "weapon_push_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4793530" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "5" - { - "name" "Rusher (ZM)" - "shortname" "Rusher" - "color" "9900FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2109055" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Quadralex (ZM)" - "shortname" "Quadralex" - "color" "E4A1FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2109516" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test27.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test27.cfg deleted file mode 100644 index 1c48c448..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ancient_wrath_v2_test27.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ammo Gun" - "shortname" "Ammo" - "color" "FFCC33" - "buttonclass" "func_button" - "filtername" "weapon_ammorefill_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4791896" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "1" - { - "name" "Rift Gun" - "shortname" "Rift" - "color" "9900FF" - "buttonclass" "func_button" - "filtername" "weapon_electro_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4792261" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Inferno Gun" - "shortname" "Inferno" - "color" "FF3700" - "buttonclass" "func_button" - "filtername" "weapon_flamethrower_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4792537" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Growth Gun" - "shortname" "Growth" - "color" "669900" - "buttonclass" "func_button" - "filtername" "weapon_earth_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4793316" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "4" - { - "name" "Tornado Gun" - "shortname" "Tornado" - "color" "0099CC" - "buttonclass" "func_button" - "filtername" "weapon_push_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4793530" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "5" - { - "name" "Rusher (ZM)" - "shortname" "Rusher" - "color" "9900FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2109055" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Quadralex (ZM)" - "shortname" "Quadralex" - "color" "E4A1FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2109516" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_antartika_b2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_antartika_b2.cfg deleted file mode 100644 index 09011e71..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_antartika_b2.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Banana Gun" - "shortname" "Banana" - "color" "EEFF00" - "buttonclass" "func_button" - "filtername" "bananaFilter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "600295" - "mode" "1" - "maxuses" "" - "cooldown" "" - "maxamount" "1" - } - "1" - { - "name" "Penis Gun" - "shortname" "Penis" - "color" "FF005D" - "buttonclass" "" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "600240" - "mode" "0" - "maxuses" "0" - "cooldown" "" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ashen_keep_v0_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ashen_keep_v0_3.cfg deleted file mode 100644 index b83e15e6..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ashen_keep_v0_3.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Burning Orb" - "shortname" "Burning Orb" - "color" "EA6309" - "buttonclass" "func_button" - "filtername" "flameuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1015926" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Glacial Orb" - "shortname" "Glacial Orb" - "color" "6DE3FC" - "buttonclass" "func_button" - "filtername" "iceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1015959" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "Lightning Orb" - "shortname" "Lightning Orb" - "color" "F9EF77" - "buttonclass" "func_button" - "filtername" "thunderuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1015992" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Gust Orb" - "shortname" "Gust Orb" - "color" "8AEEC3" - "buttonclass" "func_button" - "filtername" "gustuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1016176" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "4" - { - "name" "Divine Orb" - "shortname" "Divine Orb" - "color" "E0FDFE" - "buttonclass" "func_button" - "filtername" "divineuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1016025" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Abyssal Orb" - "shortname" "Abyssal Orb" - "color" "D10C96" - "buttonclass" "func_button" - "filtername" "abyssuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1016076" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Celestial Embrace" - "shortname" "Celestial Embrace" - "color" "FDCCFD" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1016062" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_atix_extinction_b7.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_atix_extinction_b7.cfg deleted file mode 100644 index 84485485..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_atix_extinction_b7.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Pushgun" - "shortname" "Pushgun" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "443964" - "mode" "2" - "maxuses" "0" - "cooldown" "30" - "maxamount" "1" - } - "1" - { - "name" "Napalm Launcher" - "shortname" "Napalm Launcher" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "507423" - "mode" "3" - "maxuses" "32" - "cooldown" "4" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avalanche_reboot_beta7.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avalanche_reboot_beta7.cfg deleted file mode 100644 index 101a932f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avalanche_reboot_beta7.cfg +++ /dev/null @@ -1,155 +0,0 @@ -"entities" -{ - "0" - { - "name" "Blue Spark" - "shortname" "Spark" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "ct_elec" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1986587" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Icy Vortex" - "shortname" "Ice" - "color" "00BBFF" - "buttonclass" "func_button" - "filtername" "ct_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2570216" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "2" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "ct_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1986862" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "ct_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1986724" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "4" - { - "name" "Venom Beam" - "shortname" "Poison" - "color" "00FF33" - "buttonclass" "func_button" - "filtername" "ct_poison" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "1986515" - "mode" "2" - "maxuses" "0" - "cooldown" "12" - "maxamount" "1" - } - "5" - { - "name" "Flame Beam" - "shortname" "Fire" - "color" "FF3300" - "buttonclass" "func_button" - "filtername" "ct_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "1986376" - "mode" "2" - "maxuses" "0" - "cooldown" "12" - "maxamount" "1" - } - "6" - { - "name" "Electric Beam" - "shortname" "Beam" - "color" "00FFAA" - "buttonclass" "func_button" - "filtername" "ct_beam" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2445121" - "mode" "1" - "maxuses" "0" - "cooldown" "1" - "maxamount" "1" - } - "7" - { - "name" "Wind Blaster" - "shortname" "Wind" - "color" "FF55FF" - "buttonclass" "func_button" - "filtername" "ct_push" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2704265" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avp_v2si20.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avp_v2si20.cfg deleted file mode 100644 index eaa915e4..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_avp_v2si20.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Push gun" - "shortname" "Push gun" - "color" "800080" - "buttonclass" "func_rot_button" - "filtername" "bootro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2532529" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Bomb" - "shortname" "Bomb" - "color" "FF0000" - "buttonclass" "func_rot_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "2468646" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Saw" - "shortname" "Saw" - "color" "0000FF" - "buttonclass" "func_rot_button" - "filtername" "balg1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7152583" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "1" - } - "3" - { - "name" "Ultimate" - "shortname" "Ultimate" - "color" "00FF00" - "buttonclass" "func_rot_button" - "filtername" "bootro2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6446563" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bathroom_v2_5s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bathroom_v2_5s.cfg deleted file mode 100644 index 14b2e301..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bathroom_v2_5s.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Sponge builder" - "shortname" "Builder" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "zbran_houba_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "534670" - "mode" "2" - "maxuses" "0" - "cooldown" "52" - "maxamount" "1" - } - "1" - { - "name" "Mouse trap" - "shortname" "Mouse trap" - "color" "FEE000" - "buttonclass" "func_button" - "filtername" "zbran_pasticka_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "511906" - "mode" "2" - "maxuses" "0" - "cooldown" "42" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard2_rpd_v4e_004.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard2_rpd_v4e_004.cfg deleted file mode 100644 index c174c01f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard2_rpd_v4e_004.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Rocket Launcher" - "shortname" "Rocket" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "256847" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_manor_v4a_004.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_manor_v4a_004.cfg deleted file mode 100644 index 8c3471eb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_manor_v4a_004.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Flamethrower" - "shortname" "Flame" - "color" "DB0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "782412" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_v2b_004.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_v2b_004.cfg deleted file mode 100644 index 8cee897a..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_biohazard_v2b_004.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire" - "shortname" "Fire" - "color" "DB0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1000" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_boredom_v543656.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_boredom_v543656.cfg deleted file mode 100644 index 22d442b2..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_boredom_v543656.cfg +++ /dev/null @@ -1,212 +0,0 @@ -"entities" -{ - "0" - { - "name" "Interdimensional Wooden Vortex" - "shortname" "Wood" - "color" "C000C0" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "216850" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Seagull Launcher" - "shortname" "Seagull" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "217604" - "mode" "2" - "maxuses" "0" - "cooldown" "6" - "maxamount" "1" - } - "2" - { - "name" "Pomodoro Seeds" - "shortname" "Pomodoro" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "227120" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Diary of Empty Thoughts" - "shortname" "Diary" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "226233" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Flaming Hot Penis" - "shortname" "Flame" - "color" "FFC000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "210956" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "5" - { - "name" "Thick Banana Juice" - "shortname" "Banana" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "215366" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "6" - { - "name" "Stanley Kubrick Soul" - "shortname" "Kubrick" - "color" "FFC0F0" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "216558" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Kamikaze Bum-Bum" - "shortname" "Kamikaze" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "478149" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Twinkle Flavoured Butter" - "shortname" "Butter" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "478365" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "9" - { - "name" "Zombie Shrink" - "shortname" "Shrink" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "478383" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "10" - { - "name" "Jelly Bean Ecstacy" - "shortname" "Ecstacy" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "478413" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bowser_in_the_fire_sea_v1e.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bowser_in_the_fire_sea_v1e.cfg deleted file mode 100644 index b5892fa4..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_bowser_in_the_fire_sea_v1e.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Color Lift" - "shortname" "Lift" - "color" "FF80FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "237001" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Health Mushroom" - "shortname" "Health" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "health_mushroom_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "272566" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Poison Fire Mushroom" - "shortname" "Poison" - "color" "8000FF" - "buttonclass" "func_button" - "filtername" "poison_mushroom" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "280094" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind Fire Mushroom" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "wind_fire_mushroom" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "286845" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Power Star" - "shortname" "Power" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "star" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "330419" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_castlevania_v1_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_castlevania_v1_3.cfg deleted file mode 100644 index 9badcf93..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_castlevania_v1_3.cfg +++ /dev/null @@ -1,345 +0,0 @@ -"entities" -{ - "0" - { - "name" "Belmont" - "shortname" "Belmont" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "114258" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "1" - { - "name" "Healer" - "shortname" "Healer" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "115464" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "2" - { - "name" "Alucard" - "shortname" "Alucard" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "114094" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "3" - { - "name" "NPC Spawner" - "shortname" "NPC Spawner" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "116463" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "4" - { - "name" "VIP" - "shortname" "VIP" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "116503" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "5" - { - "name" "Storm Beacon" - "shortname" "Storm Beacon" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "112256" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "6" - { - "name" "Holy Knight" - "shortname" "Holy Knight" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "118372" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "7" - { - "name" "Holy Water" - "shortname" "Holy Water" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "111680" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "8" - { - "name" "Cross" - "shortname" "Cross" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "111794" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "9" - { - "name" "Holy Cross" - "shortname" "Holy Cross" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "112075" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "10" - { - "name" "Sprint" - "shortname" "Sprint" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "118149" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "11" - { - "name" "Holy Five" - "shortname" "Holy Five" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "118132" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "12" - { - "name" "Big Sword" - "shortname" "Big Sword" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "117991" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "13" - { - "name" "Ammo Spawner" - "shortname" "Ammo" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "114678" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "14" - { - "name" "Dagger" - "shortname" "Dagger" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "111928" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "15" - { - "name" "Torch Bag" - "shortname" "Torch Bag" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "113988" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "16" - { - "name" "Torch" - "shortname" "Torch" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "113954" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "17" - { - "name" "Barricade" - "shortname" "" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "115761" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "99" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_beta3f.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_beta3f.cfg deleted file mode 100644 index 106333e3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_beta3f.cfg +++ /dev/null @@ -1,42 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity" - "shortname" "Gravity" - "color" "111111" - "buttonclass" "func_button" - "filtername" "Player_Gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "784344" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Player_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "785654" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_infection_v2_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_infection_v2_3.cfg deleted file mode 100644 index c755ca76..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_christmas_infection_v2_3.cfg +++ /dev/null @@ -1,250 +0,0 @@ -"entities" -{ - "0" - { - "name" "Icewall" - "shortname" "Icewall" - "color" "5EFFF7" - "buttonclass" "func_button" - "filtername" "icewall" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "361395" - "mode" "2" - "maxuses" "0" - "cooldown" "66" - "maxamount" "1" - } - "1" - { - "name" "Magical Lantern" - "shortname" "Lantern" - "color" "00FFAA" - "buttonclass" "func_button" - "filtername" "lant" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "364139" - "mode" "2" - "maxuses" "0" - "cooldown" "61" - "maxamount" "1" - } - "2" - { - "name" "Mines" - "shortname" "Mines" - "color" "F53D3D" - "buttonclass" "func_button" - "filtername" "zpres" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "365900" - "mode" "3" - "maxuses" "6" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Unlimited Ammo" - "shortname" "Ammo" - "color" "00CC03" - "buttonclass" "func_button" - "filtername" "tree" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "366934" - "mode" "2" - "maxuses" "0" - "cooldown" "51" - "maxamount" "1" - } - "4" - { - "name" "Snowball Launcher" - "shortname" "Snowballs" - "color" "47FFFC" - "buttonclass" "func_button" - "filtername" "snow" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "373567" - "mode" "2" - "maxuses" "0" - "cooldown" "35" - "maxamount" "1" - } - "5" - { - "name" "Napalm Candle" - "shortname" "Candle" - "color" "FF7300" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "372103" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Zombie Heal" - "shortname" "Zombie Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "healfil" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "381242" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "7" - { - "name" "Christmas Ogre" - "shortname" "Ogre" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "386892" - "mode" "0" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "8" - { - "name" "Ice Boomerang" - "shortname" "Boomerang" - "color" "0087E8" - "buttonclass" "func_button" - "filtername" "boomer" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "392708" - "mode" "2" - "maxuses" "0" - "cooldown" "35" - "maxamount" "1" - } - "9" - { - "name" "Zombie Fog" - "shortname" "Fog" - "color" "969696" - "buttonclass" "func_button" - "filtername" "fog" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "399172" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "10" - { - "name" "Whirlpool Summoner" - "shortname" "Whirlpool" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "tornado" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1028432" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "11" - { - "name" "Trampoline Placer" - "shortname" "Trampoline" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "tramp" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1062968" - "mode" "2" - "maxuses" "0" - "cooldown" "76" - "maxamount" "1" - } - "12" - { - "name" "Core" - "shortname" "Core" - "color" "CC0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "753917" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_chroma_v0_4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_chroma_v0_4.cfg deleted file mode 100644 index 77ce5e82..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_chroma_v0_4.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"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" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_crashbandicoot_v1fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_crashbandicoot_v1fix.cfg deleted file mode 100644 index 825596d5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_crashbandicoot_v1fix.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Apple Cannon" - "shortname" "Cannon" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "tappo_kantaja" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "432248" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_cyberderp_v1_4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_cyberderp_v1_4.cfg deleted file mode 100644 index 73ad6728..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_cyberderp_v1_4.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Frost Wave" - "shortname" "Frost Wave" - "color" "6EE4FF" - "buttonclass" "func_button" - "filtername" "IceOwner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "175887" - "mode" "2" - "maxuses" "0" - "cooldown" "66" - "maxamount" "1" - } - "1" - { - "name" "Aeolus' Spirit" - "shortname" "Aeolus' Spirit" - "color" "7CFF40" - "buttonclass" "func_button" - "filtername" "WindOwner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "179589" - "mode" "2" - "maxuses" "0" - "cooldown" "66" - "maxamount" "1" - } - "2" - { - "name" "Flame of Udun" - "shortname" "Flame of Udun" - "color" "DB4AE8" - "buttonclass" "func_button" - "filtername" "player_flame" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "299591" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Projectile Deflector" - "shortname" "Deflector" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "316089" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Slightly Cursed Hexahedron" - "shortname" "Hexahedron" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "Miniboss" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "784705" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "5" - { - "name" "Boss" - "shortname" "Boss" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "259063" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dark_souls_ptd_v0_4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dark_souls_ptd_v0_4.cfg deleted file mode 100644 index 8cb86877..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dark_souls_ptd_v0_4.cfg +++ /dev/null @@ -1,307 +0,0 @@ -"entities" -{ - "0" - { - "name" "White Dragon Breath" - "shortname" "White Dragon Breath" - "color" "01A9DB" - "buttonclass" "func_button" - "filtername" "WDB_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "9910" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Chaos Storm" - "shortname" "Chaos Storm" - "color" "DF3A01" - "buttonclass" "func_button" - "filtername" "ChSt_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10008" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Sooling Sunlight" - "shortname" "Sooling Sunlight" - "color" "F7FE2E" - "buttonclass" "func_button" - "filtername" "SS_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10423" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Wrath of the Gods" - "shortname" "Wrath of the Gods" - "color" "EFFBFB" - "buttonclass" "func_button" - "filtername" "WOTG_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10509" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Dark Orb" - "shortname" "Dark Orb" - "color" "2A0A29" - "buttonclass" "func_button" - "filtername" "DO_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10681" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Hidden Body" - "shortname" "Hidden Body" - "color" "5E610B" - "buttonclass" "func_button" - "filtername" "HiBo_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10719" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Estus Flask" - "shortname" "Estus Flask" - "color" "D7DF01" - "buttonclass" "func_button" - "filtername" "EF_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "514824" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Ash Estus Flask" - "shortname" "Ash Estus Flask" - "color" "01A9DB" - "buttonclass" "func_button" - "filtername" "AEF_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "515837" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Lightning Spear" - "shortname" "Lightning Spear" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "LS_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "515333" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Great Heavy Soul Arrow" - "shortname" "Great Heavy Soul Arrow" - "color" "0080FF" - "buttonclass" "func_button" - "filtername" "GHSA_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "515527" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Green Blossom" - "shortname" "Green Blossom" - "color" "00FF40" - "buttonclass" "func_button" - "filtername" "Salad_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "666978" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "[ZM] Power Within" - "shortname" "Power Within" - "color" "DF0101" - "buttonclass" "func_button" - "filtername" "PW_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "666608" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "[ZM] Toxic Mist" - "shortname" "Toxic Mist" - "color" "6A0888" - "buttonclass" "func_button" - "filtername" "PM_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "666074" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "Darkstorm" - "shortname" "Darkstorm" - "color" "2A0A29" - "buttonclass" "func_button" - "filtername" "DaSt_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1156847" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "[ZM] Black Flame" - "shortname" "Black Flame" - "color" "CD853F" - "buttonclass" "func_button" - "filtername" "BF_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1561358" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "[ZM] Poison Mist" - "shortname" "Poison Mist" - "color" "80c436" - "buttonclass" "func_button" - "filtername" "ZMPoison_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1702534" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_deadcore_s6.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_deadcore_s6.cfg deleted file mode 100644 index 5be9e8bd..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_deadcore_s6.cfg +++ /dev/null @@ -1,63 +0,0 @@ -"entities" -{ - "0" - { - "name" "Cannon1" - "shortname" "Cannon1" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "cannon1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "609101" - "mode" "2" - "maxuses" "0" - "cooldown" "3" - "maxamount" "1" - "trigger" "0" - } - "1" - { - "name" "Cannon2" - "shortname" "Cannon2" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "cannon2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1259831" - "mode" "2" - "maxuses" "0" - "cooldown" "3" - "maxamount" "1" - "trigger" "0" - } - "2" - { - "name" "Cannon3" - "shortname" "Cannon3" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "cannon3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1261070" - "mode" "2" - "maxuses" "0" - "cooldown" "3" - "maxamount" "1" - "trigger" "0" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_death_star_escape_v4_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_death_star_escape_v4_3.cfg deleted file mode 100644 index ba770315..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_death_star_escape_v4_3.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Blue LightSaber" - "shortname" "Blue Saber" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1480205" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Red LightSaber" - "shortname" "Red Saber" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1544598" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom3_v1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom3_v1.cfg deleted file mode 100644 index 1753a5da..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom3_v1.cfg +++ /dev/null @@ -1,212 +0,0 @@ -"entities" -{ - "0" - { - "name" "Soul Cube" - "shortname" "Cub" - "color" "111111" - "buttonclass" "func_button" - "filtername" "cubsboss" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2009" - "mode" "2" - "maxuses" "0" - "cooldown" "12" - "maxamount" "1" - } - "1" - { - "name" "Rocket Launcher" - "shortname" "Rocket" - "color" "228800" - "buttonclass" "func_button" - "filtername" "generatrocket1" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2083" - "mode" "2" - "maxuses" "0" - "cooldown" "6" - "maxamount" "1" - } - "2" - { - "name" "Electro Grenade" - "shortname" "Electro Nade" - "color" "21FFFC" - "buttonclass" "func_button" - "filtername" "nagoi" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3135" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nagoibla" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3202" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "4" - { - "name" "Heart of Hell" - "shortname" "Heart" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "nagoibla1" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3309" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Pushgun" - "shortname" "Push" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "nagoibla11" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3320" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "6" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "logas" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3993" - "mode" "4" - "maxuses" "10" - "cooldown" "13" - "maxamount" "1" - } - "7" - { - "name" "BFG" - "shortname" "BFG" - "color" "EE0000" - "buttonclass" "func_button" - "filtername" "nagoi2" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1520691" - "mode" "4" - "maxuses" "7" - "cooldown" "15" - "maxamount" "1" - } - "8" - { - "name" "Zombie spider" - "shortname" "Zspider" - "color" "EE0000" - "buttonclass" "func_button" - "filtername" "kirt1" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1900" - "mode" "2" - "maxuses" "0" - "cooldown" "8" - "maxamount" "1" - } - "9" - { - "name" "Zombie pinky" - "shortname" "Zpinky" - "color" "EE0000" - "buttonclass" "func_button" - "filtername" "kirt2" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1918" - "mode" "2" - "maxuses" "0" - "cooldown" "4" - "maxamount" "1" - } - "10" - { - "name" "Zombie Mspider" - "shortname" "ZMspider" - "color" "EE0000" - "buttonclass" "func_button" - "filtername" "kirt3" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1929" - "mode" "2" - "maxuses" "0" - "cooldown" "7" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1.cfg deleted file mode 100644 index b35ea124..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Berserker" - "shortname" "Berserker" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "berserker" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26895" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "BFG" - "shortname" "BFG" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "bfg_own" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26859" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Megasphere" - "shortname" "Megasphere" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "megasphere" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26879" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26854" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } - "4" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26740" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } - "5" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26767" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1_override.cfg deleted file mode 100644 index b35ea124..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doom_v1_1_override.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Berserker" - "shortname" "Berserker" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "berserker" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26895" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "BFG" - "shortname" "BFG" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "bfg_own" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26859" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Megasphere" - "shortname" "Megasphere" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "megasphere" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26879" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26854" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } - "4" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26740" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } - "5" - { - "name" "Soulsphere" - "shortname" "Soulsphere" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "soulsphere3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26767" - "mode" "4" - "maxuses" "2" - "cooldown" "145" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v4_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v4_1.cfg deleted file mode 100644 index 20b2271e..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v4_1.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Wind" - "shortname" "Wind" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "Filter_wind" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "872" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Earth" - "shortname" "Earth" - "color" "D2691E" - "buttonclass" "func_button" - "filtername" "Filter_Earth" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1241" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Holy" - "shortname" "Holy" - "color" "FF0099" - "buttonclass" "func_button" - "filtername" "Filter_Holy" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "12295" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Balrog" - "shortname" "Balrog" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "10959" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "4" - { - "name" "Chocobo" - "shortname" "Chocobo" - "color" "228800" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1062" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v5_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v5_2.cfg deleted file mode 100644 index 4e7bd9c1..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_doorhug_and_solo_v5_2.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Wind" - "shortname" "Wind" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "Filter_wind" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "872" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Earth" - "shortname" "Earth" - "color" "D2691E" - "buttonclass" "func_button" - "filtername" "Filter_Earth" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1241" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Holy" - "shortname" "Holy" - "color" "FF0099" - "buttonclass" "func_button" - "filtername" "Filter_Holy" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "12295" - "mode" "4" - "maxuses" "1" - "cooldown" "6" - "maxamount" "1" - } - "3" - { - "name" "Balrog" - "shortname" "Balrog" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "10959" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } - "4" - { - "name" "Chocobo" - "shortname" "Chocobo" - "color" "228800" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1062" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "99" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v1_8s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v1_8s.cfg deleted file mode 100644 index 57dbbece..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v1_8s.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "ZGravity" - "shortname" "ZGravity" - "color" "FF00FF" - "buttonclass" "func_button" - "filtername" "gravity_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "125388" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "1" - { - "name" "ZNuke" - "shortname" "ZNuke" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "nuke_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "125393" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "2" - { - "name" "Snow" - "shortname" "Snow" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "snow_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "124959" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "wind_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17000" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Freezer" - "shortname" "Freezer" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "freezer_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26872" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Recovery" - "shortname" "Recovery" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "recovery_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17090" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v2_1s_fix4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v2_1s_fix4.cfg deleted file mode 100644 index 57dbbece..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_dreamin_v2_1s_fix4.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "ZGravity" - "shortname" "ZGravity" - "color" "FF00FF" - "buttonclass" "func_button" - "filtername" "gravity_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "125388" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "1" - { - "name" "ZNuke" - "shortname" "ZNuke" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "nuke_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "125393" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "2" - { - "name" "Snow" - "shortname" "Snow" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "snow_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "124959" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "wind_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17000" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Freezer" - "shortname" "Freezer" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "freezer_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "26872" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Recovery" - "shortname" "Recovery" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "recovery_user" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17090" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_eden_a3s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_eden_a3s.cfg deleted file mode 100644 index 20a76d08..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_eden_a3s.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "1" - { - "name" "(de)Bugger." - "shortname" "debugger" - "color" "686868" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "35470" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_evernight_a3_4_css2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_evernight_a3_4_css2.cfg deleted file mode 100644 index ad33b50b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_evernight_a3_4_css2.cfg +++ /dev/null @@ -1,194 +0,0 @@ -"entities" -{ - "0" - { - "name" "Shadow" - "shortname" "Shadow" - "color" "5D6D7E" - "buttonclass" "func_button" - "filtername" "Item_Shadow_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "177360" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Light" - "shortname" "Light" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Item_Light_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "177504" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Wind" - "shortname" "Wind" - "color" "76D7C4" - "buttonclass" "func_button" - "filtername" "Item_Wind_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "177789" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Ice" - "shortname" "Ice" - "color" "3498DB" - "buttonclass" "func_button" - "filtername" "Item_Ice_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "177929" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Thunder" - "shortname" "Thunder" - "color" "85C1E9" - "buttonclass" "func_button" - "filtername" "Item_Thunder_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "178069" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Fire" - "shortname" "Fire" - "color" "F39C12" - "buttonclass" "func_button" - "filtername" "Item_Fire_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "178213" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - "6" - { - "name" "ZM Fire" - "shortname" "ZM Fire" - "color" "F39C12" - "buttonclass" "func_button" - "filtername" "Item_ZFire_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "176978" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "7" - { - "name" "ZM Ice" - "shortname" "ZM Ice" - "color" "3498DB" - "buttonclass" "func_button" - "filtername" "Item_ZIce_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2424762" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "8" - { - "name" "ZM Wind" - "shortname" "ZM Wind" - "color" "76D7C4" - "buttonclass" "func_button" - "filtername" "Item_ZWind_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2424770" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "9" - { - "name" "ZM Thunder" - "shortname" "ZM Thunder" - "color" "85C1E9" - "buttonclass" "func_button" - "filtername" "Item_ZThunder_User" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2424840" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_rote_v1_3f.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_rote_v1_3f.cfg deleted file mode 100644 index 647f00a5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_rote_v1_3f.cfg +++ /dev/null @@ -1,182 +0,0 @@ -"entities" -{ - "0" - { - "name" "Wall Spawner" - "shortname" "Wall" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "blockade" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326008" - "mode" "4" - "maxuses" "10" - "cooldown" "2" - "maxamount" "1" - } - - "1" - { - "name" "Electro Gun" - "shortname" "Electro" - "color" "BCCD00" - "buttonclass" "func_button" - "filtername" "electric" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326171" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "2" - { - "name" "EyeTech Launcher" - "shortname" "launcher" - "color" "120061" - "buttonclass" "func_button" - "filtername" "launcher" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326586" - "mode" "4" - "maxuses" "10" - "cooldown" "2" - "maxamount" "1" - } - - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "325974" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "4" - { - "name" "Push Gun" - "shortname" "Push" - "color" "00D8D5" - "buttonclass" "func_button" - "filtername" "push" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326086" - "mode" "2" - "maxuses" "0" - "cooldown" "35" - "maxamount" "1" - } - - "5" - { - "name" "Flamethrower" - "shortname" "Flame" - "color" "BB0000" - "buttonclass" "func_button" - "filtername" "flamethrower" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326332" - "mode" "4" - "maxuses" "10" - "cooldown" "10" - "maxamount" "1" - } - - "6" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "ammowep" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326492" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - "7" - { - "name" "Pipe Bomb" - "shortname" "Pipe Bomb" - "color" "DC143C" - "buttonclass" "func_button" - "filtername" "pipe" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326600" - "mode" "4" - "maxuses" "5" - "cooldown" "2" - "maxamount" "1" - } - - "8" - { - "name" "EyeTech Cannon" - "shortname" "Cannon" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "cannon" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "326711" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_v1_2.cfg deleted file mode 100644 index 30c2eee2..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_fapescape_v1_2.cfg +++ /dev/null @@ -1,193 +0,0 @@ -"entities" -{ - "0" - { - "name" "Uber Cannon" - "shortname" "Uber" - "color" "120061" - "buttonclass" "func_button" - "filtername" "uber" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "25307" - "mode" "2" - "maxuses" "0" - "cooldown" "150" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1889" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Ammo Box" - "shortname" "Ammo" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "kuulid" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4509" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Explosive Mines" - "shortname" "Mines" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "mineboom" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1881" - "mode" "4" - "maxuses" "5" - "cooldown" "2" - "maxamount" "1" - } - "4" - { - "name" "Flamethrower" - "shortname" "Flame" - "color" "BB0000" - "buttonclass" "func_button" - "filtername" "flamethrower" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1952" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Grenade Spawner" - "shortname" "Grenade" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "nades" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1868" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Wall Spawner" - "shortname" "Wall" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "blockage" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1923" - "mode" "4" - "maxuses" "10" - "cooldown" "2" - "maxamount" "1" - } - "7" - { - "name" "Push Gun" - "shortname" "Push" - "color" "00D8D5" - "buttonclass" "func_button" - "filtername" "push" - "hasfiltername" "yes" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1893" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "8" - { - "name" "Hand Cannon" - "shortname" "Cannon" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "kahur" - "hasfiltername" "yes" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4555" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Banana Gun" - "shortname" "Banana" - "color" "E0E800" - "buttonclass" "func_button" - "filtername" "banana" - "hasfiltername" "yes" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "424414" - "mode" "4" - "maxuses" "15" - "cooldown" "2" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v2_1.cfg deleted file mode 100644 index 65ca5e57..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v2_1.cfg +++ /dev/null @@ -1,270 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "Gravity_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323441" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "Electro_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323285" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323126" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Bio Materia" - "shortname" "Bio" - "color" "990033" - "buttonclass" "func_button" - "filtername" "Bio_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323363" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323052" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "Earth_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323735" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "Wind_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323517" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "Ultima_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323814" - "mode" "0" - "maxuses" "1" - "cooldown" "15" - "maxamount" "1" - } - "8" - { - "name" "Sleep Materia" - "shortname" "Sleep" - "color" "808080" - "buttonclass" "func_button" - "filtername" "Sleep_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "524758" - "mode" "0" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "9" - { - "name" "ZM Ice Materia" - "shortname" "ZM Ice" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "Ice_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1589580" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "10" - { - "name" "ZM Fire Materia" - "shortname" "ZM Fire" - "color" "B22222" - "buttonclass" "func_button" - "filtername" "Fire_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1576012" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "11" - { - "name" "ZM Poison Materia" - "shortname" "ZM Poison" - "color" "7CFC00" - "buttonclass" "func_button" - "filtername" "Poison_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2102221" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - - "12" - { - "name" "Phoenix Down" - "shortname" "Phoenix Down" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "Potion_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2576537" - "mode" "0" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "ZM Confuse Materia" - "shortname" "ZM Confuse" - "color" "D358F7" - "buttonclass" "func_button" - "filtername" "Confuse_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "3468269" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v5fix_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v5fix_override.cfg deleted file mode 100644 index 80e42878..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_cosmo_canyon_v5fix_override.cfg +++ /dev/null @@ -1,302 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "Gravity_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323441" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "Electro_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323285" - "mode" "5" - "maxuses" "2" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323126" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "3" - { - "name" "Bio Materia" - "shortname" "Bio" - "color" "990033" - "buttonclass" "func_button" - "filtername" "Bio_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323363" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323052" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "Earth_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323735" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "Wind_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323517" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "7" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "Ultima_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "323814" - "mode" "4" - "maxuses" "1" - "cooldown" "15" - "maxamount" "1" - "team" "3" - } - "8" - { - "name" "Sleep Materia" - "shortname" "Sleep" - "color" "808080" - "buttonclass" "func_button" - "filtername" "Sleep_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "524758" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "team" "3" - } - "9" - { - "name" "ZM Ice Materia" - "shortname" "ZM Ice" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "Ice_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1589580" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "team" "2" - } - "10" - { - "name" "ZM Fire Materia" - "shortname" "ZM Fire" - "color" "B22222" - "buttonclass" "func_button" - "filtername" "Fire_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1576012" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "team" "2" - } - "11" - { - "name" "ZM Poison Materia" - "shortname" "ZM Poison" - "color" "7CFC00" - "buttonclass" "func_button" - "filtername" "Poison_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2102221" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "team" "2" - } - "12" - { - "name" "ZM Confuse Materia" - "shortname" "ZM Confuse" - "color" "9B27D1" - "buttonclass" "func_button" - "filtername" "Confuse_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "3468411" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - "team" "2" - } - "13" - { - "name" "ZM Pampa" - "shortname" "ZM Pampa" - "color" "9B27D1" - "buttonclass" "" - "filtername" "CactusZM_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1446677" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "2" - } - "14" - { - "name" "Phoenix Down" - "shortname" "Phoenix Down" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "Potion_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2576537" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v1_4_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v1_4_1.cfg deleted file mode 100644 index 734f1a5e..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v1_4_1.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768269" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768134" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1110646" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "3" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768876" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768572" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "5" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "767822" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v3_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v3_1.cfg deleted file mode 100644 index 4f4df701..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v3_1.cfg +++ /dev/null @@ -1,155 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1295860" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1295190" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768269" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768134" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "portador_heal" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1110646" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "portador_earth" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768876" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "768572" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "7" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "767822" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v5_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v5_3.cfg deleted file mode 100644 index c6439bf3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v5_3.cfg +++ /dev/null @@ -1,174 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "portador_gravedad" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1589" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1546" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "portador_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1410" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "3" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "portador_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1377" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "portador_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1492" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "8" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "portador_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1460" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "portador_viento" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1434" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "7" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "portador_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1359" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "8" - } - "8" - { - "name" "Daniel Cooking Dog" - "shortname" "Daniel Cooking Dog" - "color" "200000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "200000" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v6_b08.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v6_b08.cfg deleted file mode 100644 index 96d80249..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_reactor_v6_b08.cfg +++ /dev/null @@ -1,231 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "player_gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2908185" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "player_electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2908013" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "player_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2907860" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "3" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "player_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2907354" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2907132" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "player_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2908100" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "player_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2906834" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "7" - { - "name" "Aqua Materia" - "shortname" "Aqua" - "color" "9DE7EB" - "buttonclass" "func_button" - "filtername" "player_water" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2907705" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "8" - { - "name" "Bio Materia" - "shortname" "Bio" - "color" "39F374" - "buttonclass" "func_button" - "filtername" "player_bio" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2906432" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "9" - { - "name" "Barrier Materia" - "shortname" "Barrier" - "color" "E2EF7F" - "buttonclass" "func_button" - "filtername" "player_barrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2906517" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "10" - { - "name" "Mimic Materia" - "shortname" "Mimic" - "color" "EC4CF4" - "buttonclass" "func_button" - "filtername" "player_mimic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4525325" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "11" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "player_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2906602" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_russianversion18.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_russianversion18.cfg deleted file mode 100644 index a70474ef..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffvii_mako_russianversion18.cfg +++ /dev/null @@ -1,155 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity Materia" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "portador_gravedad" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1589" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Electro Materia" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1546" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "portador_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1410" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "portador_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1377" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "portador_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1492" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "5" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "portador_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1460" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "6" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "portador_viento" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1434" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "7" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "portador_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1359" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_a2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_a2.cfg deleted file mode 100644 index e3b23005..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_a2.cfg +++ /dev/null @@ -1,193 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841349" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Fire" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841431" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Electro" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "Electro_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841678" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Blizzard" - "shortname" "Blizzard" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "Blizzard_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841762" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Darkage" - "shortname" "Darkage" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "Darkaga_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841846" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Wind" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "Wind_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841928" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Zombie Heal" - "shortname" "Zombie Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1869948" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Zombie Fire" - "shortname" "Zombie Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1870326" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Zombie Darkaga" - "shortname" "Zombie Darkaga" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "Darkaga_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1871410" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Zombie Warp" - "shortname" "Zombie Warp" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "Warp_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1871651" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_b3_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_b3_1.cfg deleted file mode 100644 index d6eeb880..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_feywood_b3_1.cfg +++ /dev/null @@ -1,213 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Magick" - "shortname" "Heal" - "color" "F55884" - "buttonclass" "func_button" - "filtername" "Nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841349" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Wind Magick" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841928" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Dark Magick" - "shortname" "Dark" - "color" "8B689F" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841846" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Ice Magick" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841762" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Electro Magick" - "shortname" "Electro" - "color" "BCCD00" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841678" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "5" - { - "name" "Fire Magick" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1841431" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "6" - { - "name" "Berserk Magick" - "shortname" "Berserk" - "color" "FF8000" - "buttonclass" "func_button" - "filtername" "Berserk_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3764112" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "[ZM]Warp Magick" - "shortname" "[ZM]Warp" - "color" "FF00FF" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1871651" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "[ZM]Dark Magick" - "shortname" "[ZM]Dark" - "color" "8B689F" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1871410" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "9" - { - "name" "[ZM]Fire Magick" - "shortname" "[ZM]Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1870326" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "10" - { - "name" "[ZM]Heal Magick" - "shortname" "[ZM]Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nothing" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1869948" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_paramina_rift_v1_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_paramina_rift_v1_3.cfg deleted file mode 100644 index 66f3c4c1..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_paramina_rift_v1_3.cfg +++ /dev/null @@ -1,292 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ice Magick" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "57342" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Heal Magick" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "51266" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Fire Magick" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "52032" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Poison Magick" - "shortname" "Poison" - "color" "2EFE64" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "58993" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Wind Magick" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "64132" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - - - "5" - { - "name" "HP Potion" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "user_potion1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "581352" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "6" - { - "name" "HI Potion" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "user_potion2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "594382" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "7" - { - "name" "Ammo Potion" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "user_potion3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "594454" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "8" - { - "name" "Speed Potion" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "user_potion4" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "594526" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "9" - { - "name" "Holy Potion" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "user_potion5" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "594598" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - - - "10" - { - "name" "Warp Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_warp" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "31241" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "11" - { - "name" "Lure Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_lure" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "31653" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "12" - { - "name" "Fire Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "66011" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "13" - { - "name" "Frost Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_frost" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "65862" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "14" - { - "name" "Esper Mateus" - "shortname" "Esper" - "color" "195E32" - "buttonclass" "func_button" - "filtername" "user_esper" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2012882" - "mode" "4" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_ridorana_cataract_t3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_ridorana_cataract_t3.cfg deleted file mode 100644 index a51a8a63..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_ridorana_cataract_t3.cfg +++ /dev/null @@ -1,214 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Magick" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29413" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Wind Magick" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "Wind_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29972" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "2" - { - "name" "Dark Magick" - "shortname" "Dark" - "color" "8B689F" - "buttonclass" "func_button" - "filtername" "Darkaga_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29894" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "3" - { - "name" "Ice Magick" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "Blizzard_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29814" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "4" - { - "name" "Electro Magick" - "shortname" "Electro" - "color" "BCCD00" - "buttonclass" "func_button" - "filtername" "Electro_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29734" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Fire Magick" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "29491" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - "6" - { - "name" "[ZM]Warp Magick" - "shortname" "[ZM]Warp" - "color" "ff7700" - "buttonclass" "func_button" - "filtername" "Warp_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "30795" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "7" - { - "name" "[ZM]Dark Magick" - "shortname" "[ZM]Dark" - "color" "8B689F" - "buttonclass" "func_button" - "filtername" "Darkaga_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "30712" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "8" - { - "name" "[ZM]Fire Magick" - "shortname" "[ZM]Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "Fire_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "30486" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "9" - { - "name" "[ZM]Heal Magick" - "shortname" "[ZM]Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Z_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "30269" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "10" - { - "name" "Ultima Sword" - "shortname" "Sword" - "color" "efff16" - "buttonclass" "func_button" - "filtername" "Berserk_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "36679" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v2d.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v2d.cfg deleted file mode 100644 index 6fef6a8f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v2d.cfg +++ /dev/null @@ -1,156 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ice Magic" - "shortname" "Ice" - "color" "0814FF" - "buttonclass" "func_button" - "filtername" "target_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "575922" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "6" - { - "name" "Wind Magic" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "target_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "84865" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "8" - { - "name" "Heal Magic" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "target_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "83068" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "10" - { - "name" "Earth Magic" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "target_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "430688" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "11" - { - "name" "Fire Magic" - "shortname" "Fire" - "color" "FF7300" - "buttonclass" "func_button" - "filtername" "target_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "83760" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "12" - { - "name" "Holy Magic" - "shortname" "Holy" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "target_holy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "87311" - "mode" "3" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - - "13" - { - "name" "Chocobo" - "shortname" "Chocobo" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "133419" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Chocobo" - "shortname" "Chocobo" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "430758" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v5_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v5_2.cfg deleted file mode 100644 index 81a5ff2f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v5_2.cfg +++ /dev/null @@ -1,292 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ashe Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "777862" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Balthier Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "796352" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Basch Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "777766" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "3" - { - "name" "Zombie Warp" - "shortname" "Warp" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "warpcaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "476523" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "1" - } - "4" - { - "name" "Zombie Lure" - "shortname" "Lure" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "lurecaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "476278" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "1" - } - "5" - { - "name" "Zombie Blind" - "shortname" "Blind" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "blindcaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "476360" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "1" - } - - - "6" - { - "name" "Wind Staff" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "windcaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476266" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "7" - { - "name" "Water Staff" - "shortname" "Water" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "watercaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476264" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "8" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "healcaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476258" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "9" - { - "name" "Electro Staff" - "shortname" "Electro" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "electrocaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476260" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "10" - { - "name" "Earth Staff" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "earthcaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476268" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "11" - { - "name" "Fire Staff" - "shortname" "Fire" - "color" "FF7300" - "buttonclass" "func_button" - "filtername" "firecaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "695050" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "12" - { - "name" "Holy Staff" - "shortname" "Holy" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "holycaster" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "476256" - "mode" "3" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - - "13" - { - "name" "Chocobo" - "shortname" "" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "795408" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Chocobo" - "shortname" "" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "795464" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v7_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v7_2.cfg deleted file mode 100644 index e63ca23f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v7_2.cfg +++ /dev/null @@ -1,292 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ashe Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "479440" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Vaan Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "479356" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Balthier Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "479085" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Basch Cloak" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "478923" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "4" - { - "name" "Warp Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_warp" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "473843" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "5" - { - "name" "Invisibility Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_invis" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "474656" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "6" - { - "name" "Lure Magick" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_lure" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "474985" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "7" - { - "name" "Heal Magick (ZM)" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "player_knife_blind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "475298" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - - "8" - { - "name" "Wind Staff" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "player_staff_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474260" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "9" - { - "name" "Water Staff" - "shortname" "Water" - "color" "0814FF" - "buttonclass" "func_button" - "filtername" "player_staff_water" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473926" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "8" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_staff_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474682" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "9" - { - "name" "Electro Staff" - "shortname" "Electro" - "color" "BCCD00" - "buttonclass" "func_button" - "filtername" "player_staff_electro" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474435" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "10" - { - "name" "Earth Staff" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "player_staff_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474010" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "11" - { - "name" "Fire Staff" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "player_staff_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474249" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "12" - { - "name" "Holy Staff" - "shortname" "Holy" - "color" "A1A1A1" - "buttonclass" "func_button" - "filtername" "player_staff_holy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "474103" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v8beta6_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v8beta6_override.cfg deleted file mode 100644 index 1f70a8a5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxii_westersand_v8beta6_override.cfg +++ /dev/null @@ -1,309 +0,0 @@ -"entities" -{ - "0" - { - "name" "Zombie Lure" - "shortname" "Zombie Lure" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2665489" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Zombie Blind" - "shortname" "Zombie Blind" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2665770" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Zombie Warp" - "shortname" "Zombie Warp" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2666579" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Zombie Invisibility" - "shortname" "Zombie Invisibility" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2666721" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Zombie Shield" - "shortname" "Zombie Shield" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2666977" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Zombie Heal" - "shortname" "Zombie Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2667303" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Zombie Fire" - "shortname" "Zombie Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2708384" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Zombie Frost" - "shortname" "Zombie Frost" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2708451" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "8" - { - "name" "Water Staff" - "shortname" "Water" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2665857" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Fire Staff" - "shortname" "Fire" - "color" "FF7300" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2665939" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Holy Staff" - "shortname" "Holy" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2666037" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2666175" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Earth Staff" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2666253" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "Electro Staff" - "shortname" "Electro" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2666329" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Wind Staff" - "shortname" "Wind" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2666416" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "15" - { - "name" "Solo Winner" - "shortname" "Solo Winner" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "4270237" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v4_5s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v4_5s.cfg deleted file mode 100644 index 9877edd7..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v4_5s.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Summoner Shadow Flare" - "shortname" "Shadow Flare" - "color" "ADD8E6" - "buttonclass" "func_button" - "filtername" "shadowflare_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122287" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Black Mage Flare" - "shortname" "Flare" - "color" "FF4040" - "buttonclass" "func_button" - "filtername" "flare_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122422" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Mount Night Mare" - "shortname" "Night Mare" - "color" "3EFF3E" - "buttonclass" "func_button" - "filtername" "nightmare_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122252" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "3" - { - "name" "White Mage Benediction" - "shortname" "Benediction" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "benediction_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122408" - "mode" "2" - "maxuses" "0" - "cooldown" "150" - "maxamount" "1" - } - "4" - { - "name" "Bird Armys Paeon" - "shortname" "Armys Paeon" - "color" "FFA500" - "buttonclass" "func_button" - "filtername" "armys_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122443" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "5" - { - "name" "Paladin Shield Oath" - "shortname" "Shield Oath" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "shield_Filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122360" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "6" - { - "name" "Limit Break" - "shortname" "Limit Break" - "color" "FFFFE0" - "buttonclass" "func_button" - "filtername" "limit_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "190185" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t1.cfg deleted file mode 100644 index 46cf99d6..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t1.cfg +++ /dev/null @@ -1,288 +0,0 @@ -"entities" -{ - "0" - { - "name" "Knight" - "shortname" "Knight" - "color" "FF0000" //red - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2222851" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "3" - } - "1" - { - "name" "Double Damage" - "shortname" "Damage" - "color" "FF7F00" //orange - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2214811" - "mode" "1" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "2" - { - "name" "Blizzard" - "shortname" "Blizzard" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2154090" - "mode" "1" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "3" - { - "name" "Thunder" - "shortname" "Thunder" - "color" "770000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2154149" - "mode" "1" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } - "4" - { - "name" "Zombie Ice" - "shortname" "ZM Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1773606" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "8" - } - "5" - { - "name" "Zombie Malefic" - "shortname" "ZM Malefic" - "color" "770000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2458629" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "8" - } - "6" - { - "name" "Zombie Heal" - "shortname" "ZM Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2465419" - "mode" "2" - "maxuses" "0" - "cooldown" "30" - "maxamount" "8" - } - "7" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1722238" - "mode" "1" - "maxuses" "0" - "cooldown" "55" - "maxamount" "3" - } - "8" - { - "name" "Vyraal" - "shortname" "Vyraal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4034130" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "9" - { - "name" "Lalafell" - "shortname" "Lalafell" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3980440" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "10" - { - "name" "Garuda" - "shortname" "Garuda" - "color" "B87802" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3793023" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "11" - { - "name" "Zombie Gravity" - "shortname" "ZM Gravity" - "color" "800080" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3794115" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "8" - } - "12" - { - "name" "Alteci" - "shortname" "Alteci" - "color" "00ff00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3781596" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "13" - { - "name" "Oath" - "shortname" "Oath" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3977239" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "8" - } - "14" - { - "name" "Poison" - "shortname" "Poison" - "color" "00ff00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2214790" - "mode" "1" - "maxuses" "0" - "cooldown" "55" - "maxamount" "8" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t2.cfg deleted file mode 100644 index 6bbde4ed..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_1t2.cfg +++ /dev/null @@ -1,288 +0,0 @@ -"entities" -{ - "0" - { - "name" "Knight" - "shortname" "Knight" - "color" "FF0000" //red - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2222851" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "3" - } - "1" - { - "name" "Double Damage" - "shortname" "Damage" - "color" "FF7F00" //orange - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2214811" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "2" - { - "name" "Blizzard" - "shortname" "Blizzard" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2154090" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "8" - } - "3" - { - "name" "Thunder" - "shortname" "Thunder" - "color" "770000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2154149" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "8" - } - "4" - { - "name" "Zombie Ice" - "shortname" "ZM Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1773606" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "8" - } - "5" - { - "name" "Zombie Malefic" - "shortname" "ZM Malefic" - "color" "770000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2458629" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "8" - } - "6" - { - "name" "Zombie Heal" - "shortname" "ZM Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2465419" - "mode" "2" - "maxuses" "0" - "cooldown" "30" - "maxamount" "8" - } - "7" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1722238" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "3" - } - "8" - { - "name" "Vyraal" - "shortname" "Vyraal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4034130" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "9" - { - "name" "Lalafell" - "shortname" "Lalafell" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3980440" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "10" - { - "name" "Garuda" - "shortname" "Garuda" - "color" "B87802" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3793023" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "11" - { - "name" "Zombie Gravity" - "shortname" "ZM Gravity" - "color" "800080" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3794115" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "8" - } - "12" - { - "name" "Alteci" - "shortname" "Alteci" - "color" "00ff00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3781596" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "13" - { - "name" "Oath" - "shortname" "Oath" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3977239" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "8" - } - "14" - { - "name" "Poison" - "shortname" "Poison" - "color" "00ff00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2214790" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_2f.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_2f.cfg deleted file mode 100644 index 35776824..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ffxiv_wanderers_palace_v5_2f.cfg +++ /dev/null @@ -1,345 +0,0 @@ -"entities" -{ - "0" - { - "name" "Blizzard Element" - "shortname" "Blizzard" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "Player_Human_Blizzard" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008547" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "1" - { - "name" "Heal Element" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Player_Human_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008852" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Thunder Element" - "shortname" "Thunder" - "color" "8000FF" - "buttonclass" "func_button" - "filtername" "Player_Human_Thunder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008559" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "3" - { - "name" "LalaFell" - "shortname" "LalaFell" - "color" "FFFF00" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6007050" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Knight Sword" - "shortname" "Knight" - "color" "79DBFF" - "buttonclass" "func_button" - "filtername" "Player_Human_Knight" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008466" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Damage Potion" - "shortname" "Damage" - "color" "0080FF" - "buttonclass" "func_button" - "filtername" "Player_Human_Damage" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008493" - "mode" "4" - "maxuses" "1" - "cooldown" "6" - "maxamount" "1" - } - "6" - { - "name" "Poison Potion" - "shortname" "Poison" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "Player_Human_Poison" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008485" - "mode" "4" - "maxuses" "1" - "cooldown" "6" - "maxamount" "1" - } - "7" - { - "name" "Oath Element" - "shortname" "Oath" - "color" "FFFF80" - "buttonclass" "func_button" - "filtername" "Player_Human_Oath" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6006844" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "8" - { - "name" "Summon Bahamut" - "shortname" "Bahamut" - "color" "6F6F6F" - "buttonclass" "func_button" - "filtername" "Player_Human_Bahamut" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6006269" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Zombie Gravity" - "shortname" "ZM Gravity" - "color" "8000FF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6007303" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "10" - { - "name" "Zombie Heal" - "shortname" "ZM Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008042" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "11" - { - "name" "Zombie Ice" - "shortname" "ZM Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008636" - "mode" "4" - "maxuses" "2" - "cooldown" "50" - "maxamount" "1" - } - "12" - { - "name" "Zombie Malefic" - "shortname" "ZM Malefic" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Malefic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6008053" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "13" - { - "name" "Vyraal" - "shortname" "Vyraal" - "color" "C0C0C0" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Vyraal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6006814" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Alteci" - "shortname" "Alteci" - "color" "C0C0C0" - "buttonclass" "" - "filtername" "Player_Zombie_Alteci" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6007341" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "Garuda" - "shortname" "Garuda" - "color" "F06E00" - "buttonclass" "" - "filtername" "Player_Zombie_Garuda" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6007281" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "Seymour Natus" - "shortname" "ZM Seymour" - "color" "8000FF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Seymour" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6006573" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "17" - { - "name" "Bahamut Wing" - "shortname" "ZM Bahamut" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "Player_Zombie_Bahamut" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6006090" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_gods_wrath_v3_8b.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_gods_wrath_v3_8b.cfg deleted file mode 100644 index 1f2258c3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_gods_wrath_v3_8b.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Healing Pistol" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "ct_only" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "116712" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "1" - { - "name" "Burner Gun" - "shortname" "Burner Gun" - "color" "00FF00" - "buttonclass" "func_rot_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "128073" - "mode" "2" - "maxuses" "0" - "cooldown" "13" - "maxamount" "1" - } - "2" - { - "name" "The Bow" - "shortname" "The Bow" - "color" "FF7F00" - "buttonclass" "func_rot_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "124212" - "mode" "2" - "maxuses" "0" - "cooldown" "13" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_got_the_north_b2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_got_the_north_b2.cfg deleted file mode 100644 index 0e28f4b9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_got_the_north_b2.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Axe" - "shortname" "Axe" - "color" "99CCFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2973909" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Bow" - "shortname" "Bow" - "color" "99CCFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2973935" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Sword" - "shortname" "Sword" - "color" "99CCFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2973920" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "99CCFF" - "buttonclass" "func_button" - "filtername" "Can_Use_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2976276" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "4" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "99CCFF" - "buttonclass" "func_button" - "filtername" "Can_Use_Ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2976263" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v1_3_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v1_3_override.cfg deleted file mode 100644 index 5a29f5c3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v1_3_override.cfg +++ /dev/null @@ -1,374 +0,0 @@ -"entities" -{ - "0" - { - "name" "Incendio (fire)" - "shortname" "Incendio" - "color" "FF2828" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8974097" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "9005859" - } - "1" - { - "name" "Impedimenta (ice)" - "shortname" "Impedimenta" - "color" "7DBEFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8975848" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "9007824" - } - "2" - { - "name" "Flipendo (wind)" - "shortname" "Flipendo" - "color" "F4F4F4" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8977321" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "9007828" - } - "3" - { - "name" "Avada kedavra" - "shortname" "Avada kedavra" - "color" "FF8AFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8977961" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "9007832" - } - "4" - { - "name" "Reparo (heal)" - "shortname" "Reparo" - "color" "00DF00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8978959" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "9007836" - } - "5" - { - "name" "Protego (wall)" - "shortname" "Protego" - "color" "E8E800" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8979602" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "17955655" - } - "6" - { - "name" "Accio (ammo)" - "shortname" "Accio" - "color" "808000" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845448" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "17955652" - } - "7" - { - "name" "Crucio (poison)" - "shortname" "Crucio" - "color" "FD7E00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845738" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "17955634" - } - "8" - { - "name" "Aguamenti (slowmo)" - "shortname" "Aguamenti" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845811" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "20840257" - } - "9" - { - "name" "Incendio (fire)" - "shortname" "Incendio" - "color" "C10000" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9125676" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "51661731" - } - "10" - { - "name" "Emendo (heal)" - "shortname" "Emendo" - "color" "6700CE" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9127617" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Confundus (confusing)" - "shortname" "Confundus" - "color" "FFFF2F" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9128126" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Deprimo (slowmo)" - "shortname" "Deprimo" - "color" "1C1CFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9128865" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "Expulso (nuker)" - "shortname" "Expulso" - "color" "248C06" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9129450" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Disillusionment (half visible)" - "shortname" "Disillusionment" - "color" "371C00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17845958" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "Conjunctivitus (poison)" - "shortname" "Conjunctivitus" - "color" "6A3500" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17846183" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "Deletrius (wand breaker)" - "shortname" "Deletrius" - "color" "00B3B3" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17846257" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "17" - { - "name" "Reducio (minimizer)" - "shortname" "Reducio" - "color" "FF79BC" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "20869434" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "18" - { - "name" "Builder" - "shortname" "Builder" - "color" "B3A189" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "37642786" - "mode" "4" - "maxuses" "8" - "cooldown" "1" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v2_1.cfg deleted file mode 100644 index 30b2294b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_harry_potter_v2_1.cfg +++ /dev/null @@ -1,383 +0,0 @@ -"entities" -{ - "0" - { - "name" "Incendio (FIRE)" - "shortname" "Incendio" - "color" "FF2828" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8974097" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - "trigger" "59863086" - } - "1" - { - "name" "Impedimenta (ICE)" - "shortname" "Impedimenta" - "color" "7DBEFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8975848" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "trigger" "59863090" - } - "2" - { - "name" "Flipendo (WIND)" - "shortname" "Flipendo" - "color" "F4F4F4" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8977321" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "trigger" "59863094" - } - "3" - { - "name" "Avada kedavra" - "shortname" "Avada kedavra" - "color" "FF8AFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8977961" - "mode" "2" - "maxuses" "0" - "cooldown" "140" - "maxamount" "1" - "trigger" "59863102" - } - "4" - { - "name" "Reparo (HEAL)" - "shortname" "Reparo" - "color" "00DF00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8978959" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "59863110" - } - "5" - { - "name" "Protego (WALL)" - "shortname" "Protego" - "color" "E8E800" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "8979602" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "trigger" "59863098" - } - "6" - { - "name" "Accio (AMMO)" - "shortname" "Accio" - "color" "808000" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845448" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "59863114" - } - "7" - { - "name" "Crucio (POISON)" - "shortname" "Crucio" - "color" "FD7E00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845738" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "trigger" "59863106" - } - "8" - { - "name" "Aguamenti (SLOWMO)" - "shortname" "Aguamenti" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "17845811" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - "trigger" "59863118" - } - "9" - { - "name" "Incendio (FIRE)" - "shortname" "Incendio" - "color" "C10000" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9125676" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "9005859" - } - "10" - { - "name" "Emendo (HEAL)" - "shortname" "Emendo" - "color" "6700CE" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9127617" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "9007824" - } - "11" - { - "name" "Confundus (CONFUSER)" - "shortname" "Confundus" - "color" "FFFF2F" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9128126" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "9007828" - } - "12" - { - "name" "Deprimo (SLOWMO)" - "shortname" "Deprimo" - "color" "1C1CFF" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9128865" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "9007832" - } - "13" - { - "name" "Expulso (NUKER)" - "shortname" "Expulso" - "color" "248C06" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9129450" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "9007836" - } - "14" - { - "name" "Disillusionment (HALF VISIBLE)" - "shortname" "Disillusionment" - "color" "371C00" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17845958" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "17955655" - } - "15" - { - "name" "Conjunctivitus (POISON)" - "shortname" "Conjunctivitus" - "color" "6A3500" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17846183" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "17955634" - } - "16" - { - "name" "Deletrius (WAND BREAKER)" - "shortname" "Deletrius" - "color" "00B3B3" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "17846257" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "17955652" - } - "17" - { - "name" "Reducio (MINIMIZER)" - "shortname" "Reducio" - "color" "FF79BC" - "buttonclass" "func_button" - "filtername" "wandtaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "20869434" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "35" - "trigger" "20840257" - } - "18" - { - "name" "Builder" - "shortname" "Builder" - "color" "B3A189" - "buttonclass" "func_button" - "filtername" "buildertaken" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "37642786" - "mode" "4" - "maxuses" "8" - "cooldown" "2" - "maxamount" "1" - "trigger" "14550189" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_horizon_sky_escape_b1s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_horizon_sky_escape_b1s.cfg deleted file mode 100644 index 1e98c55f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_horizon_sky_escape_b1s.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Book" - "shortname" "Book" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "stage1_tele_trigger" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "385304" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_icecap_derp_unloze_v420.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_icecap_derp_unloze_v420.cfg deleted file mode 100644 index 318ae8c1..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_icecap_derp_unloze_v420.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Cock 1" - "shortname" "Cock 1" - "color" "FF2828" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "145599" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Cock 2" - "shortname" "Cock 2" - "color" "7DBEFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "213802" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "Cock 3" - "shortname" "Cock 3" - "color" "F4F4F4" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "266867" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_industrial_dejavu_v3_3_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_industrial_dejavu_v3_3_1.cfg deleted file mode 100644 index 40eab1fc..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_industrial_dejavu_v3_3_1.cfg +++ /dev/null @@ -1,155 +0,0 @@ -"entities" -{ - "0" - { - "name" "Push Gun" - "shortname" "Push" - "color" "00D8D5" - "buttonclass" "func_button" - "filtername" "push" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "114509" - "mode" "2" - "maxuses" "0" - "cooldown" "66" - "maxamount" "2" - } - "1" - { - "name" "Ammo Box" - "shortname" "Ammo" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "117260" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "2" - } - "2" - { - "name" "Freezegun" - "shortname" "Freeze" - "color" "21FFFC" - "buttonclass" "func_button" - "filtername" "coolr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "118065" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "2" - } - "3" - { - "name" "Laser Wall" - "shortname" "Wall" - "color" "6459C9" - "buttonclass" "func_button" - "filtername" "laser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "119767" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "2" - } - "4" - { - "name" "Zombie Heal" - "shortname" "Zombie Heal" - "color" "F5F5F5" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "122959" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "2" - } - "5" - { - "name" "Zombie Rage" - "shortname" "Zombie Rage" - "color" "E00250" - "buttonclass" "func_button" - "filtername" "ragezm" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "124423" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "2" - } - "6" - { - "name" "Zombie Vortex" - "shortname" "Vortex" - "color" "755FCF" - "buttonclass" "func_button" - "filtername" "vortex" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "129343" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "2" - } - "7" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "EB6036" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2730" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_infected_tramway_v3_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_infected_tramway_v3_3.cfg deleted file mode 100644 index 8c2f93fe..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_infected_tramway_v3_3.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Blue P90" - "shortname" "Blue P90" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "196705" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "White P90" - "shortname" "White P90" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "196631" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "P90 with Plans" - "shortname" "Plans" - "color" "0080FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "196869" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Yellow P90" - "shortname" "Yellow P90" - "color" "FFFF00" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "196983" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_isla_nublar_v2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_isla_nublar_v2_1.cfg deleted file mode 100644 index 869bc082..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_isla_nublar_v2_1.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Shotgun" - "shortname" "Shotgun" - "color" "AD4100" - "buttonclass" "func_button" - "filtername" "shotgunname" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "83112" - "mode" "4" - "maxuses" "7" - "cooldown" "2" - "maxamount" "1" - } - "1" - { - "name" "Medkit" - "shortname" "Medkit" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "medkitname" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2044364" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Shotgun" - "shortname" "Shotgun" - "color" "A63F02" - "buttonclass" "func_button" - "filtername" "shotgunname2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1497581" - "mode" "4" - "maxuses" "8" - "cooldown" "2" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_italy_town_v3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_italy_town_v3.cfg deleted file mode 100644 index a377f6eb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_italy_town_v3.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Sword" - "shortname" "Sword" - "color" "B0BCBF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7444" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Rocket Launcher" - "shortname" "Rocket" - "color" "8B7D8C" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "296846" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "FC5151" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2730" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Cold Gun" - "shortname" "Cold Gun" - "color" "3D6EF5" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "39556" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_johnny_nukem_beta5.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_johnny_nukem_beta5.cfg deleted file mode 100644 index 8a9efd7d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_johnny_nukem_beta5.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "UFO" - "shortname" "UFO" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "UFO_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "310976" - "mode" "4" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Rainbow Flamethrower" - "shortname" "Flamethrower" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "flamethrower" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "312056" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Bubble Gun" - "shortname" "Bubble" - "color" "3b5998" - "buttonclass" "func_button" - "filtername" "electric" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "309378" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "3" - { - "name" "Mountain Dew" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Heal_Owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "310117" - "mode" "4" - "maxuses" "2" - "cooldown" "10" - "maxamount" "1" - } - "4" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "ffb028" - "buttonclass" "func_button" - "filtername" "kuulid" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "594280" - "mode" "4" - "maxuses" "2" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Pink Elephants" - "shortname" "Mines" - "color" "FF69B4" - "buttonclass" "func_button" - "filtername" "mineboom" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "643708" - "mode" "4" - "maxuses" "5" - "cooldown" "2" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_journey_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_journey_v1_2.cfg deleted file mode 100644 index 283338f9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_journey_v1_2.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Burning Orb" - "shortname" "Burning Orb" - "color" "EA6309" - "buttonclass" "func_button" - "filtername" "flameuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "163621" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Glacial Orb" - "shortname" "Glacial Orb" - "color" "6DE3FC" - "buttonclass" "func_button" - "filtername" "iceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "163673" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "Lightning Orb" - "shortname" "Lightning Orb" - "color" "F9EF77" - "buttonclass" "func_button" - "filtername" "thunderuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "163717" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Gust Orb" - "shortname" "Gust Orb" - "color" "8AEEC3" - "buttonclass" "func_button" - "filtername" "gustuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "615586" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "4" - { - "name" "Divine Orb" - "shortname" "Divine Orb" - "color" "E0FDFE" - "buttonclass" "func_button" - "filtername" "divineuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "163793" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Abyssal Orb" - "shortname" "Abyssal Orb" - "color" "D10C96" - "buttonclass" "func_button" - "filtername" "abyssuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "562519" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Celestial Embrace" - "shortname" "Celestial Embrace" - "color" "FDCCFD" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "163847" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jungle_escape_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jungle_escape_v1_2.cfg deleted file mode 100644 index 91b93ee3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jungle_escape_v1_2.cfg +++ /dev/null @@ -1,119 +0,0 @@ -"entities" -{ - "0" - { - "name" "Electro" - "shortname" "Electro" - "color" "BCCD00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "53788" - "mode" "2" - "cooldown" "40" - "maxuses" "0" - "maxamount" "1" - } - - - "2" - { - "name" "Ice" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "87317" - "mode" "2" - "cooldown" "40" - "maxuses" "0" - "maxamount" "1" - } - "3" - { - "name" "Wurzel Push" - "shortname" "Push" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "122719" - "mode" "2" - "cooldown" "25" - "maxuses" "0" - "maxamount" "1" - } - "4" - { - "name" "Wurzel Sculpture" - "shortname" "Wall" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "567697" - "mode" "2" - "cooldown" "2" - "maxuses" "0" - "maxamount" "1" - } - - "5" - { - "name" "Cura Bubble" - "shortname" "Bubble" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1313204" - "mode" "2" - "cooldown" "40" - "maxuses" "0" - "maxamount" "1" - } - "6" - { - "name" "Crystal" - "shortname" "Crystal" - "color" "7c7b74" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "456745" - "mode" "1" - "maxuses" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jurassic_park_story_v1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jurassic_park_story_v1.cfg deleted file mode 100644 index 844d3152..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_jurassic_park_story_v1.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"entities" -{ - "0" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2546808" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Tazer" - "shortname" "Tazer" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2546876" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_last_man_standing_b6.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_last_man_standing_b6.cfg deleted file mode 100644 index 2376edea..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_last_man_standing_b6.cfg +++ /dev/null @@ -1,542 +0,0 @@ -"entities" -{ - "0" - { - "name" "Immunizer Gun" - "shortname" "Immunizer Gun" - "color" "666699" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665854" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "1" - { - "name" "ThunderGun" - "shortname" "ThunderGun" - "color" "FFCC00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665869" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "2" - { - "name" "Portal Gun" - "shortname" "Portal Gun" - "color" "3385FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665891" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "3" - { - "name" "Zero Gravity Gun" - "shortname" "Zero Grav" - "color" "404040" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665898" - "mode" "2" - "maxuses" "0" - "cooldown" "30" - "maxamount" "1" - } - - "4" - { - "name" "Gauss Rifle" - "shortname" "Gauss" - "color" "3333CC" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665914" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - "5" - { - "name" "Turret" - "shortname" "Turret" - "color" "FF9966" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665924" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "6" - { - "name" "Mines" - "shortname" "Mines" - "color" "660000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7665942" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "7" - { - "name" "Mutator Backpack" - "shortname" "Mutator" - "color" "004D1A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7666080" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "1" - } - - "8" - { - "name" "Soldier" - "shortname" "Soldier" - "color" "206040" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "7666731" - "mode" "1" - "maxuses" "1" - "cooldown" "0" - "maxamount" "32" - } - - "9" - { - "name" "Immunizer Bomb" - "shortname" "Immunizer Bomb" - "color" "0080FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "7666755" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - - "10" - { - "name" "Unlimited Ammo Placer" - "shortname" "Ammo Box" - "color" "4D3319" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "7666765" - "mode" "4" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - - "11" - { - "name" "M60 Machine Gun" - "shortname" "M60" - "color" "E67300" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "7666846" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "11" - { - "name" "Fuel Can" - "shortname" "Fuel" - "color" "CC3300" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "5161017" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "12" - { - "name" "Train Driver" - "shortname" "Train Driver" - "color" "FFCC80" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "5140523" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "13" - { - "name" "Hyper Boost" - "shortname" "Hyper Boost" - "color" "99CCFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "7666559" - "mode" "4" - "maxuses" "1" - "cooldown" "3" - "maxamount" "1" - } - - "14" - { - "name" "Mech" - "shortname" "Mech" - "color" "0D0D0D" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "5142827" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "15" - { - "name" "Zombie Boss" - "shortname" "Zombie Boss" - "color" "CC0066" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "5142542" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "16" - { - "name" "Zombie Summoner" - "shortname" "Zombie Summoner" - "color" "660033" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666199" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "17" - { - "name" "Zombie Jumper" - "shortname" "Zombie Jumper" - "color" "9933FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666220" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "18" - { - "name" "Alma Zombie" - "shortname" "Alma" - "color" "B3CCCC" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666234" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "19" - { - "name" "Vortigaunt" - "shortname" "Vortigaunt" - "color" "C2C2A3" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666255" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "20" - { - "name" "Tank Zombie" - "shortname" "Tank Zombie" - "color" "CC8800" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666394" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "21" - { - "name" "Antlion" - "shortname" "Antlion" - "color" "CCCC00" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666442" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "22" - { - "name" "Predator" - "shortname" "Predator" - "color" "331100" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666506" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "23" - { - "name" "Zombie Freezer" - "shortname" "Zombie Freezer" - "color" "CCE6FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7666525" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "24" - { - "name" "Juggernaut" - "shortname" "Juggernaut" - "color" "993300" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7667056" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - "25" - { - "name" "Shockwave Zombie" - "shortname" "Shockwave Zombie" - "color" "000066" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "7667132" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_legoland_crackheads_v2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_legoland_crackheads_v2.cfg deleted file mode 100644 index 7ebd4547..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_legoland_crackheads_v2.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Builder" - "shortname" "Builder" - "color" "B3A189" - "buttonclass" "func_button" - "filtername" "we2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "67314" - "mode" "2" - "maxuses" "5" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Builder" - "shortname" "Builder" - "color" "B3A189" - "buttonclass" "func_button" - "filtername" "we3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "140208" - "mode" "2" - "maxuses" "5" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Cooler Gun" - "shortname" "Cooler Gun" - "color" "2E93E6" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "313080" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lila_panic_escape_v3_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lila_panic_escape_v3_1.cfg deleted file mode 100644 index 676dd03d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lila_panic_escape_v3_1.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire barrel" - "shortname" "Barrel" - "color" "FF4000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "353152" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "1" - { - "name" "Freeze bottle" - "shortname" "Freeze" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "354622" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Heal gun" - "shortname" "Heal" - "color" "AEB404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "344578" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "3" - { - "name" "Laser gun" - "shortname" "Laser" - "color" "40FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "23028" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Ammo gun" - "shortname" "Ammo" - "color" "8A2908" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "462044" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "5" - { - "name" "Suicidal zombie" - "shortname" "" - "color" "FF0000" - "buttonclass" "trigger_hurt" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "409715" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_helms_deep_v5.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_helms_deep_v5.cfg deleted file mode 100644 index ee2d2e0b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_helms_deep_v5.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Explosive Torch" - "shortname" "Torch" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1004" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v2_2fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v2_2fix.cfg deleted file mode 100644 index 5d482685..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v2_2fix.cfg +++ /dev/null @@ -1,571 +0,0 @@ -"entities" -{ - "0" - { - "name" "The White Knight" - "shortname" "White Knight" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2384422" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042883" //White Knight Teleport - } - "1" - { - "name" "Gandalf" - "shortname" "Gandalf" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347448" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042880" //Gandalf Teleport - } - "2" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347138" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042877" //Horse Teleport - } - "3" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347177" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Oil Vase" - "shortname" "Oil" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "5349903" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "5310773" //Oil Teleport - } - "5" - { - "name" "Ammo Barrel" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1397716" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042874" //Ammo Teleport - } - "6" - { - "name" "Armor" - "shortname" "Armor" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6082267" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - "trigger" "4042868" //Armor Teleport - } - "7" - { - "name" "Flag" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397990" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042865" //Flag Teleport - } - "8" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397962" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658425" //Totem Teleport Extreme - } - "9" - { - "name" "TNT" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2231787" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4658428" //Tnt Teleport Extreme - } - "10" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397647" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658434" //Troll Teleport Extreme - } - "11" - { - "name" "Balrog" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2420963" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4042902" //Balrog Teleport - } - "12" - { - "name" "Nazgul" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1518692" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "12" - "trigger" "4963264" //Nazgul Teleport Stage 1 - } - "13" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2568929" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4963466" //Nazgul Teleport Stage 4 - } - "14" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "2569006" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "14" - "trigger" "5544470" //Balrog Stripper - } - "15" - { - "name" "Barricade - Explosive Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "3334835" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "2" - "trigger" "4042890" //Totem Teleport - } - "16" - { - "name" "Barricade - Toilet" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277483" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042893" //Tnt Teleport - } - "17" - { - "name" "Barricade - Bench" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277481" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042899" //Troll Teleport - } - "18" - { - "name" "Barricade - Shelf" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277479" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "19" - { - "name" "Barricade - Fence" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277477" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "20" - { - "name" "Barricade - Basket" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277475" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "21" - { - "name" "Barricade - Plank" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277471" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "22" - { - "name" "Barricade - Bell" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277469" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "23" - { - "name" "Barricade - Haybale" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277461" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "24" - { - "name" "Barricade - Big Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277465" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "30" - } - "25" - { - "name" "Barricade - Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277459" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "11" - } - "26" - { - "name" "Barricade - Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277457" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "27" - { - "name" "Barricade - Table" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277463" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "28" - { - "name" "Barricade - Crate" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277445" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_3.cfg deleted file mode 100644 index 6958436b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_3.cfg +++ /dev/null @@ -1,611 +0,0 @@ -"entities" -{ - "0" - { - "name" "The White Knight" - "shortname" "White Knight" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2384422" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042883" //White Knight Teleport - } - "1" - { - "name" "Gandalf" - "shortname" "Gandalf" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347448" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042880" //Gandalf Teleport - } - "2" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347138" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042877" //Horse Teleport - } - "3" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347177" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Oil Vase" - "shortname" "Oil" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "5349903" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "5310773" //Oil Teleport - } - "5" - { - "name" "Ammo Barrel" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1397716" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042874" //Ammo Teleport - } - "6" - { - "name" "Armor" - "shortname" "Armor" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6082267" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - "trigger" "4042868" //Armor Teleport - } - "7" - { - "name" "Flag" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397990" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042865" //Flag Teleport - } - "8" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397962" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658425" //Totem Teleport Extreme - } - "9" - { - "name" "TNT" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2231787" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4658428" //Tnt Teleport Extreme - } - "10" - { - "name" "Ladder" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397546" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042896" //Ladder Teleport - } - "11" - { - "name" "Ladder" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397571" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4658431" //Ladder Teleport Extreme - } - "12" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397647" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658434" //Troll Teleport Extreme - } - "13" - { - "name" "Balrog" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2420963" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4042902" //Balrog Teleport - } - "14" - { - "name" "Nazgul" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1518692" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - "trigger" "4963264" //Nazgul Teleport Stage 1 - } - "15" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2568929" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4963466" //Nazgul Teleport Stage 4 - } - "16" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "2569006" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "14" - "trigger" "5544470" //Balrog Stripper - } - "17" - { - "name" "Barricade - Explosive Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "3334835" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "2" - "trigger" "4042890" //Totem Teleport - } - "18" - { - "name" "Barricade - Toilet" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277483" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042893" //Tnt Teleport - } - "19" - { - "name" "Barricade - Bench" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277481" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042899" //Troll Teleport - } - "20" - { - "name" "Barricade - Shelf" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277479" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "21" - { - "name" "Barricade - Fence" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277477" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "22" - { - "name" "Barricade - Basket" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277475" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "23" - { - "name" "Barricade - Plank" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277471" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "24" - { - "name" "Barricade - Bell" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277469" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "25" - { - "name" "Barricade - Haybale" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277461" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "26" - { - "name" "Barricade - Big Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277465" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "30" - } - "27" - { - "name" "Barricade - Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277459" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "11" - } - "28" - { - "name" "Barricade - Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277457" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "29" - { - "name" "Barricade - Table" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277463" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "30" - { - "name" "Barricade - Crate" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277445" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_5.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_5.cfg deleted file mode 100644 index 51f2f4cb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_minas_tirith_v3_5.cfg +++ /dev/null @@ -1,630 +0,0 @@ -"entities" -{ - "0" - { - "name" "The White Knight" - "shortname" "White Knight" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2384422" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042883" //White Knight Teleport - } - "1" - { - "name" "Gandalf" - "shortname" "Gandalf" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347448" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042880" //Gandalf Teleport - } - "2" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347138" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042877" //Horse Teleport - } - "3" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2347177" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Oil Vase" - "shortname" "Oil" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "5349903" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "5310773" //Oil Teleport - } - "5" - { - "name" "Ammo Barrel" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1397716" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042874" //Ammo Teleport - } - "6" - { - "name" "Armor" - "shortname" "Armor" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6082283" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042868" //Armor Teleport - } - "7" - { - "name" "Armor" - "shortname" "Armor" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6082267" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Flag" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397990" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042865" //Flag Teleport - } - "9" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1397962" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658425" //Totem Teleport Extreme - } - "10" - { - "name" "TNT" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2231787" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4658428" //Tnt Teleport Extreme - } - "11" - { - "name" "Ladder" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397546" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042896" //Ladder Teleport - } - "12" - { - "name" "Ladder" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397571" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4658431" //Ladder Teleport Extreme - } - "13" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1397647" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4658434" //Troll Teleport Extreme - } - "14" - { - "name" "Balrog" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2420963" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "4042902" //Balrog Teleport - } - "15" - { - "name" "Nazgul" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1518692" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - "trigger" "4963264" //Nazgul Teleport Stage 1 - } - "16" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2568929" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "4963466" //Nazgul Teleport Stage 4 - } - "17" - { - "name" "Torch" - "shortname" "" - "color" "FF9600" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "2569006" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "14" - "trigger" "5544470" //Balrog Stripper - } - "18" - { - "name" "Barricade - Explosive Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "3334835" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "2" - "trigger" "4042890" //Totem Teleport - } - "19" - { - "name" "Barricade - Toilet" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277483" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - "trigger" "4042893" //Tnt Teleport - } - "20" - { - "name" "Barricade - Bench" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277481" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - "trigger" "4042899" //Troll Teleport - } - "21" - { - "name" "Barricade - Shelf" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277479" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "22" - { - "name" "Barricade - Fence" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277477" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "23" - { - "name" "Barricade - Basket" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277475" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "24" - { - "name" "Barricade - Plank" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277471" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "25" - { - "name" "Barricade - Bell" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277469" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "26" - { - "name" "Barricade - Haybale" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277461" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "5" - } - "27" - { - "name" "Barricade - Big Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277465" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "30" - } - "28" - { - "name" "Barricade - Boulder" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277459" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "11" - } - "29" - { - "name" "Barricade - Barrel" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277457" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } - "30" - { - "name" "Barricade - Table" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277463" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "4" - } - "31" - { - "name" "Barricade - Crate" - "shortname" "" - "color" "FFFFFF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "4277445" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "7" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mines_of_moria_v6_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mines_of_moria_v6_3.cfg deleted file mode 100644 index 5ed68a4d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mines_of_moria_v6_3.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "The Ring" - "shortname" "Ring" - "color" "FFDD21" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2233" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Saruman's Staff" - "shortname" "Saruman" - "color" "222222" - "buttonclass" "func_button" - "filtername" "saruman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2266" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Gandalf's Staff" - "shortname" "Gandalf" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "gandalf" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2282" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v3.cfg deleted file mode 100644 index e42af29b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v3.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Nazgul" - "shortname" "Nazgul" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1385" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Earendil Light" - "shortname" "Light" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1987" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "The Ring" - "shortname" "Ring" - "color" "FFDD21" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1938" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v4_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v4_2.cfg deleted file mode 100644 index e42af29b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_lotr_mount_doom_v4_2.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Nazgul" - "shortname" "Nazgul" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1385" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Earendil Light" - "shortname" "Light" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1987" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "The Ring" - "shortname" "Ring" - "color" "FFDD21" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1938" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_m0w0m_a2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_m0w0m_a2.cfg deleted file mode 100644 index 6055f909..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_m0w0m_a2.cfg +++ /dev/null @@ -1,456 +0,0 @@ -"entities" -{ - "0" - { - "name" "Launcher" - "shortname" "Launcher" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "player_launcher" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1450893" - "mode" "2" - "maxuses" "0" - "cooldown" "15" - "maxamount" "1" - } - "1" - { - "name" "Beam Сannon" - "shortname" "Beam Сannon" - "color" "228800" - "buttonclass" "func_button" - "filtername" "player_beamcannon" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1450931" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "32" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "A020F0" - "buttonclass" "func_button" - "filtername" "player_flamethrower" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1451092" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Gatling" - "shortname" "Gatling" - "color" "120061" - "buttonclass" "func_button" - "filtername" "player_gatling" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1451137" - "mode" "4" - "maxuses" "1" - "cooldown" "30" - "maxamount" "1" - } - "4" - { - "name" "Shotgun" - "shortname" "Shotgun" - "color" "111111" - "buttonclass" "func_button" - "filtername" "player_shotgun" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1451237" - "mode" "4" - "maxuses" "10" - "cooldown" "3" - "maxamount" "1" - } - "5" - { - "name" "Mine" - "shortname" "Mine" - "color" "8A2908" - "buttonclass" "func_button" - "filtername" "player_mine" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1451338" - "mode" "4" - "maxuses" "10" - "cooldown" "5" - "maxamount" "1" - } - "6" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453050" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "7" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453122" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "8" - { - "name" "Wind" - "shortname" "Wind" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "player_wind" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453799" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "9" - { - "name" "Beam" - "shortname" "Beam" - "color" "EE0000" - "buttonclass" "func_button" - "filtername" "player_beam" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453795" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "10" - { - "name" "Poison" - "shortname" "Poison" - "color" "228800" - "buttonclass" "func_button" - "filtername" "player_poison" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453963" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "11" - { - "name" "m0w0m" - "shortname" "m0w0m" - "color" "00FFFF" - "buttonclass" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1568972" - "mode" "0" - "maxamount" "1" - } - "12" - { - "name" "Gravity Toilet" - "shortname" "Gravity" - "color" "6B6B6B" - "buttonclass" "func_button" - "filtername" "player_gravityt" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454570" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "13" - { - "name" "Poison Toilet" - "shortname" "Poison Toilet" - "color" "D9FAF6" - "buttonclass" "func_button" - "filtername" "player_poisont" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454492" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "14" - { - "name" "Earth Toilet" - "shortname" "Earth Toilet" - "color" "91452C" - "buttonclass" "func_button" - "filtername" "player_eartht" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454650" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "15" - { - "name" "Water Toilet" - "shortname" "Water Toilet" - "color" "002A73" - "buttonclass" "func_button" - "filtername" "player_watert" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454793" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "16" - { - "name" "Push Toilet" - "shortname" "Push Toilet" - "color" "D9FAF6" - "buttonclass" "func_button" - "filtername" "player_pusht" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454942" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "17" - { - "name" "Fire Toilet" - "shortname" "Fire Toilet" - "color" "FE1E1E" - "buttonclass" "func_button" - "filtername" "player_firet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454182" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "18" - { - "name" "Ice Toilet" - "shortname" "Ice Toilet" - "color" "1EC2FE" - "buttonclass" "func_button" - "filtername" "player_icet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454264" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "19" - { - "name" "Electric Toilet" - "shortname" "Electro Toilet" - "color" "FEF61E" - "buttonclass" "func_button" - "filtername" "player_elect" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1454407" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "20" - { - "name" "Zombie Heal" - "shortname" "ZHeal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453633" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "21" - { - "name" "Zombie Gravity" - "shortname" "ZGravity" - "color" "6B6B6B" - "buttonclass" "func_button" - "filtername" "player_zgravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1453340" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "22" - { - "name" "Zombie Magic" - "shortname" "ZMagic" - "color" "520418" - "buttonclass" "func_button" - "filtername" "player_zmagic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1516043" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "23" - { - "name" "Zombie Feather" - "shortname" "ZFeather" - "color" "033727" - "buttonclass" "func_button" - "filtername" "player_zfeather" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1516123" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_madness_v2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_madness_v2_1.cfg deleted file mode 100644 index cd24cf3d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_madness_v2_1.cfg +++ /dev/null @@ -1,383 +0,0 @@ -"entities" -{ - "0" - { - "name" "C4" - "shortname" "C4" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "c4user1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "19017" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Pod" - "shortname" "Pod" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "48890" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Hammer" - "shortname" "Hammer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "hammeruser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "67365" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Gravity Zombie" - "shortname" "Gravity Zombie" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "72467" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Fire Zombie" - "shortname" "Fire Zombie" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "76625" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Wind Zombie" - "shortname" "Wind Zombie" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "79481" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Nade Crate" - "shortname" "Nade Crate" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "81744" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Bouncy Bed" - "shortname" "Bouncy Bed" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "beduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87361" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Force Gun" - "shortname" "Force Gun" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "forceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87938" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Dragonslayer" - "shortname" "Dragonslayer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "sworduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "108083" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Freeze Mines" - "shortname" "Freeze Mines" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "freezeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "118137" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Umbrella" - "shortname" "Umbrella" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "umbrellauser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "151641" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Tetromino" - "shortname" "Tetromino" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "cadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "155296" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "DDR" - "shortname" "DDR" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "danceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "169871" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Barrel Zombie" - "shortname" "Barrel Zombie" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "216448" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "Molotov" - "shortname" "Molotov" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "molotovuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "221119" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "Laser Zombie" - "shortname" "Laser Zombie" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "242957" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "17" - { - "name" "Screwdriver" - "shortname" "Screwdriver" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "screwuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "276689" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "18" - { - "name" "Decoy" - "shortname" "Decoy" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "decoyuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "328606" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "19" - { - "name" "Forklift" - "shortname" "Forklift" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "forkliftuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "345308" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_meatropolis_v1_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_meatropolis_v1_1.cfg deleted file mode 100644 index 4923ae89..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_meatropolis_v1_1.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "shish kebab" - "shortname" "kebab" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "kebabuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "214622" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "meatball" - "shortname" "ball" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "meatballuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "214665" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "meatloaf" - "shortname" "loaf" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "meatloafuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "214692" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "chunky chili" - "shortname" "chili" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "chiliuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "214714" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a5_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a5_override.cfg deleted file mode 100644 index edfa2933..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a5_override.cfg +++ /dev/null @@ -1,192 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire Tank" - "shortname" "Fire" - "color" "BB0000" - "buttonclass" "func_button" - "filtername" "Player_Fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5040923" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Boulder Tank" - "shortname" "Boulder" - "color" "E0AC00" - "buttonclass" "func_button" - "filtername" "Player_Boulder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014294" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Gravity Tank" - "shortname" "Gravity" - "color" "AF00BF" - "buttonclass" "func_button" - "filtername" "Player_Gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1272044" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind Tank" - "shortname" "Wind" - "color" "00E43D" - "buttonclass" "func_button" - "filtername" "Player_Wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4514599" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Sub Tank" - "shortname" "Heal" - "color" "2138FF" - "buttonclass" "func_button" - "filtername" "Player_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014164" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "7" - { - "name" "Ammo Tank" - "shortname" "Ammo" - "color" "BABABA" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014433" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Lightning Tank" - "shortname" "Lightning" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "Player_Lighting" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2526398" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "10" - { - "name" "Zm Heal" - "shortname" "Zm Heal" - "color" "8A15FF" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014802" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "11" - { - "name" "Zm Invisibility" - "shortname" "Zm Invisibility" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_zinv" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014607" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "12" - { - "name" "Zm Dash" - "shortname" "Zm Dash" - "color" "4969261" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "4969339" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a6_override.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a6_override.cfg deleted file mode 100644 index e7b50222..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_a6_override.cfg +++ /dev/null @@ -1,193 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire Tank" - "shortname" "Fire" - "color" "BB0000" - "buttonclass" "func_button" - "filtername" "Player_Fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5040923" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Boulder Tank" - "shortname" "Boulder" - "color" "E0AC00" - "buttonclass" "func_button" - "filtername" "Player_Boulder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014294" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Gravity Tank" - "shortname" "Gravity" - "color" "AF00BF" - "buttonclass" "func_button" - "filtername" "Player_Gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1272044" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind Tank" - "shortname" "Wind" - "color" "00E43D" - "buttonclass" "func_button" - "filtername" "Player_Wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4514599" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Sub Tank" - "shortname" "Heal" - "color" "2138FF" - "buttonclass" "func_button" - "filtername" "Player_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014164" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "7" - { - "name" "Ammo Tank" - "shortname" "Ammo" - "color" "BABABA" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014433" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Lightning Tank" - "shortname" "Lightning" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "Player_Lighting" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2526398" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "10" - { - "name" "Zm Heal" - "shortname" "Zm Heal" - "color" "8A15FF" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014802" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "11" - { - "name" "Zm Invisibility" - "shortname" "Zm Invisibility" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_zinv" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014607" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "12" - { - "name" "Zm Dash" - "shortname" "Zm Dash" - "color" "4969261" - "buttonclass" "func_button" - "filtername" "player_zdash" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "4969339" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_override_a6.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_override_a6.cfg deleted file mode 100644 index be65f403..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_megaman_override_a6.cfg +++ /dev/null @@ -1,192 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire Tank" - "shortname" "Fire" - "color" "BB0000" - "buttonclass" "func_button" - "filtername" "Player_Fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5040923" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Boulder Tank" - "shortname" "Boulder" - "color" "E0AC00" - "buttonclass" "func_button" - "filtername" "Player_Boulder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014294" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Gravity Tank" - "shortname" "Gravity" - "color" "AF00BF" - "buttonclass" "func_button" - "filtername" "Player_Gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1272044" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Wind Tank" - "shortname" "Wind" - "color" "00E43D" - "buttonclass" "func_button" - "filtername" "Player_Wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4514599" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Sub Tank" - "shortname" "Heal" - "color" "2138FF" - "buttonclass" "func_button" - "filtername" "Player_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014164" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "7" - { - "name" "Ammo Tank" - "shortname" "Ammo" - "color" "BABABA" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1014433" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Lightning Tank" - "shortname" "Lightning" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "Player_Lighting" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2526398" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "10" - { - "name" "Zm Heal" - "shortname" "Zm Heal" - "color" "8A15FF" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014802" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "11" - { - "name" "Zm Invisibility" - "shortname" "Zm Invisibility" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_zinv" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1014607" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - "12" - { - "name" "Zm Dash" - "shortname" "Zm Dash" - "color" "4969261" - "buttonclass" "func_button" - "filtername" "player_zdash" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "4969339" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_memehell_test1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_memehell_test1.cfg deleted file mode 100644 index 1b0c04a4..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_memehell_test1.cfg +++ /dev/null @@ -1,42 +0,0 @@ -"entities" -{ - "0" - { - "name" "Boneless Pizza" - "shortname" "Pizza" - "color" "eedc82" - "buttonclass" "func_button" - "filtername" "bonelessplayer" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1077" - "mode" "2" - "maxuses" "0" - "cooldown" "15" - "maxamount" "1" - } - "1" - { - "name" "Bloxy Cola" - "shortname" "Cola" - "color" "cc6600" - "buttonclass" "func_button" - "filtername" "colaplayer" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "121760" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_minecraft_adventure_v1_2c.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_minecraft_adventure_v1_2c.cfg deleted file mode 100644 index 7cfdb78f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_minecraft_adventure_v1_2c.cfg +++ /dev/null @@ -1,193 +0,0 @@ -"entities" -{ - "0" - { - "name" "Sword" - "shortname" "Sword" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "13270" - "mode" "2" - "maxuses" "" - "cooldown" "45" - "maxamount" "1" - } - "1" - { - "name" "Bow and Arrows" - "shortname" "Bow" - "color" "8B4513" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1657983" - "mode" "2" - "maxuses" "" - "cooldown" "9" - "maxamount" "1" - } - "2" - { - "name" "River Axe" - "shortname" "Axe" - "color" "8B4513" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "94227" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Diamond Pickaxe" - "shortname" "Pickaxe" - "color" "43C6DB" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "120494" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "182215" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Flint" - "shortname" "Flint" - "color" "7D7D7D" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "515304" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Steel" - "shortname" "Steel" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "515276" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Firemines" - "shortname" "Firemines" - "color" "7D0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "948183" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Wall" - "shortname" "Wall" - "color" "7D7D7D" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "948269" - "mode" "4" - "maxuses" "13" - "cooldown" "1" - "maxamount" "1" - } - "9" - { - "name" "Dragon Egg" - "shortname" "Egg" - "color" "5A005A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1175908" - "mode" "4" - "maxuses" "1" - "cooldown" "5" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mist_v1_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mist_v1_3.cfg deleted file mode 100644 index 908bff5f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mist_v1_3.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ice Nova" - "shortname" "Ice" - "color" "3AC7C9" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1068077" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Acid Flame" - "shortname" "Flame" - "color" "E26417" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1082763" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Spirit Burst" - "shortname" "Burst" - "color" "9DAFDC" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1084333" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Toxic Haze" - "shortname" "Toxic" - "color" "33BA0F" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1125887" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Static Field" - "shortname" "Static" - "color" "D357DE" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1086096" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Cleansing Aura" - "shortname" "Aura" - "color" "DC89AA" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1112064" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_a1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_a1.cfg deleted file mode 100644 index dfc09592..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_a1.cfg +++ /dev/null @@ -1,63 +0,0 @@ -"entities" -{ - "0" - { - "name" "Bow" - "shortname" "Bow" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "211273" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "3" - } - "1" - { - "name" "Bow" - "shortname" "Bow" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "230843" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "3" - } - "2" - { - "name" "Bow" - "shortname" "Bow" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "769462" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "3" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_p1t2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_p1t2.cfg deleted file mode 100644 index 65db3c14..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_moltentemple_p1t2.cfg +++ /dev/null @@ -1,43 +0,0 @@ -"entities" -{ - "0" - { - "name" "Bow" - "shortname" "Bow" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "211273" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "3" - } - "1" - { - "name" "Bow" - "shortname" "Bow" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "230843" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "team" "3" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1.cfg deleted file mode 100644 index 0753253b..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1.cfg +++ /dev/null @@ -1,611 +0,0 @@ -"entities" -{ - "0" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "156835" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5076" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "256259" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_viento" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "256447" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "257286" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "5" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "259016" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "6" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "259913" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "7" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "portador_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "261355" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "8" - { - "name" "Balrog" - "shortname" "Balrog" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517916" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Nazgul" - "shortname" "Nazgul" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1537382" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Nightingale" - "shortname" "Nightingale" - "color" "191919" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "457289" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "363" - } - "11" - { - "name" "Healmage" - "shortname" "Healmage" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158812" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "365" - } - "12" - { - "name" "Dovahkiin" - "shortname" "Dovahkiin" - "color" "00D8D5" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "457485" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "367" - } - "13" - { - "name" "Archmage" - "shortname" "Archmage" - "color" "BB0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158569" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "369" - } - "14" - { - "name" "Deadric" - "shortname" "Deadric" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158476" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "371" - } - "15" - { - "name" "Werewolf" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1877770" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - "trigger" "380" - } - "16" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "158986" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - "trigger" "377" - } - "17" - { - "name" "Giant" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1877060" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "375" - } - "18" - { - "name" "Dragonpriest" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "159264" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1887595" - } - "19" - { - "name" "Gandalf" - "shortname" "Gandalf" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517569" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1498823" - } - "20" - { - "name" "Suicidal" - "shortname" "Suicidal" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1111069" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "21" - { - "name" "The White Knight" - "shortname" "White Knight" - "color" "FFFFFF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517704" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1498830" - } - "22" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1517357" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "30" - "trigger" "1499226" - } - "23" - { - "name" "Ammo Barrel" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517400" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1498798" - } - "24" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517503" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1498816" - } - "25" - { - "name" "Horse" - "shortname" "Horse" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1517538" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "26" - { - "name" "TNT" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1518242" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1499202" - } - "27" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1521672" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1499202" - } - "28" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1521678" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1499215" - } - "29" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1521684" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1499205" - } - "30" - { - "name" "Totem" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "false" - "hud" "false" - "hammerid" "1521690" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "1499229" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1fix.cfg deleted file mode 100644 index a4f90f27..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_bbo_v1fix.cfg +++ /dev/null @@ -1,329 +0,0 @@ -"entities" -{ - "0" - { - "name" "Fire Materia" - "shortname" "Fire" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "portador_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "259016" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Ice Materia" - "shortname" "Ice" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "portador_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "257286" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "portador_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "261355" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "3" - { - "name" "Earth Materia" - "shortname" "Earth" - "color" "965F00" - "buttonclass" "func_button" - "filtername" "portador_earth" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "259913" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Wind Materia" - "shortname" "Wind" - "color" "04B404" - "buttonclass" "func_button" - "filtername" "portador_viento" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "256447" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "5" - { - "name" "Ultima Materia" - "shortname" "Ultima" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "portador_ultima" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "256259" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - - "6" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "157032" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "7" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "156835" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Nightingale" - "shortname" "Nightingale" - "color" "191919" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "457289" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Healmage" - "shortname" "Healmage" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158812" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Dovahkiin" - "shortname" "Dovahkiin" - "color" "00D8D5" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "457485" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Archmage" - "shortname" "Archmage" - "color" "BB0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158569" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Daedric" - "shortname" "Daedric" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "158476" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "13" - { - "name" "Werewolf" - "shortname" "Werewolf" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1877770" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "14" - { - "name" "Troll" - "shortname" "Troll" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "158986" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - } - "15" - { - "name" "Giant" - "shortname" "Giant" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1877060" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "Dragonpriest" - "shortname" "Dragonpriest" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "159264" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_12a.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_12a.cfg deleted file mode 100644 index 34f193cc..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_12a.cfg +++ /dev/null @@ -1,505 +0,0 @@ -"entities" -{ - "0" - { - "name" "Nazgul" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1783" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "1" - { - "name" "Zombie Stopper" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "10985" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "2" - { - "name" "Jumper" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11041" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "3" - { - "name" "Antlion" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11073" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "4" - { - "name" "Titan" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11197" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "5" - { - "name" "Pyramid Head" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "204100" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "6" - { - "name" "Zombie Summoner" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "204658" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Trampoline" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "283070" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "8" - { - "name" "Vacuum" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "289433" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "9" - { - "name" "Rocket Launcher" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1147636" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "10" - { - "name" "Earendil Light" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1848" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "11" - { - "name" "Singularity Cannon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "766634" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "12" - { - "name" "C4" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "767352" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "13" - { - "name" "Flamethrower" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1879" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "14" - { - "name" "Pushgun" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1904" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "15" - { - "name" "Alien Device" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "108727" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "16" - { - "name" "Earth Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1918" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "17" - { - "name" "Wind Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1928" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "18" - { - "name" "Fire Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1948" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "19" - { - "name" "Ice Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1963" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "20" - { - "name" "Ultima Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1975" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "21" - { - "name" "Electro Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2010" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "22" - { - "name" "Heal Materia" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "791149" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "23" - { - "name" "Speedgun" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1906" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "24" - { - "name" "Heal" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "838069" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "25" - { - "name" "Raivb1000" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1188732" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_zy.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_zy.cfg deleted file mode 100644 index d660ead9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_mountain_escape_v5_zy.cfg +++ /dev/null @@ -1,858 +0,0 @@ -"entities" -{ - "0" - { - "name" "Speedgun" - "shortname" "Speedgun" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1906" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Magia Tierra" - "shortname" "Earth" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1918" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Magia Viento" - "shortname" "Wind" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1928" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Magia Fuego" - "shortname" "Fire" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1948" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Magia Hielo" - "shortname" "Ice" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1963" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Magia Ultima" - "shortname" "Ultima" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1975" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Magia Rayo" - "shortname" "Electro" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2010" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Singularity Cannon" - "shortname" "Singularity Cannon" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "766634" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "C4" - "shortname" "C4" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "767352" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Magia Cura" - "shortname" "Heal" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "791149" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Heal A" - "shortname" "Heal A" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "838069" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Cannon Raivb1000" - "shortname" "Raivb1000" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1188732" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Barricade" - "shortname" "Barricade" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1422178" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "Autism" - "shortname" "Autism" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1423851" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "VIP Stuff" - "shortname" "Stuff" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1436899" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "Ladder" - "shortname" "Ladder" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1719258" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2016309" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "17" - { - "name" "Freezer" - "shortname" "Freezer" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "3260193" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "18" - { - "name" "Annihilator" - "shortname" "Annihilator" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "3261303" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "19" - { - "name" "Invisibility" - "shortname" "Invisibility" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "3285374" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "20" - { - "name" "Mines" - "shortname" "Mines" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "3554386" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "21" - { - "name" "Bunker" - "shortname" "Bunker" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "4479286" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "22" - { - "name" "Rocket Launcher" - "shortname" "Rocket Launcher" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1147636" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "23" - { - "name" "VIP" - "shortname" "VIP" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1436876" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "24" - { - "name" "TNT Holder" - "shortname" "Holder" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1407995" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "25" - { - "name" "Bird" - "shortname" "Bird" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1565785" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "26" - { - "name" "Zombie Stopper" - "shortname" "Stopper" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1735652" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "27" - { - "name" "Pyramid Head" - "shortname" "PyramidHead" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1910977" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "28" - { - "name" "Scary Zombie" - "shortname" "Scary" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1958934" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "29" - { - "name" "Balrog" - "shortname" "Balrog" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2530359" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "30" - { - "name" "Crab" - "shortname" "Crab" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "3395991" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "31" - { - "name" "Cube" - "shortname" "Cube" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "3554464" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "32" - { - "name" "Raptor" - "shortname" "Raptor" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "3756576" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "33" - { - "name" "Shadow Ball" - "shortname" "Shadow Ball" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "3922762" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "34" - { - "name" "Nazgul" - "shortname" "Nazgul" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1783" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "35" - { - "name" "Zombie Jumper" - "shortname" "Jumper" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11041" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "36" - { - "name" "Antlion" - "shortname" "Antlion" - "color" "111111" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11073" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "37" - { - "name" "Titan" - "shortname" "Titan" - "color" "11197" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "11197" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "38" - { - "name" "Summoner" - "shortname" "Summoner" - "color" "11197" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "204658" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "38" - { - "name" "Trampoline" - "shortname" "Trampoline" - "color" "11197" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "283070" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "39" - { - "name" "Vacuum" - "shortname" "Vacuum" - "color" "11197" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "289433" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "40" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1879" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "41" - { - "name" "Push" - "shortname" "Push" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1904" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "42" - { - "name" "Alien Device" - "shortname" "Alien Device" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "108727" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "43" - { - "name" "Light" - "shortname" "Light" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "1848" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v6_6c2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v6_6c2.cfg deleted file mode 100644 index 5c513e4a..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v6_6c2.cfg +++ /dev/null @@ -1,250 +0,0 @@ -"entities" -{ - "0" - { - "name" "Cisneros' Hero Burguer" - "shortname" "Burguer" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "588524" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3285" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "EE7600" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2730" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Fast Knife" - "shortname" "Fast Zombie" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2977" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Penis Gun" - "shortname" "Penis Gun" - "color" "FF6EB4" - "buttonclass" "func_button" - "filtername" "penis" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "267404" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "5" - { - "name" "Raivb1000 Prototype" - "shortname" "Raivb1000" - "color" "120061" - "buttonclass" "func_button" - "filtername" "cannon" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "107415" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Ammo Box" - "shortname" "Ammo" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "we2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3315" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "7" - { - "name" "Mines" - "shortname" "Mines" - "color" "2F2F2F" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3768" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Mines" - "shortname" "Mines" - "color" "2F2F2F" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3757" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Rocket Launcher" - "shortname" "Rocket" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "we2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2999" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "CoolR Gun" - "shortname" "CoolR" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "695670" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "11" - { - "name" "Speed Weapon" - "shortname" "Speed" - "color" "00FF00" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1012891" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "SpaceSuit" - "shortname" "SpaceSuit" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2633" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v7_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v7_1.cfg deleted file mode 100644 index d0c63f0d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paper_escaper_v7_1.cfg +++ /dev/null @@ -1,269 +0,0 @@ -"entities" -{ - "0" - { - "name" "Cisneros' Hero Burguer" - "shortname" "Burguer" - "color" "120061" - "buttonclass" "" - "filtername" "burg_pl" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1905" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1984" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "EE7600" - "buttonclass" "func_button" - "filtername" "we1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2091" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Fast Knife" - "shortname" "Fast Zombie" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "2342" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Penis Gun" - "shortname" "Penis Gun" - "color" "FF6EB4" - "buttonclass" "func_button" - "filtername" "penis" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2618" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "5" - { - "name" "Raivb1000 Prototype" - "shortname" "Raivb1000" - "color" "120061" - "buttonclass" "func_button" - "filtername" "cannon" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2841" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Ammo Box" - "shortname" "Ammo" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2971" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "7" - { - "name" "Mines" - "shortname" "Mines" - "color" "2F2F2F" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3377" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Mines" - "shortname" "Mines" - "color" "2F2F2F" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3386" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Rocket Launcher" - "shortname" "Rocket" - "color" "2F2F2F" - "buttonclass" "func_button" - "filtername" "we2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3413" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "CoolR Gun" - "shortname" "CoolR" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "coolrguy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3504" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "11" - { - "name" "Speed Weapon" - "shortname" "Speed" - "color" "00FF00" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3792" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "SpaceSuit" - "shortname" "SpaceSuit" - "color" "0000FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2242" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "Tornado" - "shortname" "Tornado" - "color" "00B33C" - "buttonclass" "func_button" - "filtername" "tornado" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "4047" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paranoid_rezurrection_v11_9.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paranoid_rezurrection_v11_9.cfg deleted file mode 100644 index 6f2fe89c..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_paranoid_rezurrection_v11_9.cfg +++ /dev/null @@ -1,834 +0,0 @@ -"entities" -{ - "0" - { - "name" "Scary Zombie" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "145113" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "1" - { - "name" "Barnacle Impulsion Zombie" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "146266" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "2" - { - "name" "Jumper" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144229" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "3" - { - "name" "Summoner Zombie" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "143988" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "4" - { - "name" "Stopper Zombie" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "143893" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "5" - { - "name" "T-Rex" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "145960" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "6" - { - "name" "Balrog" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "145917" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "7" - { - "name" "Titan" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144572" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "8" - { - "name" "Vortigaunt" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "146131" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "9" - { - "name" "Giant Crab" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144625" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "10" - { - "name" "Antlion" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144555" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "11" - { - "name" "Pyramid Head" - "shortname" "" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144536" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "12" - { - "name" "Dog" - "shortname" "" - "color" "585858" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "146285" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "13" - { - "name" "Unlimited Ammo Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "145101" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "14" - { - "name" "Zombie Radar" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144352" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "15" - { - "name" "Invurnability Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144022" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "16" - { - "name" "Teleport Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143913" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "17" - { - "name" "Sprint Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143840" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "18" - { - "name" "Invisibility Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143756" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - "19" - { - "name" "Car" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "145895" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "16" - } - - - "20" - { - "name" "Giant Chainsaw" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144787" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "21" - { - "name" "Gravity Gun" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144665" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "22" - { - "name" "Flamethrower" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144195" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "23" - { - "name" "Freezer" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144101" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "24" - { - "name" "MG42" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "805697" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "25" - { - "name" "Ladder Carrier" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144215" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "26" - { - "name" "Builder" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143902" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "27" - { - "name" "Grenade Maker" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143869" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "28" - { - "name" "Rocket Launcher" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "143855" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "29" - { - "name" "Bed Item" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "146242" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "30" - { - "name" "Heal Item" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "146227" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "31" - { - "name" "Earendil Light" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144631" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "32" - { - "name" "Gandalf Staff" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144243" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "33" - { - "name" "Juggernaut" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_physbox_multiplayer" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "144513" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "34" - { - "name" "Singularity Cannon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144359" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "35" - { - "name" "Thundergun" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "146155" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "36" - { - "name" "Slower Weapon" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144516" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - "37" - { - "name" "Minigun" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "minigunh" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "627131" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "8" - } - - - "38" - { - "name" "Holy Grenade" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "holyh" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "147054" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - "39" - { - "name" "Annihilator" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "humanoaniquilador" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "145427" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "8" - } - - - "40" - { - "name" "Zombie Boss" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "147300" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "41" - { - "name" "VIP" - "shortname" "VIP" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "100001" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "42" - { - "name" "Jukebox" - "shortname" "" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1234469" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pidaras_v1_4fix3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pidaras_v1_4fix3.cfg deleted file mode 100644 index 9b28ce8f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pidaras_v1_4fix3.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Shotgun" - "shortname" "Shotgun" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "shotgun_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "52348" - "mode" "3" - "maxuses" "35" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Freezer" - "shortname" "Freezer" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "freezer_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1394471" - "mode" "2" - "maxuses" "" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "lanceflamme_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "52798" - "mode" "1" - "maxuses" "" - "cooldown" "40" - "maxamount" "1" - } - "3" - { - "name" "Heal" - "shortname" "Heal" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "healer_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1220147" - "mode" "2" - "maxuses" "" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "minigun_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "48479" - "mode" "1" - "maxuses" "" - "cooldown" "" - "maxamount" "1" - } - "5" - { - "name" "Holy Grenade" - "shortname" "Holy Grenade" - "color" "D60046" - "buttonclass" "func_button" - "filtername" "holyH" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1241792" - "mode" "3" - "maxuses" "1" - "cooldown" "" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pirates_port_royal_v3_6.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pirates_port_royal_v3_6.cfg deleted file mode 100644 index 4d04c61e..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pirates_port_royal_v3_6.cfg +++ /dev/null @@ -1,158 +0,0 @@ -"entities" -{ - "0" - { - "name" "Barrel Item" - "shortname" "Barrel" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "zbran_sudy_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3498214" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "1" - { - "name" "Bubbles Item" - "shortname" "Bubbles" - "color" "00BFFF" - "buttonclass" "func_button" - "filtername" "zbran_buble_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3498386" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "2" - { - "name" "Heal Item" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "zbran_heal_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3498541" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "3" - { - "name" "Wall Item" - "shortname" "Wall" - "color" "32CD32" - "buttonclass" "func_button" - "filtername" "zbran_zataras_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3498161" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "4" - { - "name" "Sword Item" - "shortname" "Sword" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "zbran_mece_filtr" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3498185" - "mode" "2" - "maxuses" "0" - "cooldown" "56" - "maxamount" "1" - } - "5" - { - "name" "Medallion" - "shortname" "Medallion" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "medailon_player" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2058306" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - - - "6" - { - "name" "Barbossa" - "shortname" "Barbossa" - "color" "B40404" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "7560944" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Last Medallion" - "shortname" "Medallion 2" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "6687166" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v7_2s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v7_2s.cfg deleted file mode 100644 index 0d268f12..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v7_2s.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Water" - "shortname" "Water" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "player_Water" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "258729" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "1" - { - "name" "Wall" - "shortname" "Wall" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "player_Wall" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "239154" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_Heal" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "135485" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v8_6s_fix2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v8_6s_fix2.cfg deleted file mode 100644 index 80805032..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v8_6s_fix2.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Chansey" - "shortname" "Chansey" - "color" "{orange}" - "buttonclass" "func_button" - "filtername" "heal_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "135485" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "1" - { - "name" "Gardevoir" - "shortname" "Gardevoir" - "color" "{lightblue}" - "buttonclass" "func_button" - "filtername" "wall_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "239154" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Buizel" - "shortname" "Buizel" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "water_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "258729" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9_1s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9_1s.cfg deleted file mode 100644 index 80805032..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9_1s.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Chansey" - "shortname" "Chansey" - "color" "{orange}" - "buttonclass" "func_button" - "filtername" "heal_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "135485" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "1" - { - "name" "Gardevoir" - "shortname" "Gardevoir" - "color" "{lightblue}" - "buttonclass" "func_button" - "filtername" "wall_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "239154" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Buizel" - "shortname" "Buizel" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "water_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "258729" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9s_fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9s_fix.cfg deleted file mode 100644 index 80805032..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pkmn_adventure_v9s_fix.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Chansey" - "shortname" "Chansey" - "color" "{orange}" - "buttonclass" "func_button" - "filtername" "heal_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "135485" - "mode" "2" - "maxuses" "0" - "cooldown" "45" - "maxamount" "1" - } - "1" - { - "name" "Gardevoir" - "shortname" "Gardevoir" - "color" "{lightblue}" - "buttonclass" "func_button" - "filtername" "wall_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "239154" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Buizel" - "shortname" "Buizel" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "water_filter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "258729" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pokemon_adventure_v1_1s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pokemon_adventure_v1_1s.cfg deleted file mode 100644 index e9525906..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_pokemon_adventure_v1_1s.cfg +++ /dev/null @@ -1,203 +0,0 @@ -"entities" -{ - "0" - { - "name" "Potion" - "shortname" "Potion" - "game_ui_name" "" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "416492" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "1" - { - "name" "Potion" - "shortname" "Potion" - "game_ui_name" "" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "408950" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Potion" - "shortname" "Potion" - "game_ui_name" "" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "223404" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "3" - { - "name" "Ammo" - "shortname" "Ammo" - "game_ui_name" "" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "416910" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Ammo" - "shortname" "Ammo" - "game_ui_name" "" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "402413" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Ammo" - "shortname" "Ammo" - "game_ui_name" "" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "396246" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Gust" - "shortname" "Wind" - "game_ui_name" "" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "389965" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Gust" - "shortname" "Wind" - "game_ui_name" "" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "223415" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Bicycle" - "shortname" "Bicycle" - "game_ui_name" "" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "227514" - "mode" "1" - "maxuses" "0" - "cooldown" "00" - "maxamount" "1" - } - "9" - { - "name" "Pokeball" - "shortname" "Pokeball" - "game_ui_name" "" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "223332" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_portal_story_v3_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_portal_story_v3_2.cfg deleted file mode 100644 index c785a3b3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_portal_story_v3_2.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Portal Pistol" - "shortname" "Pistol" - "color" "A4DEB2" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "144878" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Repulsion Gel" - "shortname" "Repulsion" - "color" "009CFF" - "buttonclass" "func_rot_button" - "filtername" "rep_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "165507" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "2" - { - "name" "Propulsion Gel" - "shortname" "Propulsion" - "color" "FF8A00" - "buttonclass" "func_rot_button" - "filtername" "prop_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "166172" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_potc_v3_4fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_potc_v3_4fix.cfg deleted file mode 100644 index 16feb4ab..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_potc_v3_4fix.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Jack Pistol" - "shortname" "Jack Pistol" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "432113" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v1_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v1_3.cfg deleted file mode 100644 index 0fd1a036..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v1_3.cfg +++ /dev/null @@ -1,480 +0,0 @@ -"entities" -{ - "0" - { - "name" "Alien Sample" - "shortname" "Sample" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228753" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "2" - } - "1" - { - "name" "Alien Device" - "shortname" "Device" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228971" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "2" - } - "2" - { - "name" "Pushgun" - "shortname" "Push" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228494" - "mode" "2" - "maxuses" "0" - "cooldown" "15" - "maxamount" "2" - } - "3" - { - "name" "Gaussrifle" - "shortname" "Gauss" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228314" - "mode" "2" - "maxuses" "0" - "cooldown" "100" - "maxamount" "2" - } - "4" - { - "name" "Ammo Dispenser" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228197" - "mode" "3" - "maxuses" "1" - "cooldown" "10" - "maxamount" "2" - } - "5" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228815" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - } - "6" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3228588" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - } - - - "7" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633366" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633470" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633468" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633464" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633466" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "633462" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1931965" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1932822" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "2379151" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "16" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1943830" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "17" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "2377620" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "18" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1944411" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "19" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1959974" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "20" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1959393" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "21" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1958065" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "22" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1958563" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "23" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1961302" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "24" - { - "name" "First Aid" - "shortname" "" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "1957235" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v3.cfg deleted file mode 100644 index 491668f7..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_predator_ultimate_v3.cfg +++ /dev/null @@ -1,212 +0,0 @@ -"entities" -{ - "0" - { - "name" "Alien Sample" - "shortname" "Sample" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756719" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "10" - } - "1" - { - "name" "Alien Device" - "shortname" "Device" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756906" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "10" - } - "2" - { - "name" "Pushgun" - "shortname" "Push" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3757199" - "mode" "2" - "maxuses" "0" - "cooldown" "15" - "maxamount" "10" - } - "3" - { - "name" "Gaussrifle" - "shortname" "Gauss" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756496" - "mode" "2" - "maxuses" "0" - "cooldown" "100" - "maxamount" "10" - } - "4" - { - "name" "Ammo Dispenser" - "shortname" "Ammo" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756390" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "10" - } - "5" - { - "name" "Claymore Mines" - "shortname" "Claymore" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3778224" - "mode" "3" - "maxuses" "10" - "cooldown" "0" - "maxamount" "10" - } - "6" - { - "name" "Grenade Launcher" - "shortname" "Grenade" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3778071" - "mode" "4" - "maxuses" "15" - "cooldown" "1" - "maxamount" "10" - } - "7" - { - "name" "Impulsor" - "shortname" "Impulsor" - "color" "0040FF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3821404" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "10" - } - "8" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756763" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "10" - } - "9" - { - "name" "Minigun" - "shortname" "Minigun" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3756571" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "10" - } - "10" - { - "name" "First Aid" - "shortname" "First Aid" - "color" "0040FF" - "buttonclass" "func_door" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "10000" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "10" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ravenholm_v035fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ravenholm_v035fix.cfg deleted file mode 100644 index f88a154a..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ravenholm_v035fix.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "crowbar" - "shortname" "crowbar" - "color" "{orange}" - "buttonclass" "func_button" - "filtername" "crowbar_holder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "4799" - "mode" "2" - "maxuses" "0" - "cooldown" "5" - "maxamount" "0" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rizomata_s1_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rizomata_s1_3.cfg deleted file mode 100644 index 7943a34d..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rizomata_s1_3.cfg +++ /dev/null @@ -1,223 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal1" - "shortname" "Heal1" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2169221" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - "trigger" "2167458" - } - "1" - { - "name" "Heal2" - "shortname" "Heal2" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2170630" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - "trigger" "2167476" - } - "2" - { - "name" "Water1" - "shortname" "Water1" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2171387" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167494" - } - "3" - { - "name" "Water2" - "shortname" "Water2" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2171364" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167485" - } - "4" - { - "name" "Wind1" - "shortname" "Wind1" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2173488" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167667" - } - "5" - { - "name" "Wind2" - "shortname" "Wind2" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2173532" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167691" - } - "6" - { - "name" "Earth1" - "shortname" "Earth1" - "color" "774C10" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2174229" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167464" - } - "7" - { - "name" "Earth2" - "shortname" "Earth2" - "color" "774C10" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2174216" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - "trigger" "2167479" - } - "4" - { - "name" "Haste" - "shortname" "Haste" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2173053" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "2167697" - } - "5" - { - "name" "Curse" - "shortname" "Curse" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2173055" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "2167700" - } - "6" - { - "name" "Death" - "shortname" "Death" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "2173187" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "2167703" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_7.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_7.cfg deleted file mode 100644 index 283c52a9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_7.cfg +++ /dev/null @@ -1,250 +0,0 @@ -"entities" -{ - "0" - { - "name" "C4" - "shortname" "C4" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "c4user1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "19017" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Pod" - "shortname" "Pod" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "48890" - "mode" "5" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Hammer" - "shortname" "Hammer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "hammeruser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "67365" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Zombie Gravity" - "shortname" "Zombie Gravity" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "72467" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Zombie Fire" - "shortname" "Zombie Fire" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "76625" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Zombie Wind" - "shortname" "Zombie Wind" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "79481" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Nade Crate" - "shortname" "Nade Crate" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "81744" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Bouncy Bed" - "shortname" "Bouncy Bed" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "beduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87361" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Force Gun" - "shortname" "Force Gun" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "forceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87938" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Dragonslayer" - "shortname" "Dragonslayer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "sworduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "108083" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Freeze Mines" - "shortname" "Freeze Mines" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "freezeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "118137" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Umbrella" - "shortname" "Umbrella" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "umbrellauser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "151641" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Tetromino" - "shortname" "Tetromino" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "cadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "155296" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_8.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_8.cfg deleted file mode 100644 index 6cec5082..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_8.cfg +++ /dev/null @@ -1,270 +0,0 @@ -"entities" -{ - "0" - { - "name" "C4" - "shortname" "C4" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "c4user1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "19017" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Pod" - "shortname" "Pod" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "48890" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Hammer" - "shortname" "Hammer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "hammeruser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "67365" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Zombie Gravity" - "shortname" "Zombie Gravity" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "72467" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Zombie Fire" - "shortname" "Zombie Fire" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "76625" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Zombie Wind" - "shortname" "Zombie Wind" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "79481" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Nade Crate" - "shortname" "Nade Crate" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "81744" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Bouncy Bed" - "shortname" "Bouncy Bed" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "beduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87361" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Force Gun" - "shortname" "Force Gun" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "forceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87938" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Dragonslayer" - "shortname" "Dragonslayer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "sworduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "108083" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Freeze Mines" - "shortname" "Freeze Mines" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "freezeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "118137" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Umbrella" - "shortname" "Umbrella" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "umbrellauser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "151641" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Tetromino" - "shortname" "Tetromino" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "cadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "155296" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "DDR" - "shortname" "DDR" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "danceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "169871" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - } diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_9.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_9.cfg deleted file mode 100644 index b3c82401..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rooftop_madness_v1_9.cfg +++ /dev/null @@ -1,307 +0,0 @@ -"entities" -{ - "0" - { - "name" "C4" - "shortname" "C4" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "c4user1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "19017" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Pod" - "shortname" "Pod" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "48890" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Hammer" - "shortname" "Hammer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "hammeruser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "67365" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Zombie Gravity" - "shortname" "Zombie Gravity" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "72467" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Zombie Fire" - "shortname" "Zombie Fire" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "76625" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Zombie Wind" - "shortname" "Zombie Wind" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "79481" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Nade Crate" - "shortname" "Nade Crate" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "nadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "81744" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Bouncy Bed" - "shortname" "Bouncy Bed" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "beduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87361" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Force Gun" - "shortname" "Force Gun" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "forceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "87938" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Dragonslayer" - "shortname" "Dragonslayer" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "sworduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "108083" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Freeze Mines" - "shortname" "Freeze Mines" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "freezeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "118137" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "11" - { - "name" "Umbrella" - "shortname" "Umbrella" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "umbrellauser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "151641" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "12" - { - "name" "Tetromino" - "shortname" "Tetromino" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "cadeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "155296" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "13" - { - "name" "DDR" - "shortname" "DDR" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "danceuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "169871" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Zombie Barrel" - "shortname" "Zombie Barrel" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "false" - "hammerid" "216448" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "15" - { - "name" "Molotov" - "shortname" "Molotov" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "molotovuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "false" - "hud" "true" - "hammerid" "221119" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rtcw_ominous_rumors_v1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rtcw_ominous_rumors_v1.cfg deleted file mode 100644 index 982ca0f9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_rtcw_ominous_rumors_v1.cfg +++ /dev/null @@ -1,250 +0,0 @@ -"entities" -{ - "0" - { - "name" "Unlimited ammo" - "shortname" "Unlimited ammo" - "color" "6E4E14" - "buttonclass" "func_button" - "filtername" "gunzman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "259909" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "1" - { - "name" "Unlimited ammo" - "shortname" "Unlimited ammo" - "color" "6E4E14" - "buttonclass" "func_button" - "filtername" "gunzman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "530161" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "2" - { - "name" "Black magic" - "shortname" "Black magic" - "color" "000000" - "buttonclass" "func_button" - "filtername" "medic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "290794" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "3" - { - "name" "Black magic" - "shortname" "Black magic" - "color" "000000" - "buttonclass" "func_button" - "filtername" "medic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "531545" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "4" - { - "name" "Black magic" - "shortname" "Black magic" - "color" "000000" - "buttonclass" "func_button" - "filtername" "medic" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "102127" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - "5" - { - "name" "Sandbag wall" - "shortname" "Sandbag wall" - "color" "D9AB2B" - "buttonclass" "func_button" - "filtername" "sandy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "261088" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Sandbag wall" - "shortname" "Sandbag wall" - "color" "D9AB2B" - "buttonclass" "func_button" - "filtername" "sandy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "528441" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Sandbag wall" - "shortname" "Sandbag wall" - "color" "D9AB2B" - "buttonclass" "func_button" - "filtername" "sandy" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "46771" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "E3172B" - "buttonclass" "func_button" - "filtername" "flamet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "278540" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Flamethrower" - "shortname" "Flamethrower" - "color" "E3172B" - "buttonclass" "func_button" - "filtername" "flamet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "529449" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Bazooka" - "shortname" "Bazooka" - "color" "39A2CC" - "buttonclass" "func_button" - "filtername" "bazman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "520648" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "11" - { - "name" "Bazooka" - "shortname" "Bazooka" - "color" "39A2CC" - "buttonclass" "func_button" - "filtername" "bazman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "86058" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "12" - { - "name" "Bazooka" - "shortname" "Bazooka" - "color" "39A2CC" - "buttonclass" "func_button" - "filtername" "bazman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "260834" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_santassination_css2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_santassination_css2.cfg deleted file mode 100644 index 1dded153..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_santassination_css2.cfg +++ /dev/null @@ -1,117 +0,0 @@ -"entities" -{ - "0" - { - "name" "Speeder" - "shortname" "Speeder" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_speeder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "false" - "hammerid" "2078800" - "mode" "2" - "maxuses" "0" - "cooldown" "7" - "maxamount" "32" - } - "1" - { - "name" "Herder" - "shortname" "Herder" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_herder" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1847126" - "mode" "2" - "maxuses" "0" - "cooldown" "5" - "maxamount" "32" - } - "2" - { - "name" "Healing Shitbox" - "shortname" "Healing Shitbox" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_medkit" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1983722" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "32" - } - "3" - { - "name" "Rocket Cannon" - "shortname" "Rocket Cannon" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_rocket" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "183120" - "mode" "2" - "maxuses" "0" - "cooldown" "8" - "maxamount" "32" - } - "4" - { - "name" "Beam Cannon" - "shortname" "Beam Cannon" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_laser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "183400" - "mode" "2" - "maxuses" "0" - "cooldown" "1" - "maxamount" "32" - } - "5" - { - "name" "Mini Cannon" - "shortname" "Mini Cannon" - "color" "0040FF" - "buttonclass" "func_button" - "filtername" "item_minigun" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "183633" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "32" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_serpentis_escape_a12.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_serpentis_escape_a12.cfg deleted file mode 100644 index cde8bc06..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_serpentis_escape_a12.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"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" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sg1_missions_v2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sg1_missions_v2_1.cfg deleted file mode 100644 index 733eb46f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sg1_missions_v2_1.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "C4" - "shortname" "C4" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2919" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Daniel" - "shortname" "Daniel" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3159" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Rd" - "shortname" "Rd" - "color" "FF8C00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "434470" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Zat" - "shortname" "Zat" - "color" "32CD32" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "435000" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_shaurma_v3_b06.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_shaurma_v3_b06.cfg deleted file mode 100644 index 1634269e..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_shaurma_v3_b06.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Shaurma (Heal)" - "shortname" "Heal" - "color" "DCDCDC" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "303879" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Vanya's Rifle" - "shortname" "Rifle" - "color" "DAA520" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1060459" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Dmitriy's Flame Thrower" - "shortname" "Flame" - "color" "C61D1D" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1066588" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sit_caelum_paradisus_b7s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sit_caelum_paradisus_b7s.cfg deleted file mode 100644 index cf8f3ec8..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sit_caelum_paradisus_b7s.cfg +++ /dev/null @@ -1,83 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ignis" - "shortname" "Fire" - "color" "FF6549" - "buttonclass" "func_button" - "filtername" "igniter" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3385377" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - - "1" - { - "name" "Terra" - "shortname" "Earth" - "color" "FFCF68" - "buttonclass" "func_button" - "filtername" "terraman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3384759" - "mode" "2" - "maxuses" "0" - "cooldown" "80" - "maxamount" "1" - } - - "2" - { - "name" "Ventus" - "shortname" "Wind" - "color" "25FCC3" - "buttonclass" "func_button" - "filtername" "ventuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3385038" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - - "3" - { - "name" "Sanatio" - "shortname" "HealAmmo" - "color" "C4FAFF" - "buttonclass" "func_button" - "filtername" "sanatioman" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3385288" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_slender_escape_b4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_slender_escape_b4.cfg deleted file mode 100644 index 80107f03..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_slender_escape_b4.cfg +++ /dev/null @@ -1,174 +0,0 @@ -"entities" -{ -"0" -{ -"name" "Glow Stick" -"shortname" "Glow Stick" -"color" "3EFF3E" -"buttonclass" "func_button" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "6394" -"mode" "2" -"maxuses" "0" -"cooldown" "15" -"maxamount" "10" -} -"1" -{ -"name" "Flash Light" -"shortname" "Flash Light" -"color" "FFD700" -"buttonclass" "func_button" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "false" -"hammerid" "5250" -"mode" "1" -"maxuses" "0" -"cooldown" "0" -"maxamount" "10" -} -"2" -{ -"name" "Lantern" -"shortname" "Lantern" -"color" "FFD700" -"buttonclass" "func_button" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "5681" -"mode" "2" -"maxuses" "0" -"cooldown" "42" -"maxamount" "10" -} -"3" -{ -"name" "Fuel" -"shortname" "Fuel" -"color" "F8F8FF" -"buttonclass" "" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "false" -"hammerid" "129822" -"mode" "0" -"maxuses" "0" -"cooldown" "0" -"maxamount" "10" -} -"4" -{ -"name" "Monkey Bomb" -"shortname" "Monkey" -"color" "BC8F8F" -"buttonclass" "func_button" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "779005" -"mode" "3" -"maxuses" "1" -"cooldown" "0" -"maxamount" "1" -} -"5" -{ -"name" "Barrel" -"shortname" "Barrel" -"color" "F8F8FF" -"buttonclass" "" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "false" -"forcedrop" "false" -"chat" "false" -"hud" "false" -"hammerid" "61593" -"mode" "0" -"maxuses" "0" -"cooldown" "0" -"maxamount" "15" -} -"6" -{ -"name" "Spider" -"shortname" "Spider" -"color" "FFFFFF" -"buttonclass" "" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "738270" -"mode" "0" -"maxuses" "0" -"cooldown" "0" -"maxamount" "3" -} -"7" -{ -"name" "Slender Zombie" -"shortname" "Slender Zombie" -"color" "FF4040" -"buttonclass" "" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "54062" -"mode" "0" -"maxuses" "0" -"cooldown" "0" -"maxamount" "3" -} -"8" -{ -"name" "Barrel Boss" -"shortname" "Barrel Boss" -"color" "FF4040" -"buttonclass" "" -"filtername" "" -"hasfiltername" "false" -"blockpickup" "false" -"allowtransfer" "true" -"forcedrop" "true" -"chat" "false" -"hud" "true" -"hammerid" "347178" -"mode" "0" -"maxuses" "0" -"cooldown" "0" -"maxamount" "3" -} -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v2_3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v2_3.cfg deleted file mode 100644 index b04a896e..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v2_3.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Piece of Flesh" - "shortname" "Flesh" - "color" "CBCBCB" - "buttonclass" "func_button" - "filtername" "meatchunk2_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "445548" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "1" - { - "name" "Flash" - "shortname" "Flash" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "flash_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "550582" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "2" - { - "name" "Spike Ball" - "shortname" "Spike Ball" - "color" "0814FF" - "buttonclass" "func_button" - "filtername" "urchen_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1137584" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "3" - { - "name" "Night Star" - "shortname" "Night Star" - "color" "FFD700" - "buttonclass" "func_button" - "filtername" "nightstar_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1124387" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "4" - { - "name" "Fire Ball" - "shortname" "Fire Ball" - "color" "800000" - "buttonclass" "func_button" - "filtername" "fireball_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "371607" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "5" - { - "name" "Meat Chunk" - "shortname" "Meat Chunk" - "color" "B8860B" - "buttonclass" "func_button" - "filtername" "meatchunk_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "371452" - "mode" "2" - "maxuses" "0" - "cooldown" "55" - "maxamount" "1" - } - "6" - { - "name" "Documents" - "shortname" "Documents" - "color" "F5F5F5" - "buttonclass" "" - "filtername" "documents_man" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "763380" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v3c.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v3c.cfg deleted file mode 100644 index 53fd77d5..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_stalker_ultimate_v3c.cfg +++ /dev/null @@ -1,136 +0,0 @@ -"entities" -{ - "0" - { - "name" "Piece of Flesh" - "shortname" "Flesh" - "color" "CBCBCB" - "buttonclass" "func_button" - "filtername" "meatchunk2_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "445548" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Flash" - "shortname" "Flash" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "flash_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "550582" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Spike Ball" - "shortname" "Spike Ball" - "color" "0814FF" - "buttonclass" "func_button" - "filtername" "urchen_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1137584" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Night Star" - "shortname" "Night Star" - "color" "FFD700" - "buttonclass" "func_button" - "filtername" "nightstar_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1124387" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Fire Ball" - "shortname" "Fire Ball" - "color" "800000" - "buttonclass" "func_button" - "filtername" "fireball_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "371607" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "Meat Chunk" - "shortname" "Meat Chunk" - "color" "B8860B" - "buttonclass" "func_button" - "filtername" "meatchunk_owner" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "371452" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Documents" - "shortname" "Documents" - "color" "F5F5F5" - "buttonclass" "" - "filtername" "documents_man" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "763380" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_starwars_v2fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_starwars_v2fix.cfg deleted file mode 100644 index c948aa22..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_starwars_v2fix.cfg +++ /dev/null @@ -1,118 +0,0 @@ -"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" - } - -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunkentemple_v3_1s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunkentemple_v3_1s.cfg deleted file mode 100644 index 82fab8a6..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunkentemple_v3_1s.cfg +++ /dev/null @@ -1,59 +0,0 @@ -"entities" -{ - "0" - { - "name" "Push" - "shortname" "Push" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "Filter_push" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "772831" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Filter_heal" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "772920" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Wall" - "shortname" "Wall" - "color" "32CD32" - "buttonclass" "func_button" - "filtername" "Filter_wall" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "772763" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunlight_v2_0.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunlight_v2_0.cfg deleted file mode 100644 index ff77b954..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_sunlight_v2_0.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Sacrificial Orb" - "shortname" "Sacrificial Orb" - "color" "E31612" - "buttonclass" "func_button" - "filtername" "sacrificeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473242" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Eye of the storm" - "shortname" "Eye of the storm" - "color" "1C6BEB" - "buttonclass" "func_button" - "filtername" "winduser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473267" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "2" - { - "name" "Melon launcher" - "shortname" "Melon launcher" - "color" "18ED2A" - "buttonclass" "func_button" - "filtername" "melonuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473301" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "1" - } - "3" - { - "name" "Orange launcher" - "shortname" "Orange launcher" - "color" "E3A112" - "buttonclass" "func_button" - "filtername" "orangeuser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473321" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_super_mario64_a1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_super_mario64_a1.cfg deleted file mode 100644 index 9fc399d4..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_super_mario64_a1.cfg +++ /dev/null @@ -1,118 +0,0 @@ -"entities" - -{ - "0" - -{ - "name" "Toad" - "shortname" "Toad" - "color" "F3FF0F" - "buttonclass" "func_physbox_multiplayer" - "filtername" "toad_player" - - "hasfiltername" "true" - - "blockpickup" "false" - "allowtransfer" "false" - - "forcedrop" "true" - "chat" "true" - - "hud" "true" - "hammerid" "394209" - - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "400490" - } - - - - -{ - "1" - -{ - "name" "Mario" - "shortname" "Mario" - "color" "BB0000" - "buttonclass" "func_physbox_multiplayer" - "filtername" "mario_player" - - "hasfiltername" "true" - - "blockpickup" "false" - "allowtransfer" "false" - - "forcedrop" "true" - "chat" "true" - - "hud" "true" - "hammerid" "394361" - - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "535775" - } - - -{ - "2" - -{ - "name" "Yoshi" - "shortname" "Yoshi" - "color" "00BB00" - "buttonclass" "func_physbox_multiplayer" - "filtername" "yoshi_player" - - "hasfiltername" "true" - - "blockpickup" "false" - "allowtransfer" "false" - - "forcedrop" "true" - "chat" "true" - - "hud" "true" - "hammerid" "388811" - - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "389247" - } - - -{ - "3" - -{ - "name" "Bomb" - "shortname" "Bomb" - "color" "0F0C23" - "buttonclass" "func_physbox_multiplayer" - "filtername" "boomb_player" - - "hasfiltername" "true" - - "blockpickup" "false" - "allowtransfer" "false" - - "forcedrop" "true" - "chat" "true" - - "hud" "true" - "hammerid" "527813" - - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "535846" - } diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_surf_vortex_v1_9s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_surf_vortex_v1_9s.cfg deleted file mode 100644 index ee331558..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_surf_vortex_v1_9s.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Gravity" - "shortname" "Gravity" - "color" "FF00FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "65739" - "mode" "4" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Low Health" - "shortname" "Low" - "color" "00FFFF" - "buttonclass" "func_button" - "filtername" "player_filter_low" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "142912" - "mode" "4" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Ultimate" - "shortname" "Ultimate" - "color" "00FF00" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "167533" - "mode" "4" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_temple_raider_b4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_temple_raider_b4.cfg deleted file mode 100644 index b17c0e49..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_temple_raider_b4.cfg +++ /dev/null @@ -1,22 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Gun" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "Player_Gun_Heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1880330" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v2_2fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v2_2fix.cfg deleted file mode 100644 index eaf84a1f..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v2_2fix.cfg +++ /dev/null @@ -1,261 +0,0 @@ -"entities" -{ - "0" - { - "name" "Freeze Staff" - "shortname" "Freeze" - "color" "21FFFC" - "buttonclass" "func_button" - "filtername" "staff" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "747504" - "mode" "4" - "maxuses" "2" - "cooldown" "10" - "maxamount" "1" - } - "1" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3750925" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473416" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "509684" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "6" - { - "name" "Nightingale" - "shortname" "Nightingale" - "color" "191919" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "833869" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "843298" - } - "7" - { - "name" "Healmage" - "shortname" "Healmage" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "224854" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "226516" - } - "8" - { - "name" "Dovahkiin" - "shortname" "Dovahkiin" - "color" "00D8D5" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "209894" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "210365" - } - "9" - { - "name" "Archmage" - "shortname" "Archmage" - "color" "BB0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1999618" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "2069590" - } - "10" - { - "name" "Deadric" - "shortname" "Deadric" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "77952" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "78395" - } - - - "11" - { - "name" "Werewolf" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "502900" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - "trigger" "503163" - } - "12" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "502450" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - "trigger" "503513" - } - "13" - { - "name" "Giant" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "861805" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "862629" - } - "14" - { - "name" "Dragonpriest" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1984649" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "2070250" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v3.cfg deleted file mode 100644 index fa3c13b3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v3.cfg +++ /dev/null @@ -1,292 +0,0 @@ -"entities" -{ - "0" - { - "name" "Freeze Staff" - "shortname" "Freeze" - "color" "21FFFC" - "buttonclass" "func_button" - "filtername" "staff" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "747504" - "mode" "4" - "maxuses" "3" - "cooldown" "10" - "maxamount" "1" - } - "1" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "3750925" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "509684" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473416" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "The Torch" - "shortname" "Torch" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "473416" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "The Torch" - "shortname" "Torch" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2600310" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "6" - { - "name" "Nightingale" - "shortname" "Nightingale" - "color" "191919" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "7746239" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "7" - { - "name" "Healmage" - "shortname" "Healmage" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "224854" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "8" - { - "name" "Dovahkiin" - "shortname" "Dovahkiin" - "color" "00D8D5" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "209894" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "9" - { - "name" "Archmage" - "shortname" "Archmage" - "color" "BB0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "1999618" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "10" - { - "name" "Deadric" - "shortname" "Deadric" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "77952" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "11" - { - "name" "Werewolf" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "502900" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - } - "12" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "502450" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - } - "13" - { - "name" "Giant" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "861805" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Dragonpriest" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1984649" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v4fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v4fix.cfg deleted file mode 100644 index f4e63fa3..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tesv_skyrim_v4fix.cfg +++ /dev/null @@ -1,301 +0,0 @@ -"entities" -{ - "0" - { - "name" "Freeze Staff" - "shortname" "Freeze" - "color" "21FFFC" - "buttonclass" "func_button" - "filtername" "staff" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5734" - "mode" "4" - "maxuses" "2" - "cooldown" "10" - "maxamount" "1" - } - "1" - { - "name" "Heal Staff" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5076" - "mode" "4" - "maxuses" "2" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5902" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "The Elder Scroll" - "shortname" "Elder Scroll" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "5086" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "The Torch" - "shortname" "Torch" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1766903" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "5" - { - "name" "The Lever" - "shortname" "Lever" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1768303" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - - - "6" - { - "name" "Nightingale" - "shortname" "Nightingale" - "color" "191919" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "7919" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6672" - } - "7" - { - "name" "Healmage" - "shortname" "Healmage" - "color" "FFFFFF" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6176" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6664" - } - "8" - { - "name" "Dovahkiin" - "shortname" "Dovahkiin" - "color" "00D8D5" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6158" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6660" - } - "9" - { - "name" "Archmage" - "shortname" "Archmage" - "color" "BB0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6272" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6698" - } - "10" - { - "name" "Deadric" - "shortname" "Deadric" - "color" "120061" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "6137" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6655" - } - - - "11" - { - "name" "Werewolf" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1551382" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "3" - "trigger" "6667" - } - "12" - { - "name" "Troll" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1551093" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "2" - "trigger" "6670" - } - "13" - { - "name" "Giant" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1551122" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6674" - } - "14" - { - "name" "Dragonpriest" - "shortname" "" - "color" "B40404" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1551162" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - "trigger" "6766" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s.cfg deleted file mode 100644 index a4da88fb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Materia 1" - "shortname" "Heal 1" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "374229" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Abyss" - "shortname" "Abyss" - "color" "{purple}" - "buttonclass" "func_button" - "filtername" "habysser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375836" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia 2" - "shortname" "Heal 2" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "928679" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Heal Materia 3" - "shortname" "Heal 3" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375991" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix2.cfg deleted file mode 100644 index a4da88fb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix2.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Materia 1" - "shortname" "Heal 1" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "374229" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Abyss" - "shortname" "Abyss" - "color" "{purple}" - "buttonclass" "func_button" - "filtername" "habysser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375836" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia 2" - "shortname" "Heal 2" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "928679" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Heal Materia 3" - "shortname" "Heal 3" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375991" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix3.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix3.cfg deleted file mode 100644 index a4da88fb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix3.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Materia 1" - "shortname" "Heal 1" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "374229" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Abyss" - "shortname" "Abyss" - "color" "{purple}" - "buttonclass" "func_button" - "filtername" "habysser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375836" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia 2" - "shortname" "Heal 2" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "928679" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Heal Materia 3" - "shortname" "Heal 3" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375991" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix4.cfg deleted file mode 100644 index a4da88fb..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tilex_ultimate_v2_13s_fix4.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal Materia 1" - "shortname" "Heal 1" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer1" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "374229" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "1" - { - "name" "Abyss" - "shortname" "Abyss" - "color" "{purple}" - "buttonclass" "func_button" - "filtername" "habysser" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375836" - "mode" "2" - "maxuses" "0" - "cooldown" "40" - "maxamount" "1" - } - "2" - { - "name" "Heal Materia 2" - "shortname" "Heal 2" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer2" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "928679" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "3" - { - "name" "Heal Materia 3" - "shortname" "Heal 3" - "color" "{default}" - "buttonclass" "func_button" - "filtername" "healer3" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "375991" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_timesplitters_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_timesplitters_v1_2.cfg deleted file mode 100644 index 22e3ee77..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_timesplitters_v1_2.cfg +++ /dev/null @@ -1,60 +0,0 @@ -"entities" -{ - "0" - { - "name" "Viola" - "shortname" "Viola" - "color" "F9429E" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "8670" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "1" - { - "name" "Cortez" - "shortname" "Cortez" - "color" "FF0000" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "9252" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Borg" - "shortname" "Borg" - "color" "DAB30A" - "buttonclass" "" - "filtername" "" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "40476" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_toaster_v1_2.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_toaster_v1_2.cfg deleted file mode 100644 index c912ee77..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_toaster_v1_2.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Toaster" - "shortname" "Toaster" - "color" "664A15" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "204268" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "5" - } - "1" - { - "name" "Peanut Butter" - "shortname" "Peanut Butter" - "color" "A37621" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "204361" - "mode" "2" - "maxuses" "0" - "cooldown" "4" - "maxamount" "5" - } - "2" - { - "name" "Sour Milk" - "shortname" "Sour Milk" - "color" "EDECE8" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "204444" - "mode" "2" - "maxuses" "0" - "cooldown" "6" - "maxamount" "5" - } - "3" - { - "name" "A Jalapeno" - "shortname" "A Jalapeno" - "color" "F23722" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "204527" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "5" - } - "4" - { - "name" "A Metal Ass" - "shortname" "A Metal Ass" - "color" "125E73" - "buttonclass" "func_button" - "filtername" "none" - "hasfiltername" "false" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "204615" - "mode" "2" - "maxuses" "0" - "cooldown" "10" - "maxamount" "5" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_trials_v1fs.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_trials_v1fs.cfg deleted file mode 100644 index 1154b258..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_trials_v1fs.cfg +++ /dev/null @@ -1,79 +0,0 @@ -"entities" -{ - "0" - { - "name" "Wall" - "shortname" "Wall" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "40294" - "mode" "2" - "maxuses" "0" - "cooldown" "50" - "maxamount" "1" - } - "1" - { - "name" "Heal" - "shortname" "Heal" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "245145" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "2" - { - "name" "Wand" - "shortname" "Wand" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "160150" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Mapper Logo" - "shortname" "Mapper Logo" - "color" "B22222" - "buttonclass" "func_button" - "filtername" "" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "141223" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tyranny_v5fix.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tyranny_v5fix.cfg deleted file mode 100644 index 22994faf..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_tyranny_v5fix.cfg +++ /dev/null @@ -1,307 +0,0 @@ -"entities" -{ - "0" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "FFFF00" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "565799" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "1" - { - "name" "Killer" - "shortname" "Killer" - "color" "CC22CC" - "buttonclass" "func_button" - "filtername" "player_killer" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "565801" - "mode" "4" - "maxuses" "1" - "cooldown" "20" - "maxamount" "1" - } - "2" - { - "name" "Hedge" - "shortname" "Hedge" - "color" "32CD32" - "buttonclass" "func_button" - "filtername" "player_hedge" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "565893" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Push" - "shortname" "Push" - "color" "22FF88" - "buttonclass" "func_button" - "filtername" "player_push" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "566048" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "4" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "566342" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "5" - { - "name" "Gravity" - "shortname" "Gravity" - "color" "2A2A2A" - "buttonclass" "func_button" - "filtername" "player_gravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "2289102" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "6" - { - "name" "Fire" - "shortname" "Fire" - "color" "CC0000" - "buttonclass" "func_button" - "filtername" "player_fire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "566646" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "7" - { - "name" "Ice" - "shortname" "Ice" - "color" "0000FF" - "buttonclass" "func_button" - "filtername" "player_ice" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "566648" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "8" - { - "name" "Lightning" - "shortname" "Lightning" - "color" "0072FF" - "buttonclass" "func_button" - "filtername" "player_lightning" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "566650" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "9" - { - "name" "Zombie Killer" - "shortname" "ZKiller" - "color" "BB4433" - "buttonclass" "func_button" - "filtername" "player_zkiller" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "566669" - "mode" "2" - "maxuses" "0" - "cooldown" "120" - "maxamount" "1" - } - "10" - { - "name" "Zombie Heal" - "shortname" "ZHeal" - "color" "FF7777" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "566812" - "mode" "2" - "maxuses" "0" - "cooldown" "20" - "maxamount" "1" - } - "11" - { - "name" "Zombie Fire" - "shortname" "ZFire" - "color" "FF4400" - "buttonclass" "func_button" - "filtername" "player_zfire" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "567096" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "12" - { - "name" "Zombie Drug" - "shortname" "ZDrug" - "color" "0011BB" - "buttonclass" "func_button" - "filtername" "player_zdrag" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "567263" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "13" - { - "name" "Zombie Invisible" - "shortname" "ZInvisible" - "color" "FFBB00" - "buttonclass" "func_button" - "filtername" "player_zinv" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "567408" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "14" - { - "name" "Zombie Poison" - "shortname" "ZPoison" - "color" "00DD00" - "buttonclass" "func_button" - "filtername" "player_zpoison" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "567548" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } - "15" - { - "name" "Zombie Gravity" - "shortname" "ZGravity" - "color" "FF0066" - "buttonclass" "func_button" - "filtername" "player_zgravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "true" - "hammerid" "567631" - "mode" "2" - "maxuses" "0" - "cooldown" "90" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ut2004_convoy_v2_2_1.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ut2004_convoy_v2_2_1.cfg deleted file mode 100644 index 6c8964d9..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_ut2004_convoy_v2_2_1.cfg +++ /dev/null @@ -1,98 +0,0 @@ -"entities" -{ - "0" - { - "name" "Lighting Gun" - "shortname" "Lighting" - "color" "2BC5D9" - "buttonclass" "func_rot_button" - "filtername" "lighting_gun_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "372999" - "mode" "2" - "maxuses" "0" - "cooldown" "150" - "maxamount" "1" - } - "1" - { - "name" "Rocket Launcher" - "shortname" "Rockets" - "color" "B81C1C" - "buttonclass" "func_rot_button" - "filtername" "rocket_launcher_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "381922" - "mode" "2" - "maxuses" "0" - "cooldown" "7" - "maxamount" "1" - } - "2" - { - "name" "Redeemer" - "shortname" "Redeemer" - "color" "FFFFFF" - "buttonclass" "func_rot_button" - "filtername" "redeemer_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "633375" - "mode" "3" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "3" - { - "name" "Berserk" - "shortname" "Berserk" - "color" "EEF51D" - "buttonclass" "func_rot_button" - "filtername" "berserk_combo_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "388191" - "mode" "1" - "maxuses" "1" - "cooldown" "0" - "maxamount" "1" - } - "4" - { - "name" "Flak Cannon" - "shortname" "Flak" - "color" "F5A00C" - "buttonclass" "func_rot_button" - "filtername" "flak_cannon_carrier" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "381190" - "mode" "2" - "maxuses" "0" - "cooldown" "4" - "maxamount" "1" - } -} \ No newline at end of file diff --git a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_v0u0v_a4.cfg b/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_v0u0v_a4.cfg deleted file mode 100644 index 94456567..00000000 --- a/_ItemSpawn/cfg/sourcemod/entwatch/maps/ze_v0u0v_a4.cfg +++ /dev/null @@ -1,288 +0,0 @@ -"entities" -{ - "0" - { - "name" "Heal" - "shortname" "Heal" - "color" "FFFFFF" - "buttonclass" "func_button" - "filtername" "player_heal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1735230" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "1" - { - "name" "Ammo" - "shortname" "Ammo" - "color" "FFFC2C" - "buttonclass" "func_button" - "filtername" "player_ammo" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1735305" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "2" - { - "name" "Push" - "shortname" "Push" - "color" "F31EFE" - "buttonclass" "func_button" - "filtername" "player_wind" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1736111" - "mode" "2" - "maxuses" "0" - "cooldown" "60" - "maxamount" "1" - } - "3" - { - "name" "Rainbow Beam" - "shortname" "Beam" - "color" "FEF21E" - "buttonclass" "func_button" - "filtername" "player_beam" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1737085" - "mode" "2" - "maxuses" "0" - "cooldown" "65" - "maxamount" "1" - } - "4" - { - "name" "Slower Sphere" - "shortname" "Slow" - "color" "1EFE59" - "buttonclass" "func_button" - "filtername" "player_poison" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1737542" - "mode" "2" - "maxuses" "0" - "cooldown" "70" - "maxamount" "1" - } - "5" - { - "name" "Fire Toilet" - "shortname" "Fire" - "color" "FE1E1E" - "buttonclass" "func_button" - "filtername" "player_firet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942370" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "6" - { - "name" "Ice Toilet" - "shortname" "Ice" - "color" "1EC2FE" - "buttonclass" "func_button" - "filtername" "player_icet" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942452" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "7" - { - "name" "Electric Toilet" - "shortname" "Electro" - "color" "FEF61E" - "buttonclass" "func_button" - "filtername" "player_elect" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942595" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "8" - { - "name" "Gravity Toilet" - "shortname" "Gravity" - "color" "6B6B6B" - "buttonclass" "func_button" - "filtername" "player_gravityt" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942760" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "9" - { - "name" "Earth Toilet" - "shortname" "Earth" - "color" "91452C" - "buttonclass" "func_button" - "filtername" "player_eartht" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942840" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "10" - { - "name" "Water Toilet" - "shortname" "Water" - "color" "002A73" - "buttonclass" "func_button" - "filtername" "player_watert" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942983" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "11" - { - "name" "Wind Toilet" - "shortname" "Wind" - "color" "D9FAF6" - "buttonclass" "func_button" - "filtername" "player_pusht" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1943132" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "12" - { - "name" "Poison Toilet" - "shortname" "Poison" - "color" "D9FAF6" - "buttonclass" "func_button" - "filtername" "player_poisont" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "true" - "forcedrop" "true" - "chat" "true" - "hud" "true" - "hammerid" "1942680" - "mode" "2" - "maxuses" "0" - "cooldown" "75" - "maxamount" "1" - } - "13" - { - "name" "Zombie Gravity" - "shortname" "Zombie Gravity" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "player_zgravity" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1736441" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } - "14" - { - "name" "Zombie Heal" - "shortname" "Zombie Heal" - "color" "FF0000" - "buttonclass" "func_button" - "filtername" "player_zheal" - "hasfiltername" "true" - "blockpickup" "false" - "allowtransfer" "false" - "forcedrop" "false" - "chat" "true" - "hud" "false" - "hammerid" "1738106" - "mode" "1" - "maxuses" "0" - "cooldown" "0" - "maxamount" "1" - } -} \ No newline at end of file