diff --git a/entWatch4/configs/entwatch/missing.sh b/entWatch4/configs/entwatch/missing.sh old mode 100644 new mode 100755 diff --git a/entWatch4/configs/entwatch/template.txt b/entWatch4/configs/entwatch/template.txt old mode 100755 new mode 100644 index a04d27f4..f575034d --- a/entWatch4/configs/entwatch/template.txt +++ b/entWatch4/configs/entwatch/template.txt @@ -1,34 +1,34 @@ "items" { - "0" - { - "name" "" // The "full" name of the item. (Used in CHAT) - "short" "" // The "short" name of the item. (Used on the HUD) - "color" "" // The HEX color code of the item. - "filter" "" // The targetname maps use for filtering. (Leave empty if none) - "weaponid" "0" // The HammerID of the weapon. - "buttonid" "0" // The HammerID of the button. - "triggerid" "0" // The HammerID of the trigger. - "display" "0" // The Bitflag for displays. - // 1 = CHAT. - // 2 = USE. - // 3 = CHAT & USE. - // 4 = HUD. - // 5 = CHAT & HUD. - // 6 = USE & HUD. - // 7 = ALL. - "slot" "0" // The weapon slot. - // 0 = None - // 1 = Primary - // 2 = Secondary - // 3 = Knife - // 4 = Grenades - "mode" "0" // The mode of the item. - // 1 = Cooldown. - // 2 = Limited uses. - // 3 = Limited uses with cooldown. - // 4 = Cooldown after multiple uses. - "maxuses" "0" // The maximum amount of uses. - "cooldown" "0" // The cooldown between uses. - } + "0" + { + "name" "" // The "full" name of the item. (Used in CHAT) + "short" "" // The "short" name of the item. (Used on the HUD) + "color" "" // The HEX color code of the item. + "filter" "" // The targetname maps use for filtering. (Leave empty if none) + "weaponid" "0" // The HammerID of the weapon. + "buttonid" "0" // The HammerID of the button. + "triggerid" "0" // The HammerID of the trigger. + "display" "0" // The Bitflag for displays. + // 1 = CHAT. + // 2 = USE. + // 3 = CHAT & USE. + // 4 = HUD. + // 5 = CHAT & HUD. + // 6 = USE & HUD. + // 7 = ALL. + "slot" "0" // The weapon slot. + // 0 = None + // 1 = Primary + // 2 = Secondary + // 3 = Knife + // 4 = Grenades + "mode" "0" // The mode of the item. + // 1 = Cooldown. + // 2 = Limited uses. + // 3 = Limited uses with cooldown. + // 4 = Cooldown after multiple uses. + "maxuses" "0" // The maximum amount of uses. + "cooldown" "0" // The cooldown between uses. + } } diff --git a/entWatch4/configs/entwatch/ze_8bit_v4b.cfg b/entWatch4/configs/entwatch/ze_8bit_v4b.cfg deleted file mode 100755 index 38b8df54..00000000 --- a/entWatch4/configs/entwatch/ze_8bit_v4b.cfg +++ /dev/null @@ -1,101 +0,0 @@ -"items" -{ - "0" - { - "name" "Heal Magick" - "short" "Heal" - "color" "FFFFFF" - "filter" "Player_Heal" - "weaponid" "220934" - "buttonid" "220997" - "triggerid" "431088" - "display" "7" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "1" - { - "name" "Electro Magick" - "short" "Electro" - "color" "3946F6" - "filter" "Player_Electro" - "weaponid" "222777" - "buttonid" "222779" - "triggerid" "219747" - "display" "7" - "mode" "1" - "maxuses" "0" - "cooldown" "50" - } - "2" - { - "name" "Stopper Magick" - "short" "Stopper" - "color" "A1381E" - "filter" "Player_Stopper" - "weaponid" "431326" - "buttonid" "431328" - "triggerid" "431256" - "display" "7" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "3" - { - "name" "Fire Magick" - "short" "Fire" - "color" "FD4415" - "filter" "Player_Fire" - "weaponid" "483965" - "buttonid" "483967" - "triggerid" "0" - "display" "5" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "4" - { - "name" "Cannon Ultimate" - "short" "Ultimate" - "color" "FF0000" - "filter" "Player_Cannon_ultimate" - "weaponid" "409796" - "buttonid" "409793" - "triggerid" "410705" - "display" "7" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - } - "5" - { - "name" "Mine" - "short" "Mine" - "color" "000000" - "filter" "Player_Mine" - "weaponid" "472772" - "buttonid" "472774" - "triggerid" "0" - "display" "7" - "mode" "3" - "maxuses" "8" - "cooldown" "10" - } - "6" - { - "name" "Ammo" - "short" "Ammo" - "color" "FFD700" - "filter" "Player_Ammo" - "weaponid" "1003235" - "buttonid" "1003237" - "triggerid" "1002739" - "display" "7" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } -} diff --git a/entWatch4/configs/entwatch/ze_8bit_v5b.cfg b/entWatch4/configs/entwatch/ze_8bit_v5b.cfg new file mode 100644 index 00000000..a973e26c --- /dev/null +++ b/entWatch4/configs/entwatch/ze_8bit_v5b.cfg @@ -0,0 +1,101 @@ +"items" +{ + "0" + { + "name" "Heal Magick" + "short" "Heal" + "color" "FFFFFF" + "filter" "Player_Heal" + "weaponid" "220934" + "buttonid" "220997" + "triggerid" "431088" + "display" "7" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "1" + { + "name" "Electro Magick" + "short" "Electro" + "color" "3946F6" + "filter" "Player_Electro" + "weaponid" "222777" + "buttonid" "222779" + "triggerid" "219747" + "display" "7" + "mode" "1" + "maxuses" "0" + "cooldown" "50" + } + "2" + { + "name" "Stopper Magick" + "short" "Stopper" + "color" "A1381E" + "filter" "Player_Stopper" + "weaponid" "431326" + "buttonid" "431328" + "triggerid" "431256" + "display" "7" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "3" + { + "name" "Fire Magick" + "short" "Fire" + "color" "FD4415" + "filter" "Player_Fire" + "weaponid" "483965" + "buttonid" "483967" + "triggerid" "0" + "display" "5" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "4" + { + "name" "Cannon Ultimate" + "short" "Ultimate" + "color" "FF0000" + "filter" "Player_Cannon_ultimate" + "weaponid" "409796" + "buttonid" "409793" + "triggerid" "410705" + "display" "7" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "5" + { + "name" "Mine" + "short" "Mine" + "color" "000000" + "filter" "Player_Mine" + "weaponid" "472772" + "buttonid" "472774" + "triggerid" "0" + "display" "7" + "mode" "3" + "maxuses" "8" + "cooldown" "10" + } + "6" + { + "name" "Ammo" + "short" "Ammo" + "color" "FFD700" + "filter" "Player_Ammo" + "weaponid" "1003235" + "buttonid" "1003237" + "triggerid" "1002739" + "display" "7" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } +} diff --git a/entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg b/entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg old mode 100755 new mode 100644 index 3d0082a1..2400731d --- a/entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "Red Ball" - "short" "Rball" - "color" "FF0000" - "filter" "filtronucleo" - "weaponid" "5127" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Red Ball" + "short" "Rball" + "color" "FF0000" + "filter" "filtronucleo" + "weaponid" "5127" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Green Ball" - "short" "Gball" - "color" "04B404" - "filter" "filtronucleo2" - "weaponid" "5129" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Green Ball" + "short" "Gball" + "color" "04B404" + "filter" "filtronucleo2" + "weaponid" "5129" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Turret" - "short" "Turret" - "color" "111111" - "filter" "torreta_0" - "weaponid" "561736" - "buttonid" "561738" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Turret" + "short" "Turret" + "color" "111111" + "filter" "torreta_0" + "weaponid" "561736" + "buttonid" "561738" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "3" { - "name" "Turret" - "short" "Turret" - "color" "111111" - "filter" "torreta_1" - "weaponid" "561787" - "buttonid" "561789" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Turret" + "short" "Turret" + "color" "111111" + "filter" "torreta_1" + "weaponid" "561787" + "buttonid" "561789" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "4" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "FF0000" - "filter" "lanzallamero" - "weaponid" "562339" - "buttonid" "562341" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "FF0000" + "filter" "lanzallamero" + "weaponid" "562339" + "buttonid" "562341" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg b/entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg old mode 100755 new mode 100644 index 023472f2..0d872846 --- a/entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg +++ b/entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "Electro" - "short" "Electro" - "color" "0072FF" - "filter" "Filter_Electro" - "weaponid" "82185" - "buttonid" "82187" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Electro" + "short" "Electro" + "color" "0072FF" + "filter" "Filter_Electro" + "weaponid" "82185" + "buttonid" "82187" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Fire" - "short" "Fire" - "color" "FF0000" - "filter" "Filter_Fire" - "weaponid" "85797" - "buttonid" "85799" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fire" + "short" "Fire" + "color" "FF0000" + "filter" "Filter_Fire" + "weaponid" "85797" + "buttonid" "85799" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "Filter_Heal" - "weaponid" "87600" - "buttonid" "87667" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "Filter_Heal" + "weaponid" "87600" + "buttonid" "87667" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "3" { - "name" "Wind" - "short" "Wind" - "color" "04B404" - "filter" "Filter_Wind" - "weaponid" "88534" - "buttonid" "88601" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Wind" + "short" "Wind" + "color" "04B404" + "filter" "Filter_Wind" + "weaponid" "88534" + "buttonid" "88601" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "4" { - "name" "Bio" - "short" "Bio" - "color" "20BC59" - "filter" "Filter_Bio" - "weaponid" "89477" - "buttonid" "89472" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Bio" + "short" "Bio" + "color" "20BC59" + "filter" "Filter_Bio" + "weaponid" "89477" + "buttonid" "89472" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } } diff --git a/entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg b/entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg old mode 100755 new mode 100644 index b04b938c..da1b5ae6 --- a/entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg +++ b/entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Push Gun" - "short" "Push" - "color" "04B404" - "filter" "bootro" - "weaponid" "2532529" - "buttonid" "2532531" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "4" - "cooldown" "15" + "name" "Push Gun" + "short" "Push" + "color" "04B404" + "filter" "bootro" + "weaponid" "2532529" + "buttonid" "2532531" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "4" + "cooldown" "15" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "Filter_Heal" - "weaponid" "9191195" - "buttonid" "9191192" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "49" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "Filter_Heal" + "weaponid" "9191195" + "buttonid" "9191192" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "49" } "1" { - "name" "Bomb" - "short" "Bomb" - "color" "4A8AE2" - "filter" "" - "weaponid" "2468646" - "buttonid" "9027758" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Bomb" + "short" "Bomb" + "color" "4A8AE2" + "filter" "" + "weaponid" "2468646" + "buttonid" "9027758" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg b/entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg old mode 100755 new mode 100644 index 506c24b8..e08b050e --- a/entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg +++ b/entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg @@ -3,109 +3,109 @@ // Human - Items "0" { - "name" "Ammo Gun" - "short" "Ammo" - "color" "FFCC33" - "filter" "weapon_ammorefill_player" - "weaponid" "2063283" - "buttonid" "2063138" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Ammo Gun" + "short" "Ammo" + "color" "FFCC33" + "filter" "weapon_ammorefill_player" + "weaponid" "2063283" + "buttonid" "2063138" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Rift Gun" - "short" "Rift" - "color" "9900FF" - "filter" "weapon_electro_player" - "weaponid" "2068427" - "buttonid" "2068424" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Rift Gun" + "short" "Rift" + "color" "9900FF" + "filter" "weapon_electro_player" + "weaponid" "2068427" + "buttonid" "2068424" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } "2" { - "name" "Inferno Gun" - "short" "Inferno" - "color" "FF3700" - "filter" "weapon_flamethrower_player" - "weaponid" "2070457" - "buttonid" "2070459" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Inferno Gun" + "short" "Inferno" + "color" "FF3700" + "filter" "weapon_flamethrower_player" + "weaponid" "2070457" + "buttonid" "2070459" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Growth Gun" - "short" "Growth" - "color" "669900" - "filter" "weapon_earth_player" - "weaponid" "2073008" - "buttonid" "2073003" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Growth Gun" + "short" "Growth" + "color" "669900" + "filter" "weapon_earth_player" + "weaponid" "2073008" + "buttonid" "2073003" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "4" { - "name" "Tornado Gun" - "short" "Tornado" - "color" "0099CC" - "filter" "weapon_push_player" - "weaponid" "2073926" - "buttonid" "2073928" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Tornado Gun" + "short" "Tornado" + "color" "0099CC" + "filter" "weapon_push_player" + "weaponid" "2073926" + "buttonid" "2073928" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } // Zombie - Items "5" { - "name" "Quadralex" - "short" "Quadralex" - "color" "E4A1FF" - "filter" "" - "weaponid" "2109516" - "buttonid" "" - "triggerid" "2109507" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Quadralex" + "short" "Quadralex" + "color" "E4A1FF" + "filter" "" + "weaponid" "2109516" + "buttonid" "" + "triggerid" "2109507" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Rusher" - "short" "Rusher" - "color" "9900FF" - "filter" "" - "weaponid" "2109055" - "buttonid" "" - "triggerid" "2109046" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rusher" + "short" "Rusher" + "color" "9900FF" + "filter" "" + "weaponid" "2109055" + "buttonid" "" + "triggerid" "2109046" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg b/entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg old mode 100755 new mode 100644 index 123d5da4..23f95d2a --- a/entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg +++ b/entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg @@ -3,109 +3,109 @@ // Human - Items "0" { - "name" "Ammo Gun" - "short" "Ammo" - "color" "FFCC33" - "filter" "weapon_ammorefill_player" - "weaponid" "4791896" - "buttonid" "4791891" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Ammo Gun" + "short" "Ammo" + "color" "FFCC33" + "filter" "weapon_ammorefill_player" + "weaponid" "4791896" + "buttonid" "4791891" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "1" { - "name" "Rift Gun" - "short" "Rift" - "color" "9900FF" - "filter" "weapon_electro_player" - "weaponid" "4792261" - "buttonid" "4792258" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Rift Gun" + "short" "Rift" + "color" "9900FF" + "filter" "weapon_electro_player" + "weaponid" "4792261" + "buttonid" "4792258" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "2" { - "name" "Inferno Gun" - "short" "Inferno" - "color" "FF3700" - "filter" "weapon_flamethrower_player" - "weaponid" "4792537" - "buttonid" "4792539" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Inferno Gun" + "short" "Inferno" + "color" "FF3700" + "filter" "weapon_flamethrower_player" + "weaponid" "4792537" + "buttonid" "4792539" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Growth Gun" - "short" "Growth" - "color" "669900" - "filter" "weapon_earth_player" - "weaponid" "4793316" - "buttonid" "4793318" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Growth Gun" + "short" "Growth" + "color" "669900" + "filter" "weapon_earth_player" + "weaponid" "4793316" + "buttonid" "4793318" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "4" { - "name" "Tornado Gun" - "short" "Tornado" - "color" "0099CC" - "filter" "weapon_push_player" - "weaponid" "4793530" - "buttonid" "4793527" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Tornado Gun" + "short" "Tornado" + "color" "0099CC" + "filter" "weapon_push_player" + "weaponid" "4793530" + "buttonid" "4793527" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } // Zombie - Items "5" { - "name" "Quadralex" - "short" "Quadralex" - "color" "E4A1FF" - "filter" "" - "weaponid" "2109516" - "buttonid" "" - "triggerid" "2109507" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Quadralex" + "short" "Quadralex" + "color" "E4A1FF" + "filter" "" + "weaponid" "2109516" + "buttonid" "" + "triggerid" "2109507" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Rusher" - "short" "Rusher" - "color" "9900FF" - "filter" "" - "weaponid" "2109055" - "buttonid" "" - "triggerid" "2109046" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rusher" + "short" "Rusher" + "color" "9900FF" + "filter" "" + "weaponid" "2109055" + "buttonid" "" + "triggerid" "2109046" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_antartika_b2.cfg b/entWatch4/configs/entwatch/ze_antartika_b2.cfg old mode 100755 new mode 100644 index 056caf29..98eb42a0 --- a/entWatch4/configs/entwatch/ze_antartika_b2.cfg +++ b/entWatch4/configs/entwatch/ze_antartika_b2.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Banana Gun" - "short" "Banana" - "color" "EEFF00" - "filter" "banana" - "weaponid" "600295" - "buttonid" "600299" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Banana Gun" + "short" "Banana" + "color" "EEFF00" + "filter" "banana" + "weaponid" "600295" + "buttonid" "600299" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Penis Gun" - "short" "Penis" - "color" "FF005D" - "filter" "" - "weaponid" "600240" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Penis Gun" + "short" "Penis" + "color" "FF005D" + "filter" "" + "weaponid" "600240" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg b/entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg old mode 100755 new mode 100644 index 764fe0ed..2ada3ca8 --- a/entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg +++ b/entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg @@ -3,107 +3,107 @@ // Human - Items "0" { - "name" "Burning Orb" - "short" "Burning Orb" - "color" "EA6309" - "filter" "flameuser" - "weaponid" "1015926" - "buttonid" "1015928" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Burning Orb" + "short" "Burning Orb" + "color" "EA6309" + "filter" "flameuser" + "weaponid" "1015926" + "buttonid" "1015928" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "1" { - "name" "Glacial Orb" - "short" "Glacial Orb" - "color" "6DE3FC" - "filter" "iceuser" - "weaponid" "1015959" - "buttonid" "1015961" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Glacial Orb" + "short" "Glacial Orb" + "color" "6DE3FC" + "filter" "iceuser" + "weaponid" "1015959" + "buttonid" "1015961" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "2" { - "name" "Lightning Orb" - "short" "Lightning Orb" - "color" "F9EF77" - "filter" "thunderuser" - "weaponid" "1015992" - "buttonid" "1015994" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Lightning Orb" + "short" "Lightning Orb" + "color" "F9EF77" + "filter" "thunderuser" + "weaponid" "1015992" + "buttonid" "1015994" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "3" { - "name" "Gust Orb" - "short" "Gust Orb" - "color" "8AEEC3" - "filter" "gustuser" - "weaponid" "1016176" - "buttonid" "1016178" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Gust Orb" + "short" "Gust Orb" + "color" "8AEEC3" + "filter" "gustuser" + "weaponid" "1016176" + "buttonid" "1016178" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "4" { - "name" "Divine Orb" - "short" "Divine Orb" - "color" "E0FDFE" - "filter" "divineuser" - "weaponid" "1016025" - "buttonid" "1016027" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Divine Orb" + "short" "Divine Orb" + "color" "E0FDFE" + "filter" "divineuser" + "weaponid" "1016025" + "buttonid" "1016027" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Abyssal Orb" - "short" "Abyssal Orb" - "color" "D10C96" - "filter" "abyssuser" - "weaponid" "1016076" - "buttonid" "1016078" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Abyssal Orb" + "short" "Abyssal Orb" + "color" "D10C96" + "filter" "abyssuser" + "weaponid" "1016076" + "buttonid" "1016078" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Celestial Embrace" - "short" "Celestial Embrace" - "color" "FDCCFD" - "filter" "" - "weaponid" "1016062" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Celestial Embrace" + "short" "Celestial Embrace" + "color" "FDCCFD" + "filter" "" + "weaponid" "1016062" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } \ No newline at end of file diff --git a/entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg b/entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg old mode 100755 new mode 100644 index b861be05..e5d1ea5c --- a/entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg +++ b/entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg @@ -22,14 +22,14 @@ "short" "Torch" "color" "800000" "filter" "player_torch" - "weaponid" "1025466" + "weaponid" "1025466" "buttonid" "1025433" "triggerid" "0" "display" "7" "slot" "2" - "mode" "3" - "maxuses" "6" - "cooldown" "9" + "mode" "3" + "maxuses" "6" + "cooldown" "9" } "2" { @@ -37,7 +37,7 @@ "short" "Ammo" "color" "ffff00" "filter" "player_ammo" - "weaponid" "1376865" + "weaponid" "1376865" "buttonid" "1376851" "triggerid" "0" "display" "7" diff --git a/entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg b/entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg old mode 100755 new mode 100644 index 339082ab..999bf961 --- a/entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg +++ b/entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg @@ -3,64 +3,64 @@ // Human - Items "0" { - "name" "Pushgun" - "short" "Pushgun" - "color" "0072FF" - "filter" "" - "weaponid" "443964" - "buttonid" "443953" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "21" + "name" "Pushgun" + "short" "Pushgun" + "color" "0072FF" + "filter" "" + "weaponid" "443964" + "buttonid" "443953" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "21" } "1" { - "name" "Napalm Launcher" - "short" "Napalm Launcher" - "color" "0072FF" - "filter" "" - "weaponid" "507423" - "buttonid" "507432" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "32" - "cooldown" "4" + "name" "Napalm Launcher" + "short" "Napalm Launcher" + "color" "0072FF" + "filter" "" + "weaponid" "507423" + "buttonid" "507432" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "32" + "cooldown" "4" } "2" { - "name" "Ammo Box" - "short" "Ammo" - "color" "0072FF" - "filter" "" - "weaponid" "483667" - "buttonid" "483669" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Ammo Box" + "short" "Ammo" + "color" "0072FF" + "filter" "" + "weaponid" "483667" + "buttonid" "483669" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } // Zombie - Items "3" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "FF0000" - "filter" "" - "weaponid" "442275" - "buttonid" "0" - "triggerid" "442281" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "FF0000" + "filter" "" + "weaponid" "442275" + "buttonid" "0" + "triggerid" "442281" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg b/entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg old mode 100755 new mode 100644 index 664b51e2..d4807e31 --- a/entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg +++ b/entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg @@ -3,122 +3,122 @@ // Human - Items "0" { - "name" "Blue Spark" - "short" "Spark" - "color" "0000FF" - "filter" "ct_elec" - "weaponid" "1986587" - "buttonid" "1986584" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Blue Spark" + "short" "Spark" + "color" "0000FF" + "filter" "ct_elec" + "weaponid" "1986587" + "buttonid" "1986584" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Icy Vortex" - "short" "Ice" - "color" "00BBFF" - "filter" "ct_ice" - "weaponid" "2570216" - "buttonid" "2570079" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Icy Vortex" + "short" "Ice" + "color" "00BBFF" + "filter" "ct_ice" + "weaponid" "2570216" + "buttonid" "2570079" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "ct_ammo" - "weaponid" "1986862" - "buttonid" "1986794" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "ct_ammo" + "weaponid" "1986862" + "buttonid" "1986794" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "ct_heal" - "weaponid" "1986724" - "buttonid" "1986721" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "ct_heal" + "weaponid" "1986724" + "buttonid" "1986721" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "4" { - "name" "Venom Beam" - "short" "Poison" - "color" "00FF33" - "filter" "ct_poison" - "weaponid" "1986515" - "buttonid" "1986512" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "12" + "name" "Venom Beam" + "short" "Poison" + "color" "00FF33" + "filter" "ct_poison" + "weaponid" "1986515" + "buttonid" "1986512" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "12" } "5" { - "name" "Flame Beam" - "short" "Fire" - "color" "FF3300" - "filter" "ct_fire" - "weaponid" "1986376" - "buttonid" "1986373" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "12" + "name" "Flame Beam" + "short" "Fire" + "color" "FF3300" + "filter" "ct_fire" + "weaponid" "1986376" + "buttonid" "1986373" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "12" } "6" { - "name" "Electric Beam" - "short" "Beam" - "color" "00FFAA" - "filter" "ct_beam" - "weaponid" "2445121" - "buttonid" "2445190" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "2" + "name" "Electric Beam" + "short" "Beam" + "color" "00FFAA" + "filter" "ct_beam" + "weaponid" "2445121" + "buttonid" "2445190" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "2" } "7" { - "name" "Wind Blaster" - "short" "Wind" - "color" "FF55FF" - "filter" "ct_push" - "weaponid" "2704265" - "buttonid" "2704262" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind Blaster" + "short" "Wind" + "color" "FF55FF" + "filter" "ct_push" + "weaponid" "2704265" + "buttonid" "2704262" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg b/entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg old mode 100755 new mode 100644 index a695c1f2..b3f64994 --- a/entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg +++ b/entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Sponge Builder" - "short" "Builder" - "color" "D60046" - "filter" "zbran_houba_filtr" - "weaponid" "534670" - "buttonid" "787441" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "52" + "name" "Sponge Builder" + "short" "Builder" + "color" "D60046" + "filter" "zbran_houba_filtr" + "weaponid" "534670" + "buttonid" "787441" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "52" } "1" { - "name" "Mouse Trap" - "short" "Mouse Trap" - "color" "FEE000" - "filter" "zbran_pasticka_filtr" - "weaponid" "511906" - "buttonid" "787542" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "42" + "name" "Mouse Trap" + "short" "Mouse Trap" + "color" "FEE000" + "filter" "zbran_pasticka_filtr" + "weaponid" "511906" + "buttonid" "787542" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "42" } } diff --git a/entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg b/entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg old mode 100755 new mode 100644 index 00c0a35a..d659835b --- a/entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg +++ b/entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "2F2F2F" - "filter" "" - "weaponid" "256847" - "buttonid" "" - "triggerid" "0" - "display" "7" - "slot" "4" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "2F2F2F" + "filter" "" + "weaponid" "256847" + "buttonid" "" + "triggerid" "0" + "display" "7" + "slot" "4" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg b/entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg old mode 100755 new mode 100644 index 56b4cdd4..93c3514c --- a/entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg +++ b/entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Flamethrower" - "short" "Flame" - "color" "DB0000" - "filter" "Player_Fire" - "weaponid" "782412" - "buttonid" "782420" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flame" + "color" "DB0000" + "filter" "Player_Fire" + "weaponid" "782412" + "buttonid" "782420" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg b/entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg old mode 100755 new mode 100644 index 3e114b4c..eaaa23fa --- a/entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg +++ b/entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Fire" - "short" "Fire" - "color" "DB0000" - "filter" "" - "weaponid" "1000" - "buttonid" "1001" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Fire" + "short" "Fire" + "color" "DB0000" + "filter" "" + "weaponid" "1000" + "buttonid" "1001" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } } diff --git a/entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg b/entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg old mode 100755 new mode 100644 index dd390451..3db2224e --- a/entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg +++ b/entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg @@ -3,186 +3,186 @@ // Human - Items "0" { - "name" "Insect Swarm Plasmid" - "short" "Insect Swarm" - "color" "04B404" - "filter" "" - "weaponid" "24222" - "buttonid" "24224" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "10" + "name" "Insect Swarm Plasmid" + "short" "Insect Swarm" + "color" "04B404" + "filter" "" + "weaponid" "24222" + "buttonid" "24224" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "10" } "1" { - "name" "Incinerate Plasmid" - "short" "Incinerate" - "color" "FF0000" - "filter" "" - "weaponid" "20392" - "buttonid" "20394" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "5" + "name" "Incinerate Plasmid" + "short" "Incinerate" + "color" "FF0000" + "filter" "" + "weaponid" "20392" + "buttonid" "20394" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "5" } "2" { - "name" "Sonic Boom Plasmid" - "short" "Sonic Boom" - "color" "A1A1A1" - "filter" "" - "weaponid" "20538" - "buttonid" "20540" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "10" + "name" "Sonic Boom Plasmid" + "short" "Sonic Boom" + "color" "A1A1A1" + "filter" "" + "weaponid" "20538" + "buttonid" "20540" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "10" } "3" { - "name" "Electro Bolt Plasmid" - "short" "Electro Bolt" - "color" "BCCD00" - "filter" "" - "weaponid" "20244" - "buttonid" "20246" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "11" + "name" "Electro Bolt Plasmid" + "short" "Electro Bolt" + "color" "BCCD00" + "filter" "" + "weaponid" "20244" + "buttonid" "20246" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "11" } "4" { - "name" "Gravity Well Plasmid" - "short" "Gravity Well" - "color" "DFDFDF" - "filter" "" - "weaponid" "5063227" - "buttonid" "5063229" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "18" + "name" "Gravity Well Plasmid" + "short" "Gravity Well" + "color" "DFDFDF" + "filter" "" + "weaponid" "5063227" + "buttonid" "5063229" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "18" } "5" { - "name" "Winter Blast Plasmid" - "short" "Winter Blast" - "color" "CCE100" - "filter" "" - "weaponid" "5082173" - "buttonid" "5082175" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "13" + "name" "Winter Blast Plasmid" + "short" "Winter Blast" + "color" "CCE100" + "filter" "" + "weaponid" "5082173" + "buttonid" "5082175" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "13" } // Human - Misc "6" { - "name" "Ionic Gel" - "short" "Ionic Gel" - "color" "BCCD00" - "filter" "" - "weaponid" "22991" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ionic Gel" + "short" "Ionic Gel" + "color" "BCCD00" + "filter" "" + "weaponid" "22991" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Fuse Wire" - "short" "Fuse Wire" - "color" "BCCD00" - "filter" "" - "weaponid" "22713" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "mode" "0" - "slot" "2" - "maxuses" "0" - "cooldown" "0" + "name" "Fuse Wire" + "short" "Fuse Wire" + "color" "BCCD00" + "filter" "" + "weaponid" "22713" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "mode" "0" + "slot" "2" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Nitroglycerin" - "short" "Nitroglycerin" - "color" "BCCD00" - "filter" "" - "weaponid" "3694018" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nitroglycerin" + "short" "Nitroglycerin" + "color" "BCCD00" + "filter" "" + "weaponid" "3694018" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "EMP Bomb" - "short" "EMP Bomb" - "color" "BCCD00" - "filter" "" - "weaponid" "3613358" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "EMP Bomb" + "short" "EMP Bomb" + "color" "BCCD00" + "filter" "" + "weaponid" "3613358" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "10" { - "name" "Little Sister" - "short" "Little Sister" - "color" "FF69B4" - "filter" "" - "weaponid" "2251059" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Little Sister" + "short" "Little Sister" + "color" "FF69B4" + "filter" "" + "weaponid" "2251059" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Big Daddy" - "short" "Big Daddy" - "color" "7CFC00" - "filter" "" - "weaponid" "2251077" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Big Daddy" + "short" "Big Daddy" + "color" "7CFC00" + "filter" "" + "weaponid" "2251077" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_boredom_v543656.cfg b/entWatch4/configs/entwatch/ze_boredom_v543656.cfg old mode 100755 new mode 100644 index 5244cc4b..3c98bcc1 --- a/entWatch4/configs/entwatch/ze_boredom_v543656.cfg +++ b/entWatch4/configs/entwatch/ze_boredom_v543656.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Interdimensional Wooden Vortex" - "short" "Wood" - "color" "C000C0" - "filter" "" - "weaponid" "216850" - "buttonid" "216844" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Interdimensional Wooden Vortex" + "short" "Wood" + "color" "C000C0" + "filter" "" + "weaponid" "216850" + "buttonid" "216844" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Seagull Launcher" - "short" "Seagull" - "color" "FFFFFF" - "filter" "" - "weaponid" "217604" - "buttonid" "217598" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "7" + "name" "Seagull Launcher" + "short" "Seagull" + "color" "FFFFFF" + "filter" "" + "weaponid" "217604" + "buttonid" "217598" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "7" } "2" { - "name" "Pomodoro Seeds" - "short" "Pomodoro" - "color" "00FF00" - "filter" "" - "weaponid" "227120" - "buttonid" "227114" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Pomodoro Seeds" + "short" "Pomodoro" + "color" "00FF00" + "filter" "" + "weaponid" "227120" + "buttonid" "227114" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Diary of Empty Thoughts" - "short" "Diary" - "color" "0000FF" - "filter" "" - "weaponid" "226233" - "buttonid" "226227" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Diary of Empty Thoughts" + "short" "Diary" + "color" "0000FF" + "filter" "" + "weaponid" "226233" + "buttonid" "226227" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Flaming Hot Penis" - "short" "Flame" - "color" "FFC000" - "filter" "" - "weaponid" "210956" - "buttonid" "211255" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Flaming Hot Penis" + "short" "Flame" + "color" "FFC000" + "filter" "" + "weaponid" "210956" + "buttonid" "211255" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "5" { - "name" "Thick Banana Juice" - "short" "Banana" - "color" "FFFF00" - "filter" "" - "weaponid" "215366" - "buttonid" "215373" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Thick Banana Juice" + "short" "Banana" + "color" "FFFF00" + "filter" "" + "weaponid" "215366" + "buttonid" "215373" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "6" { - "name" "Stanley Kubrick Soul" - "short" "Kubrick" - "color" "FFC0F0" - "filter" "" - "weaponid" "216558" - "buttonid" "216555" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Stanley Kubrick Soul" + "short" "Kubrick" + "color" "FFC0F0" + "filter" "" + "weaponid" "216558" + "buttonid" "216555" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Zombie - Items "7" { - "name" "Kamikaze Bum-Bum" - "short" "Kamikaze" - "color" "FF0000" - "filter" "" - "weaponid" "478149" - "buttonid" "478154" - "triggerid" "478151" - "display" "7" - "slot" "3" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Kamikaze Bum-Bum" + "short" "Kamikaze" + "color" "FF0000" + "filter" "" + "weaponid" "478149" + "buttonid" "478154" + "triggerid" "478151" + "display" "7" + "slot" "3" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "8" { - "name" "Twinkle Flavoured Butter" - "short" "Butter" - "color" "FFFF00" - "filter" "" - "weaponid" "478365" - "buttonid" "478370" - "triggerid" "478367" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Twinkle Flavoured Butter" + "short" "Butter" + "color" "FFFF00" + "filter" "" + "weaponid" "478365" + "buttonid" "478370" + "triggerid" "478367" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "9" { - "name" "Zombie Shrink" - "short" "Shrink" - "color" "FFFFFF" - "filter" "" - "weaponid" "478383" - "buttonid" "478388" - "triggerid" "478385" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Zombie Shrink" + "short" "Shrink" + "color" "FFFFFF" + "filter" "" + "weaponid" "478383" + "buttonid" "478388" + "triggerid" "478385" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "10" { - "name" "Jelly Bean Ecstacy" - "short" "Ecstacy" - "color" "00FF00" - "filter" "" - "weaponid" "478413" - "buttonid" "478418" - "triggerid" "478415" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Jelly Bean Ecstacy" + "short" "Ecstacy" + "color" "00FF00" + "filter" "" + "weaponid" "478413" + "buttonid" "478418" + "triggerid" "478415" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } } diff --git a/entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg b/entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg old mode 100755 new mode 100644 index fa334678..1d76006b --- a/entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg +++ b/entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "Color Lift" - "short" "Lift" - "color" "FF80FF" - "filter" "" - "weaponid" "237001" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Color Lift" + "short" "Lift" + "color" "FF80FF" + "filter" "" + "weaponid" "237001" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Health Mushroom" - "short" "Health" - "color" "FFFFFF" - "filter" "health_mushroom_player" - "weaponid" "272566" - "buttonid" "276328" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Health Mushroom" + "short" "Health" + "color" "FFFFFF" + "filter" "health_mushroom_player" + "weaponid" "272566" + "buttonid" "276328" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Poison Fire Mushroom" - "short" "Poison" - "color" "8000FF" - "filter" "poison_mushroom" - "weaponid" "280094" - "buttonid" "280161" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Poison Fire Mushroom" + "short" "Poison" + "color" "8000FF" + "filter" "poison_mushroom" + "weaponid" "280094" + "buttonid" "280161" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Wind Fire Mushroom" - "short" "Wind" - "color" "00FF00" - "filter" "wind_fire_mushroom" - "weaponid" "286845" - "buttonid" "286865" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind Fire Mushroom" + "short" "Wind" + "color" "00FF00" + "filter" "wind_fire_mushroom" + "weaponid" "286845" + "buttonid" "286865" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Power Star" - "short" "Power" - "color" "FFFF00" - "filter" "star" - "weaponid" "330419" - "buttonid" "330421" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Power Star" + "short" "Power" + "color" "FFFF00" + "filter" "star" + "weaponid" "330419" + "buttonid" "330421" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg b/entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg old mode 100755 new mode 100644 index c962de1d..00a7f6f9 --- a/entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg +++ b/entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg @@ -3,139 +3,139 @@ // Human - Items "0" { - "name" "Oil Barrel" - "short" "Oil" - "color" "FF9C25" - "filter" "player_oil" - "weaponid" "14027874" - "buttonid" "14027871" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "5" - "cooldown" "6" + "name" "Oil Barrel" + "short" "Oil" + "color" "FF9C25" + "filter" "player_oil" + "weaponid" "14027874" + "buttonid" "14027871" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "5" + "cooldown" "6" } "1" { - "name" "Purification" - "short" "Heal" - "color" "45F5FF" - "filter" "player_purification" - "weaponid" "3501678" - "buttonid" "3501749" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Purification" + "short" "Heal" + "color" "45F5FF" + "filter" "player_purification" + "weaponid" "3501678" + "buttonid" "3501749" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "TNT" - "short" "TNT" - "color" "C15050" - "filter" "player_tnt" - "weaponid" "5667691" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "TNT" + "short" "TNT" + "color" "C15050" + "filter" "player_tnt" + "weaponid" "5667691" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Garden Key" - "short" "Key" - "color" "55A929" - "filter" "player_key" - "weaponid" "5684722" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Garden Key" + "short" "Key" + "color" "55A929" + "filter" "player_key" + "weaponid" "5684722" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Purify Crystal" - "short" "Crystal" - "color" "4BD1EA" - "filter" "player_purifying" - "weaponid" "11049857" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Purify Crystal" + "short" "Crystal" + "color" "4BD1EA" + "filter" "player_purifying" + "weaponid" "11049857" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "5" { - "name" "Demonic Bible" - "short" "Demonic" - "color" "D90000" - "filter" "player_demonic" - "weaponid" "3413318" - "buttonid" "3413246" - "triggerid" "3413385" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Demonic Bible" + "short" "Demonic" + "color" "D90000" + "filter" "player_demonic" + "weaponid" "3413318" + "buttonid" "3413246" + "triggerid" "3413385" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Pulsar" - "short" "Pulsar" - "color" "4F4F4F" - "filter" "player_pulsar" - "weaponid" "3456858" - "buttonid" "3456860" - "triggerid" "3456855" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Pulsar" + "short" "Pulsar" + "color" "4F4F4F" + "filter" "player_pulsar" + "weaponid" "3456858" + "buttonid" "3456860" + "triggerid" "3456855" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ghost" - "short" "Ghost" - "color" "FFFFFF" - "filter" "player_ghost" - "weaponid" "4311620" - "buttonid" "4311610" - "triggerid" "4311613" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Ghost" + "short" "Ghost" + "color" "FFFFFF" + "filter" "player_ghost" + "weaponid" "4311620" + "buttonid" "4311610" + "triggerid" "4311613" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "8" { - "name" "Bomb Crate" - "short" "Bomb" - "color" "F68D00" - "filter" "player_zbomb" - "weaponid" "3327298" - "buttonid" "0" - "triggerid" "3327295" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bomb Crate" + "short" "Bomb" + "color" "F68D00" + "filter" "player_zbomb" + "weaponid" "3327298" + "buttonid" "0" + "triggerid" "3327295" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg b/entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg old mode 100755 new mode 100644 index 1fedf95a..c9031927 --- a/entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg +++ b/entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg @@ -3,306 +3,306 @@ // Human - Specials "0" { - "name" "Alucard" - "short" "Alucard" - "color" "FFFFFF" - "filter" "" - "weaponid" "114094" - "buttonid" "114118" //114102 -> Main attack, special specified. - "triggerid" "0" //112051 -> func_button, no trigger. - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Alucard" + "short" "Alucard" + "color" "FFFFFF" + "filter" "" + "weaponid" "114094" + "buttonid" "114118" //114102 -> Main attack, special specified. + "triggerid" "0" //112051 -> func_button, no trigger. + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "1" { - "name" "Belmont" - "short" "Belmont" - "color" "FFFFFF" - "filter" "" - "weaponid" "114258" - "buttonid" "114414" //114266 -> Main attack, special specified. - "triggerid" "0" //112232 -> func_button, no trigger. - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "100" + "name" "Belmont" + "short" "Belmont" + "color" "FFFFFF" + "filter" "" + "weaponid" "114258" + "buttonid" "114414" //114266 -> Main attack, special specified. + "triggerid" "0" //112232 -> func_button, no trigger. + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "100" } "2" { - "name" "Healer" - "short" "Healer" - "color" "FFFFFF" - "filter" "" - "weaponid" "115464" - "buttonid" "115483" //115466 -> Main attack, special specified. - "triggerid" "115478" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Healer" + "short" "Healer" + "color" "FFFFFF" + "filter" "" + "weaponid" "115464" + "buttonid" "115483" //115466 -> Main attack, special specified. + "triggerid" "115478" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "3" { - "name" "Holy Knight" - "short" "Holy Knight" - "color" "FFFFFF" - "filter" "" - "weaponid" "118372" - "buttonid" "118395" //115466 -> Main attack, special specified. - "triggerid" "118369" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "21" + "name" "Holy Knight" + "short" "Holy Knight" + "color" "FFFFFF" + "filter" "" + "weaponid" "118372" + "buttonid" "118395" //115466 -> Main attack, special specified. + "triggerid" "118369" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "21" } "4" { - "name" "VIP" - "short" "VIP" - "color" "FFFFFF" - "filter" "" - "weaponid" "116503" - "buttonid" "116589" //116513 -> Main attack, special specified. - "triggerid" "116505" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "32" + "name" "VIP" + "short" "VIP" + "color" "FFFFFF" + "filter" "" + "weaponid" "116503" + "buttonid" "116589" //116513 -> Main attack, special specified. + "triggerid" "116505" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "32" } // Human - Items "5" { - "name" "Holy Water" - "short" "Holy Water" - "color" "0000FF" - "filter" "" - "weaponid" "111680" - "buttonid" "111686" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Holy Water" + "short" "Holy Water" + "color" "0000FF" + "filter" "" + "weaponid" "111680" + "buttonid" "111686" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Cross" - "short" "Cross" - "color" "0000FF" - "filter" "" - "weaponid" "111794" - "buttonid" "111796" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Cross" + "short" "Cross" + "color" "0000FF" + "filter" "" + "weaponid" "111794" + "buttonid" "111796" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Dagger" - "short" "Dagger" - "color" "0000FF" - "filter" "" - "weaponid" "111928" - "buttonid" "111905" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dagger" + "short" "Dagger" + "color" "0000FF" + "filter" "" + "weaponid" "111928" + "buttonid" "111905" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Holy Cross" - "short" "Holy Cross" - "color" "0000FF" - "filter" "" - "weaponid" "112075" - "buttonid" "112070" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Holy Cross" + "short" "Holy Cross" + "color" "0000FF" + "filter" "" + "weaponid" "112075" + "buttonid" "112070" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Storm Beacon" - "short" "Storm Beacon" - "color" "0000FF" - "filter" "" - "weaponid" "112256" - "buttonid" "112262" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Storm Beacon" + "short" "Storm Beacon" + "color" "0000FF" + "filter" "" + "weaponid" "112256" + "buttonid" "112262" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Torch" - "short" "Torch" - "color" "0000FF" - "filter" "" - "weaponid" "113954" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "0000FF" + "filter" "" + "weaponid" "113954" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Torch Bag" - "short" "Torch Bag" - "color" "0000FF" - "filter" "" - "weaponid" "113988" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch Bag" + "short" "Torch Bag" + "color" "0000FF" + "filter" "" + "weaponid" "113988" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Ammo Spawner" - "short" "Ammo Spawner" - "color" "0000FF" - "filter" "" - "weaponid" "114678" - "buttonid" "114680" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ammo Spawner" + "short" "Ammo Spawner" + "color" "0000FF" + "filter" "" + "weaponid" "114678" + "buttonid" "114680" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "13" { - "name" "Big Sword" - "short" "Big Sword" - "color" "0000FF" - "filter" "" - "weaponid" "117991" - "buttonid" "117993" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Big Sword" + "short" "Big Sword" + "color" "0000FF" + "filter" "" + "weaponid" "117991" + "buttonid" "117993" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "Holy Five" - "short" "Holy Five" - "color" "0000FF" - "filter" "" - "weaponid" "118132" - "buttonid" "118129" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Holy Five" + "short" "Holy Five" + "color" "0000FF" + "filter" "" + "weaponid" "118132" + "buttonid" "118129" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "15" { - "name" "Sprint" - "short" "Sprint" - "color" "0000FF" - "filter" "" - "weaponid" "118149" - "buttonid" "118151" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Sprint" + "short" "Sprint" + "color" "0000FF" + "filter" "" + "weaponid" "118149" + "buttonid" "118151" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "16" { - "name" "Barricade" - "short" "Barricade" - "color" "0000FF" - "filter" "" - "weaponid" "115761" - "buttonid" "115758" - "triggerid" "0" - "display" "0" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barricade" + "short" "Barricade" + "color" "0000FF" + "filter" "" + "weaponid" "115761" + "buttonid" "115758" + "triggerid" "0" + "display" "0" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "17" { - "name" "Weapon Holder" - "short" "Weapon Holder" - "color" "0000FF" - "filter" "" - "weaponid" "118496" - "buttonid" "118491" - "triggerid" "0" - "display" "0" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Weapon Holder" + "short" "Weapon Holder" + "color" "0000FF" + "filter" "" + "weaponid" "118496" + "buttonid" "118491" + "triggerid" "0" + "display" "0" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "18" { - "name" "NPC Spawner" - "short" "NPC Spawner" - "color" "FF0000" - "filter" "" - "weaponid" "116463" - "buttonid" "116468" - "triggerid" "116465" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "NPC Spawner" + "short" "NPC Spawner" + "color" "FF0000" + "filter" "" + "weaponid" "116463" + "buttonid" "116468" + "triggerid" "116465" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "19" { - "name" "Weapon Holder" - "short" "Weapon Holder" - "color" "FF0000" - "filter" "" - "weaponid" "118872" - "buttonid" "118876" - "triggerid" "118888" - "display" "0" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Weapon Holder" + "short" "Weapon Holder" + "color" "FF0000" + "filter" "" + "weaponid" "118872" + "buttonid" "118876" + "triggerid" "118888" + "display" "0" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg b/entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg old mode 100755 new mode 100644 index 88eb49fb..731e63a4 --- a/entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg +++ b/entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Chicken Launcher" - "short" "Chicken" - "color" "F2F0D8" - "filter" "ChickenLauncher_Guy" - "weaponid" "1489833" - "buttonid" "1489919" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "4" + "name" "Chicken Launcher" + "short" "Chicken" + "color" "F2F0D8" + "filter" "ChickenLauncher_Guy" + "weaponid" "1489833" + "buttonid" "1489919" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "4" } "1" { - "name" "Penis Gun" - "short" "Penis" - "color" "FF005D" - "filter" "" - "weaponid" "1868050" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Penis Gun" + "short" "Penis" + "color" "FF005D" + "filter" "" + "weaponid" "1868050" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "ED7A2D" - "filter" "Flamethrower_Guy" - "weaponid" "1489328" - "buttonid" "1489325" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "ED7A2D" + "filter" "Flamethrower_Guy" + "weaponid" "1489328" + "buttonid" "1489325" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Landmine" - "short" "Landmine" - "color" "59524D" - "filter" "Mines_Guy" - "weaponid" "1489596" - "buttonid" "1489440" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "6" - "cooldown" "0" + "name" "Landmine" + "short" "Landmine" + "color" "59524D" + "filter" "Mines_Guy" + "weaponid" "1489596" + "buttonid" "1489440" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "6" + "cooldown" "0" } "4" { - "name" "Ammo" - "short" "Ammo" - "color" "C4B1A3" - "filter" "Ammo_Guy" - "weaponid" "1489826" - "buttonid" "1489611" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Ammo" + "short" "Ammo" + "color" "C4B1A3" + "filter" "Ammo_Guy" + "weaponid" "1489826" + "buttonid" "1489611" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } "5" { - "name" "Medic" - "short" "Medic" - "color" "C94F47" - "filter" "Medikit_Guy" - "weaponid" "1489947" - "buttonid" "1489940" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Medic" + "short" "Medic" + "color" "C94F47" + "filter" "Medikit_Guy" + "weaponid" "1489947" + "buttonid" "1489940" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } } diff --git a/entWatch4/configs/entwatch/ze_christmas_beta3f.cfg b/entWatch4/configs/entwatch/ze_christmas_beta3f.cfg old mode 100755 new mode 100644 index dd534cc5..804bf790 --- a/entWatch4/configs/entwatch/ze_christmas_beta3f.cfg +++ b/entWatch4/configs/entwatch/ze_christmas_beta3f.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Gravity" - "short" "Gravity" - "color" "111111" - "filter" "Player_Gravity" - "weaponid" "784344" - "buttonid" "784265" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Gravity" + "short" "Gravity" + "color" "111111" + "filter" "Player_Gravity" + "weaponid" "784344" + "buttonid" "784265" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "Player_Heal" - "weaponid" "785654" - "buttonid" "785572" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "Player_Heal" + "weaponid" "785654" + "buttonid" "785572" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } } diff --git a/entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg b/entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg old mode 100755 new mode 100644 index 683c8822..03b8f291 --- a/entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg +++ b/entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg @@ -3,260 +3,260 @@ // Human - Items "0" { - "name" "Icewall" - "short" "Icewall" - "color" "Icewall" - "filter" "icewall" - "weaponid" "361395" - "buttonid" "361423" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "66" + "name" "Icewall" + "short" "Icewall" + "color" "Icewall" + "filter" "icewall" + "weaponid" "361395" + "buttonid" "361423" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "66" } "1" { - "name" "Magical Lantern" - "short" "Lantern" - "color" "00FFAA" - "filter" "lant" - "weaponid" "364139" - "buttonid" "364141" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "61" + "name" "Magical Lantern" + "short" "Lantern" + "color" "00FFAA" + "filter" "lant" + "weaponid" "364139" + "buttonid" "364141" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "61" } "2" { - "name" "Mines" - "short" "Mines" - "color" "F53D3D" - "filter" "zpres" - "weaponid" "365900" - "buttonid" "365895" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "6" - "cooldown" "0" + "name" "Mines" + "short" "Mines" + "color" "F53D3D" + "filter" "zpres" + "weaponid" "365900" + "buttonid" "365895" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "6" + "cooldown" "0" } "3" { - "name" "Unlimited Ammo" - "short" "Ammo" - "color" "00CC03" - "filter" "tree" - "weaponid" "366934" - "buttonid" "366929" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "51" + "name" "Unlimited Ammo" + "short" "Ammo" + "color" "00CC03" + "filter" "tree" + "weaponid" "366934" + "buttonid" "366929" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "51" } "4" { - "name" "Snowball Launcher" - "short" "Snowballs" - "color" "47FFFC" - "filter" "snow" - "weaponid" "373567" - "buttonid" "373574" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Snowball Launcher" + "short" "Snowballs" + "color" "47FFFC" + "filter" "snow" + "weaponid" "373567" + "buttonid" "373574" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "5" { - "name" "Napalm Candle" - "short" "Candle" - "color" "FF7300" - "filter" "we1" - "weaponid" "372103" - "buttonid" "372100" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Napalm Candle" + "short" "Candle" + "color" "FF7300" + "filter" "we1" + "weaponid" "372103" + "buttonid" "372100" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Core" - "short" "Core" - "color" "CC0000" - "filter" "" - "weaponid" "753917" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Core" + "short" "Core" + "color" "CC0000" + "filter" "" + "weaponid" "753917" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Banana Gun" - "short" "Banana" - "color" "EEFF00" - "filter" "banana" - "weaponid" "932778" - "buttonid" "1122955" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Banana Gun" + "short" "Banana" + "color" "EEFF00" + "filter" "banana" + "weaponid" "932778" + "buttonid" "1122955" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "8" { - "name" "Penis Gun" - "short" "Penis" - "color" "FF005D" - "filter" "" - "weaponid" "900562" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Penis Gun" + "short" "Penis" + "color" "FF005D" + "filter" "" + "weaponid" "900562" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Hat Gun" - "short" "Hat" - "color" "DD4411" - "filter" "" - "weaponid" "900523" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Hat Gun" + "short" "Hat" + "color" "DD4411" + "filter" "" + "weaponid" "900523" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "10" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "healfil" - "weaponid" "381242" - "buttonid" "3282" - "triggerid" "381278" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "healfil" + "weaponid" "381242" + "buttonid" "3282" + "triggerid" "381278" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "11" { - "name" "Christmas Ogre" - "short" "Ogre" - "color" "B40404" - "filter" "" - "weaponid" "386892" - "buttonid" "0" - "triggerid" "386993" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Christmas Ogre" + "short" "Ogre" + "color" "B40404" + "filter" "" + "weaponid" "386892" + "buttonid" "0" + "triggerid" "386993" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Ice Boomerang" - "short" "Boomerang" - "color" "0087E8" - "filter" "boomer" - "weaponid" "392708" - "buttonid" "3282" - "triggerid" "392720" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Ice Boomerang" + "short" "Boomerang" + "color" "0087E8" + "filter" "boomer" + "weaponid" "392708" + "buttonid" "3282" + "triggerid" "392720" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "13" { - "name" "Fog" - "short" "Fog" - "color" "969696" - "filter" "fog" - "weaponid" "399172" - "buttonid" "399176" - "triggerid" "399325" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fog" + "short" "Fog" + "color" "969696" + "filter" "fog" + "weaponid" "399172" + "buttonid" "399176" + "triggerid" "399325" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "14" { - "name" "Whirlpool Summoner" - "short" "Whirlpool" - "color" "B40404" - "filter" "tornado" - "weaponid" "1028432" - "buttonid" "1028429" - "triggerid" "1054333" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Whirlpool Summoner" + "short" "Whirlpool" + "color" "B40404" + "filter" "tornado" + "weaponid" "1028432" + "buttonid" "1028429" + "triggerid" "1054333" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "15" { - "name" "Trampoline Placer" - "short" "Trampoline" - "color" "B40404" - "filter" "tramp" - "weaponid" "1062968" - "buttonid" "1062970" - "triggerid" "1062965" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "76" + "name" "Trampoline Placer" + "short" "Trampoline" + "color" "B40404" + "filter" "tramp" + "weaponid" "1062968" + "buttonid" "1062970" + "triggerid" "1062965" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "76" } "16" { - "name" "Zombie King" - "short" "Zombie King" - "color" "D4AF37" - "filter" "" - "weaponid" "1104667" - "buttonid" "0" - "triggerid" "1104669" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zombie King" + "short" "Zombie King" + "color" "D4AF37" + "filter" "" + "weaponid" "1104667" + "buttonid" "0" + "triggerid" "1104669" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_chroma_v0_4.cfg b/entWatch4/configs/entwatch/ze_chroma_v0_4.cfg old mode 100755 new mode 100644 index 0bceb904..2b8fb1ff --- a/entWatch4/configs/entwatch/ze_chroma_v0_4.cfg +++ b/entWatch4/configs/entwatch/ze_chroma_v0_4.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Red-Cyan" - "short" "Red" - "color" "FA6464" - "filter" "rcitemuser" - "weaponid" "521169" - "buttonid" "521173" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Red-Cyan" + "short" "Red" + "color" "FA6464" + "filter" "rcitemuser" + "weaponid" "521169" + "buttonid" "521173" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Green-Magenta" - "short" "Green" - "color" "64FA64" - "filter" "gmitemuser" - "weaponid" "523179" - "buttonid" "523246" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Green-Magenta" + "short" "Green" + "color" "64FA64" + "filter" "gmitemuser" + "weaponid" "523179" + "buttonid" "523246" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Blue-Yellow" - "short" "Blue" - "color" "6464FA" - "filter" "byitemuser" - "weaponid" "524594" - "buttonid" "524661" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Blue-Yellow" + "short" "Blue" + "color" "6464FA" + "filter" "byitemuser" + "weaponid" "524594" + "buttonid" "524661" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Chromatic Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "healitemuser" - "weaponid" "525032" - "buttonid" "525099" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "Chromatic Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "healitemuser" + "weaponid" "525032" + "buttonid" "525099" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } } diff --git a/entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg b/entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg old mode 100755 new mode 100644 index 8b97beca..d3ccc375 --- a/entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg +++ b/entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Apple Cannon" - "short" "Cannon" - "color" "0040FF" - "filter" "tappo_kantaja" - "weaponid" "432248" - "buttonid" "432245" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Apple Cannon" + "short" "Cannon" + "color" "0040FF" + "filter" "tappo_kantaja" + "weaponid" "432248" + "buttonid" "432245" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg b/entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg old mode 100755 new mode 100644 index 72661920..02a17dbb --- a/entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg +++ b/entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg @@ -3,109 +3,109 @@ // Human - Items "0" { - "name" "Frost Wave" - "short" "Frost Wave" - "color" "6EE4FF" - "filter" "IceOwner" - "weaponid" "175887" - "buttonid" "179072" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "66" + "name" "Frost Wave" + "short" "Frost Wave" + "color" "6EE4FF" + "filter" "IceOwner" + "weaponid" "175887" + "buttonid" "179072" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "66" } "1" { - "name" "Aeolus' Spirit" - "short" "Aeolus' Spirit" - "color" "7CFF40" - "filter" "WindOwner" - "weaponid" "179589" - "buttonid" "179721" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "66" + "name" "Aeolus' Spirit" + "short" "Aeolus' Spirit" + "color" "7CFF40" + "filter" "WindOwner" + "weaponid" "179589" + "buttonid" "179721" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "66" } "2" { - "name" "Flame of Udun" - "short" "Flame of Udun" - "color" "DB4AE8" - "filter" "player_flame" - "weaponid" "299591" - "buttonid" "299596" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flame of Udun" + "short" "Flame of Udun" + "color" "DB4AE8" + "filter" "player_flame" + "weaponid" "299591" + "buttonid" "299596" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "3" { - "name" "Projectile Deflector" - "short" "Deflector" - "color" "B40404" - "filter" "" - "weaponid" "316089" - "buttonid" "316255" - "triggerid" "316091" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Projectile Deflector" + "short" "Deflector" + "color" "B40404" + "filter" "" + "weaponid" "316089" + "buttonid" "316255" + "triggerid" "316091" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Slightly Cursed Hexahedron" - "short" "Hexahedron" - "color" "B40404" - "filter" "Miniboss" - "weaponid" "784705" - "buttonid" "793054" - "triggerid" "784715" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Slightly Cursed Hexahedron" + "short" "Hexahedron" + "color" "B40404" + "filter" "Miniboss" + "weaponid" "784705" + "buttonid" "793054" + "triggerid" "784715" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "5" { - "name" "Boss" - "short" "Boss" - "color" "B40404" - "filter" "" - "weaponid" "259063" - "buttonid" "0" - "triggerid" "259049" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Boss" + "short" "Boss" + "color" "B40404" + "filter" "" + "weaponid" "259063" + "buttonid" "0" + "triggerid" "259049" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Painter" - "short" "Painter" - "color" "B40404" - "filter" "" - "weaponid" "304674" - "buttonid" "0" - "triggerid" "304676" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Painter" + "short" "Painter" + "color" "B40404" + "filter" "" + "weaponid" "304674" + "buttonid" "0" + "triggerid" "304676" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg b/entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg old mode 100755 new mode 100644 index 097cfa33..987ce2a9 --- a/entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg +++ b/entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg @@ -3,244 +3,244 @@ // Human - Items "0" { - "name" "White Dragon Breath" - "short" "White Dragon Breath" - "color" "01A9DB" - "filter" "WDB_Owner" - "weaponid" "9910" - "buttonid" "9918" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (4-14) - "cooldown" "0" // 7 + "name" "White Dragon Breath" + "short" "White Dragon Breath" + "color" "01A9DB" + "filter" "WDB_Owner" + "weaponid" "9910" + "buttonid" "9918" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (4-14) + "cooldown" "0" // 7 } "1" { - "name" "Chaos Storm" - "short" "Chaos Storm" - "color" "DF3A01" - "filter" "ChSt_Owner" - "weaponid" "10008" - "buttonid" "10005" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (3-13) - "cooldown" "0" // 10 + "name" "Chaos Storm" + "short" "Chaos Storm" + "color" "DF3A01" + "filter" "ChSt_Owner" + "weaponid" "10008" + "buttonid" "10005" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (3-13) + "cooldown" "0" // 10 } "2" { - "name" "Sooling Sunlight" - "short" "Sooling Sunlight" - "color" "F7FE2E" - "filter" "SS_Owner" - "weaponid" "10423" - "buttonid" "731461" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (3-13) - "cooldown" "0" // 15 + "name" "Sooling Sunlight" + "short" "Sooling Sunlight" + "color" "F7FE2E" + "filter" "SS_Owner" + "weaponid" "10423" + "buttonid" "731461" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (3-13) + "cooldown" "0" // 15 } "3" { - "name" "Wrath of the Gods" - "short" "Wrath of the Gods" - "color" "EFFBFB" - "filter" "WOTG_Owner" - "weaponid" "10509" - "buttonid" "10506" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (6-16) - "cooldown" "0" // 1.05 + "name" "Wrath of the Gods" + "short" "Wrath of the Gods" + "color" "EFFBFB" + "filter" "WOTG_Owner" + "weaponid" "10509" + "buttonid" "10506" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (6-16) + "cooldown" "0" // 1.05 } "4" { - "name" "Dark Orb" - "short" "Dark Orb" - "color" "2A0A29" - "filter" "DO_Owner" - "weaponid" "10681" - "buttonid" "10676" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (3-13) - "cooldown" "0" // 2.5 + "name" "Dark Orb" + "short" "Dark Orb" + "color" "2A0A29" + "filter" "DO_Owner" + "weaponid" "10681" + "buttonid" "10676" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (3-13) + "cooldown" "0" // 2.5 } "5" { - "name" "Hidden Body" - "short" "Hidden Body" - "color" "5E610B" - "filter" "HiBo_Owner" - "weaponid" "10719" - "buttonid" "10716" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (2-12) - "cooldown" "0" // 7.5 + "name" "Hidden Body" + "short" "Hidden Body" + "color" "5E610B" + "filter" "HiBo_Owner" + "weaponid" "10719" + "buttonid" "10716" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (2-12) + "cooldown" "0" // 7.5 } "6" { - "name" "Estus Flask" - "short" "Estus Flask" - "color" "D7DF01" - "filter" "EF_Owner" - "weaponid" "514824" - "buttonid" "514821" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // 5 - "cooldown" "0" // 4.5 + "name" "Estus Flask" + "short" "Estus Flask" + "color" "D7DF01" + "filter" "EF_Owner" + "weaponid" "514824" + "buttonid" "514821" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // 5 + "cooldown" "0" // 4.5 } "7" { - "name" "Ash Estus Flask" - "short" "Ash Estus Flask" - "color" "01A9DB" - "filter" "AEF_Owner" - "weaponid" "515837" - "buttonid" "515834" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // 3 - "cooldown" "0" // 4.5 + "name" "Ash Estus Flask" + "short" "Ash Estus Flask" + "color" "01A9DB" + "filter" "AEF_Owner" + "weaponid" "515837" + "buttonid" "515834" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // 3 + "cooldown" "0" // 4.5 } "8" { - "name" "Lightning Spear" - "short" "Lightning Spear" - "color" "FFFF00" - "filter" "LS_Owner" - "weaponid" "515333" - "buttonid" "515328" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (7-17) - "cooldown" "0" // 2.5 + "name" "Lightning Spear" + "short" "Lightning Spear" + "color" "FFFF00" + "filter" "LS_Owner" + "weaponid" "515333" + "buttonid" "515328" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (7-17) + "cooldown" "0" // 2.5 } "9" { - "name" "Great Heavy Soul Arrow" - "short" "Great Heavy Soul Arrow" - "color" "0080FF" - "filter" "GHSA_Owner" - "weaponid" "515527" - "buttonid" "515522" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // Maxuses can vary (10-20) - "cooldown" "0" // 2.5 + "name" "Great Heavy Soul Arrow" + "short" "Great Heavy Soul Arrow" + "color" "0080FF" + "filter" "GHSA_Owner" + "weaponid" "515527" + "buttonid" "515522" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // Maxuses can vary (10-20) + "cooldown" "0" // 2.5 } "10" { - "name" "Green Blossom" - "short" "Green Blossom" - "color" "00FF40" - "filter" "Salad_Owner" - "weaponid" "666978" - "buttonid" "666975" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // 3 - "cooldown" "0" // 4.5 + "name" "Green Blossom" + "short" "Green Blossom" + "color" "00FF40" + "filter" "Salad_Owner" + "weaponid" "666978" + "buttonid" "666975" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // 3 + "cooldown" "0" // 4.5 } "11" { - "name" "Darkstorm" - "short" "Darkstorm" - "color" "2A0A29" - "filter" "DaSt_Owner" - "weaponid" "1156847" - "buttonid" "1156844" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" // 2 - "cooldown" "0" // 10 + "name" "Darkstorm" + "short" "Darkstorm" + "color" "2A0A29" + "filter" "DaSt_Owner" + "weaponid" "1156847" + "buttonid" "1156844" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" // 2 + "cooldown" "0" // 10 } // Zombie - Items "12" { - "name" "[ZM] Power Within" - "short" "Power Within" - "color" "DF0101" - "filter" "PW_Owner" - "weaponid" "666608" - "buttonid" "666675" - "triggerid" "666683" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Power Within" + "short" "Power Within" + "color" "DF0101" + "filter" "PW_Owner" + "weaponid" "666608" + "buttonid" "666675" + "triggerid" "666683" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "13" { - "name" "[ZM] Toxic Mist" - "short" "Toxic Mist" - "color" "6A0888" - "filter" "PM_Owner" - "weaponid" "666074" - "buttonid" "666141" - "triggerid" "666147" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Toxic Mist" + "short" "Toxic Mist" + "color" "6A0888" + "filter" "PM_Owner" + "weaponid" "666074" + "buttonid" "666141" + "triggerid" "666147" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "[ZM] Black Flame" - "short" "Black Flame" - "color" "CD853F" - "filter" "BF_Owner" - "weaponid" "1561358" - "buttonid" "1561279" - "triggerid" "1561374" - "display" "7" - "slot" "3" - "mode" "3" - "maxuses" "10" - "cooldown" "3" // 2.5 + "name" "[ZM] Black Flame" + "short" "Black Flame" + "color" "CD853F" + "filter" "BF_Owner" + "weaponid" "1561358" + "buttonid" "1561279" + "triggerid" "1561374" + "display" "7" + "slot" "3" + "mode" "3" + "maxuses" "10" + "cooldown" "3" // 2.5 } "15" { - "name" "[ZM] Poison Mist" - "short" "Poison Mist" - "color" "80C436" - "filter" "ZMPoison_Owner" - "weaponid" "1702534" - "buttonid" "1702526" - "triggerid" "1702531" - "display" "7" - "slot" "3" - "mode" "3" - "maxuses" "10" - "cooldown" "20" + "name" "[ZM] Poison Mist" + "short" "Poison Mist" + "color" "80C436" + "filter" "ZMPoison_Owner" + "weaponid" "1702534" + "buttonid" "1702526" + "triggerid" "1702531" + "display" "7" + "slot" "3" + "mode" "3" + "maxuses" "10" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_deadcore_s6.cfg b/entWatch4/configs/entwatch/ze_deadcore_s6.cfg old mode 100755 new mode 100644 index f61bcab6..29139ec2 --- a/entWatch4/configs/entwatch/ze_deadcore_s6.cfg +++ b/entWatch4/configs/entwatch/ze_deadcore_s6.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Cannon" - "short" "Cannon" - "color" "00FFFF" - "filter" "cannon1" - "weaponid" "609101" - "buttonid" "1427217" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "3" + "name" "Cannon" + "short" "Cannon" + "color" "00FFFF" + "filter" "cannon1" + "weaponid" "609101" + "buttonid" "1427217" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "3" } "1" { - "name" "Cannon" - "short" "Cannon" - "color" "00FFFF" - "filter" "cannon2" - "weaponid" "1259831" - "buttonid" "1259833" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "3" + "name" "Cannon" + "short" "Cannon" + "color" "00FFFF" + "filter" "cannon2" + "weaponid" "1259831" + "buttonid" "1259833" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "3" } "2" { - "name" "Cannon" - "short" "Cannon" - "color" "00FFFF" - "filter" "cannon3" - "weaponid" "1261070" - "buttonid" "1261072" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "3" + "name" "Cannon" + "short" "Cannon" + "color" "00FFFF" + "filter" "cannon3" + "weaponid" "1261070" + "buttonid" "1261072" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "3" } } diff --git a/entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg b/entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg old mode 100755 new mode 100644 index b26164e0..f2fac82f --- a/entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg +++ b/entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Blue Lightsaber" - "short" "Blue Saber" - "color" "0000FF" - "filter" "Player_Fire" - "weaponid" "1480205" - "buttonid" "1480191" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Blue Lightsaber" + "short" "Blue Saber" + "color" "0000FF" + "filter" "Player_Fire" + "weaponid" "1480205" + "buttonid" "1480191" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "1" { - "name" "Red Lightsaber" - "short" "Red Saber" - "color" "FF0000" - "filter" "Player_Earth" - "weaponid" "1544598" - "buttonid" "1544582" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Red Lightsaber" + "short" "Red Saber" + "color" "FF0000" + "filter" "Player_Earth" + "weaponid" "1544598" + "buttonid" "1544582" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_destruction_of_exorath_re3.cfg b/entWatch4/configs/entwatch/ze_destruction_of_exorath_re3.cfg new file mode 100644 index 00000000..cab67d41 --- /dev/null +++ b/entWatch4/configs/entwatch/ze_destruction_of_exorath_re3.cfg @@ -0,0 +1,199 @@ +"items" +{ + // Humans - Items + "0" + { + "name" "Pushgun" + "short" "Push" + "color" "3FB6FF" + "filter" "pushgun_activator" + "weaponid" "2820053" + "buttonid" "2820055" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "51" + } + "1" + { + "name" "Slowmotion" + "short" "Slowmo" + "color" "5DFFA1" + "filter" "slowmo_activator" + "weaponid" "2821233" + "buttonid" "2821235" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "2" + { + "name" "Heal" + "short" "Heal" + "color" "FF4036" + "filter" "healone_activator" + "weaponid" "786398" + "buttonid" "786431" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "3" + { + "name" "Heal" + "short" "Heal" + "color" "FF4036" + "filter" "healtwo_activator" + "weaponid" "3230358" + "buttonid" "3230363" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "4" + { + "name" "Flamethrower" + "short" "Flamethrower" + "color" "FF9136" + "filter" "flamethrower_activator" + "weaponid" "4372997" + "buttonid" "9496891" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "5" + { + "name" "Mini-Nuke" + "short" "Mini-Nuke" + "color" "FFE236" + "filter" "nuke_activator" + "weaponid" "4818046" + "buttonid" "4817966" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "6" + { + "name" "Nade Spawner" + "short" "Nade Spawner" + "color" "C7B71B" + "filter" "hespawner_activator" + "weaponid" "5077245" + "buttonid" "5077228" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "15" + "cooldown" "0" + } + "7" + { + "name" "Freeze Machine" + "short" "Freeze" + "color" "4ADFFF" + "filter" "freezemachine_activator" + "weaponid" "5184126" + "buttonid" "9496975" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "8" + { + "name" "Confusing Tool" + "short" "Confusing" + "color" "7FE10E" + "filter" "confusingtool_activator" + "weaponid" "5235519" + "buttonid" "9497046" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "9" + { + "name" "Bomb Placer" + "short" "Bombs" + "color" "DE3CFD" + "filter" "bombplacer_activator" + "weaponid" "5247312" + "buttonid" "5247305" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "8" + "cooldown" "0" + } + "10" + { + "name" "Unlimited Ammo" + "short" "Ammo" + "color" "F5F673" + "filter" "unlimitedammo_activator" + "weaponid" "6914945" + "buttonid" "6914942" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "4" + "cooldown" "90" + } + "11" + { + "name" "Vent Lever" + "short" "Vent Lever" + "color" "F8F9E9" + "filter" "" + "weaponid" "8730277" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "12" + { + "name" "Secret Nuke" + "short" "Nuke" + "color" "FFE236" + "filter" "nuke_s_activator" + "weaponid" "9300884" + "buttonid" "9300890" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } +} diff --git a/entWatch4/configs/entwatch/ze_doom3_v1.cfg b/entWatch4/configs/entwatch/ze_doom3_v1.cfg old mode 100755 new mode 100644 index c18e0aeb..e2b50881 --- a/entWatch4/configs/entwatch/ze_doom3_v1.cfg +++ b/entWatch4/configs/entwatch/ze_doom3_v1.cfg @@ -3,184 +3,184 @@ // Human - Items "0" { - "name" "Soul Cube" - "short" "Cube" - "color" "111111" - "filter" "cubdux1" - "weaponid" "2009" - "buttonid" "2003" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "12" + "name" "Soul Cube" + "short" "Cube" + "color" "111111" + "filter" "cubdux1" + "weaponid" "2009" + "buttonid" "2003" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "12" } "1" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "228800" - "filter" "" - "weaponid" "2083" - "buttonid" "3538" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "228800" + "filter" "" + "weaponid" "2083" + "buttonid" "3538" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "6" } "2" { - "name" "Electro Grenade" - "short" "Electro" - "color" "21FFFC" - "filter" "grenades1" - "weaponid" "3135" - "buttonid" "3142" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Electro Grenade" + "short" "Electro" + "color" "21FFFC" + "filter" "grenades1" + "weaponid" "3135" + "buttonid" "3142" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "3" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "oxx" - "weaponid" "3202" - "buttonid" "3200" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "oxx" + "weaponid" "3202" + "buttonid" "3200" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "4" { - "name" "Heart of Hell" - "short" "Heart" - "color" "FF0000" - "filter" "oxx1" - "weaponid" "3309" - "buttonid" "3311" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heart of Hell" + "short" "Heart" + "color" "FF0000" + "filter" "oxx1" + "weaponid" "3309" + "buttonid" "3311" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Pushgun" - "short" "Push" - "color" "22FF88" - "filter" "oxx11" - "weaponid" "3320" - "buttonid" "3322" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Pushgun" + "short" "Push" + "color" "22FF88" + "filter" "oxx11" + "weaponid" "3320" + "buttonid" "3322" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "6" { - "name" "Minigun" - "short" "Minigun" - "color" "FFFF00" - "filter" "krub1" - "weaponid" "3993" - "buttonid" "3988" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "13" + "name" "Minigun" + "short" "Minigun" + "color" "FFFF00" + "filter" "krub1" + "weaponid" "3993" + "buttonid" "3988" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "13" } "7" { - "name" "BFG" - "short" "BFG" - "color" "EE0000" - "filter" "grenades1tru" - "weaponid" "1520691" - "buttonid" "1520408" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "15" + "name" "BFG" + "short" "BFG" + "color" "EE0000" + "filter" "grenades1tru" + "weaponid" "1520691" + "buttonid" "1520408" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "15" } // Zombie - Items "8" { - "name" "Spider" - "short" "ZSpider" - "color" "EE0000" - "filter" "imps1" - "weaponid" "1900" - "buttonid" "1902" - "triggerid" "2952" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "8" + "name" "Spider" + "short" "ZSpider" + "color" "EE0000" + "filter" "imps1" + "weaponid" "1900" + "buttonid" "1902" + "triggerid" "2952" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "8" } "9" { - "name" "Spider" - "short" "ZSpider" - "color" "EE0000" - "filter" "pauchixaxx" - "weaponid" "1929" - "buttonid" "1934" - "triggerid" "1930" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "7" + "name" "Spider" + "short" "ZSpider" + "color" "EE0000" + "filter" "pauchixaxx" + "weaponid" "1929" + "buttonid" "1934" + "triggerid" "1930" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "7" } "10" { - "name" "Pinky" - "short" "ZPinky" - "color" "EE0000" - "filter" "sobaka" - "weaponid" "1918" - "buttonid" "1919" - "triggerid" "1916" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Pinky" + "short" "ZPinky" + "color" "EE0000" + "filter" "sobaka" + "weaponid" "1918" + "buttonid" "1919" + "triggerid" "1916" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "11" { - "name" "Skelet" - "short" "ZSkelet" - "color" "EE0000" - "filter" "skelets1" - "weaponid" "1938" - "buttonid" "1942" - "triggerid" "1940" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "9" + "name" "Skelet" + "short" "ZSkelet" + "color" "EE0000" + "filter" "skelets1" + "weaponid" "1938" + "buttonid" "1942" + "triggerid" "1940" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "9" } } diff --git a/entWatch4/configs/entwatch/ze_doom_v1_1.cfg b/entWatch4/configs/entwatch/ze_doom_v1_1.cfg old mode 100755 new mode 100644 index 444b25f0..3286ed4d --- a/entWatch4/configs/entwatch/ze_doom_v1_1.cfg +++ b/entWatch4/configs/entwatch/ze_doom_v1_1.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Berserker" - "short" "Berserker" - "color" "FF0000" - "filter" "berserker" - "weaponid" "26895" - "buttonid" "26887" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Berserker" + "short" "Berserker" + "color" "FF0000" + "filter" "berserker" + "weaponid" "26895" + "buttonid" "26887" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "BFG" - "short" "BFG" - "color" "0000FF" - "filter" "bfg_own" - "weaponid" "26859" - "buttonid" "26845" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "BFG" + "short" "BFG" + "color" "0000FF" + "filter" "bfg_own" + "weaponid" "26859" + "buttonid" "26845" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Megasphere" - "short" "Megasphere" - "color" "00FF00" - "filter" "megasphere" - "weaponid" "26879" - "buttonid" "26881" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Megasphere" + "short" "Megasphere" + "color" "00FF00" + "filter" "megasphere" + "weaponid" "26879" + "buttonid" "26881" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "3" { - "name" "Soulsphere" - "short" "Soulsphere" - "color" "FFFFFF" - "filter" "soulsphere" - "weaponid" "26854" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Soulsphere" + "short" "Soulsphere" + "color" "FFFFFF" + "filter" "soulsphere" + "weaponid" "26854" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Soulsphere" - "short" "Soulsphere" - "color" "FFFFFF" - "filter" "soulsphere2" - "weaponid" "26740" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Soulsphere" + "short" "Soulsphere" + "color" "FFFFFF" + "filter" "soulsphere2" + "weaponid" "26740" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Soulsphere" - "short" "Soulsphere" - "color" "FFFFFF" - "filter" "soulsphere3" - "weaponid" "26767" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Soulsphere" + "short" "Soulsphere" + "color" "FFFFFF" + "filter" "soulsphere3" + "weaponid" "26767" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_dreamin_v2_1s_fix4.cfg b/entWatch4/configs/entwatch/ze_dreamin_v2_1s_fix4.cfg deleted file mode 100755 index b96dd760..00000000 --- a/entWatch4/configs/entwatch/ze_dreamin_v2_1s_fix4.cfg +++ /dev/null @@ -1,96 +0,0 @@ -"items" -{ - // Human - Items - "0" - { - "name" "Snow" - "short" "Snow" - "color" "00FFFF" - "filter" "snow_user" - "weaponid" "124959" - "buttonid" "125032" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "1" - { - "name" "Wind" - "short" "Wind" - "color" "00FF00" - "filter" "wind_user" - "weaponid" "17000" - "buttonid" "17009" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "2" - { - "name" "Freezer" - "short" "Freezer" - "color" "0000FF" - "filter" "freezer_user" - "weaponid" "26872" - "buttonid" "26874" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "3" - { - "name" "Recovery" - "short" "Recovery" - "color" "FFFFFF" - "filter" "recovery_user" - "weaponid" "17090" - "buttonid" "17087" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - - // Zombie - Items - "4" - { - "name" "Gravity" - "short" "Gravity" - "color" "FF00FF" - "filter" "gravity_user" - "weaponid" "125388" - "buttonid" "125385" - "triggerid" "125634" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" - } - "5" - { - "name" "Nuke" - "short" "Nuke" - "color" "FF0000" - "filter" "nuke_user" - "weaponid" "125393" - "buttonid" "125395" - "triggerid" "125403" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" - } -} diff --git a/entWatch4/configs/entwatch/ze_dreamin_v2_2s_fix.cfg b/entWatch4/configs/entwatch/ze_dreamin_v2_2s_fix.cfg new file mode 100644 index 00000000..0e0c12bd --- /dev/null +++ b/entWatch4/configs/entwatch/ze_dreamin_v2_2s_fix.cfg @@ -0,0 +1,96 @@ +"items" +{ + // Human - Items + "0" + { + "name" "Snow" + "short" "Snow" + "color" "00FFFF" + "filter" "snow_user" + "weaponid" "124959" + "buttonid" "125032" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "1" + { + "name" "Wind" + "short" "Wind" + "color" "00FF00" + "filter" "wind_user" + "weaponid" "17000" + "buttonid" "17009" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "2" + { + "name" "Freezer" + "short" "Freezer" + "color" "0000FF" + "filter" "freezer_user" + "weaponid" "26872" + "buttonid" "26874" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "3" + { + "name" "Recovery" + "short" "Recovery" + "color" "FFFFFF" + "filter" "recovery_user" + "weaponid" "17090" + "buttonid" "17087" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + + // Zombie - Items + "4" + { + "name" "Gravity" + "short" "Gravity" + "color" "FF00FF" + "filter" "gravity_user" + "weaponid" "125388" + "buttonid" "125385" + "triggerid" "125634" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "5" + { + "name" "Nuke" + "short" "Nuke" + "color" "FF0000" + "filter" "nuke_user" + "weaponid" "125393" + "buttonid" "125395" + "triggerid" "125403" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } +} diff --git a/entWatch4/configs/entwatch/ze_eden_a3s.cfg b/entWatch4/configs/entwatch/ze_eden_a3s.cfg old mode 100755 new mode 100644 index 80e7f454..2ac85ad7 --- a/entWatch4/configs/entwatch/ze_eden_a3s.cfg +++ b/entWatch4/configs/entwatch/ze_eden_a3s.cfg @@ -2,15 +2,15 @@ { "0" { - "name" "(de)Bugger." - "short" "debugger" - "color" "686868" - "filter" "" - "weaponid" "35470" - "buttonid" "35594" - "display" "5" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "(de)Bugger." + "short" "debugger" + "color" "686868" + "filter" "" + "weaponid" "35470" + "buttonid" "35594" + "display" "5" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg b/entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg old mode 100755 new mode 100644 index 83ebe031..9bffb6b4 --- a/entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg +++ b/entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Heal Staff" - "short" "Heal" - "color" "00FA9A" - "filter" "heal_player" - "weaponid" "18729416" - "buttonid" "18729420" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Staff" + "short" "Heal" + "color" "00FA9A" + "filter" "heal_player" + "weaponid" "18729416" + "buttonid" "18729420" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Tornado Staff" - "short" "Tornado" - "color" "C0C0C0" - "filter" "tornado_player" - "weaponid" "18753722" - "buttonid" "18753583" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Tornado Staff" + "short" "Tornado" + "color" "C0C0C0" + "filter" "tornado_player" + "weaponid" "18753722" + "buttonid" "18753583" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Freeze Staff" - "short" "Freeze" - "color" "00BFFF" - "filter" "freeze_player" - "weaponid" "18718079" - "buttonid" "18717942" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Freeze Staff" + "short" "Freeze" + "color" "00BFFF" + "filter" "freeze_player" + "weaponid" "18718079" + "buttonid" "18717942" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "3" { - "name" "Earth Staff" - "short" "Earth" - "color" "CD853F" - "filter" "earth_player" - "weaponid" "18776809" - "buttonid" "18776672" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Earth Staff" + "short" "Earth" + "color" "CD853F" + "filter" "earth_player" + "weaponid" "18776809" + "buttonid" "18776672" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Fire Staff" - "short" "Fire" - "color" "FF4500" - "filter" "fire_player" - "weaponid" "17301106" - "buttonid" "17301329" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Staff" + "short" "Fire" + "color" "FF4500" + "filter" "fire_player" + "weaponid" "17301106" + "buttonid" "17301329" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Ultimate Staff" - "short" "Ultimate" - "color" "D8BFD8" - "filter" "ultimate_player" - "weaponid" "19321023" - "buttonid" "19320947" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Ultimate Staff" + "short" "Ultimate" + "color" "D8BFD8" + "filter" "ultimate_player" + "weaponid" "19321023" + "buttonid" "19320947" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } // Zombie - Items "6" { - "name" "Cromcruach" - "short" "Cromcruach" - "color" "C0C0C0" - "filter" "zmskin2_player" - "weaponid" "18809475" - "buttonid" "0" - "triggerid" "18809472" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Cromcruach" + "short" "Cromcruach" + "color" "C0C0C0" + "filter" "zmskin2_player" + "weaponid" "18809475" + "buttonid" "0" + "triggerid" "18809472" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Glasgavelen" - "short" "Glasgavelen" - "color" "C0C0C0" - "filter" "zmskin1_player" - "weaponid" "18808768" - "buttonid" "0" - "triggerid" "18808765" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Glasgavelen" + "short" "Glasgavelen" + "color" "C0C0C0" + "filter" "zmskin1_player" + "weaponid" "18808768" + "buttonid" "0" + "triggerid" "18808765" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "[ZM] Fire" - "short" "[ZM] Fire" - "color" "FF4500" - "filter" "zmfire_player" - "weaponid" "18790442" - "buttonid" "18790366" - "triggerid" "18790723" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "FF4500" + "filter" "zmfire_player" + "weaponid" "18790442" + "buttonid" "18790366" + "triggerid" "18790723" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "9" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "9400D3" - "filter" "zmgravity_player" - "weaponid" "18791994" - "buttonid" "18791923" - "triggerid" "18791991" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "9400D3" + "filter" "zmgravity_player" + "weaponid" "18791994" + "buttonid" "18791923" + "triggerid" "18791991" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "10" { - "name" "[ZM] Freeze" - "short" "[ZM] Freeze" - "color" "00BFFF" - "filter" "zmfreeze_player" - "weaponid" "18805946" - "buttonid" "18805808" - "triggerid" "18805943" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Freeze" + "short" "[ZM] Freeze" + "color" "00BFFF" + "filter" "zmfreeze_player" + "weaponid" "18805946" + "buttonid" "18805808" + "triggerid" "18805943" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg b/entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg old mode 100755 new mode 100644 index 465c5d82..1fc63c85 --- a/entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg +++ b/entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg @@ -1,156 +1,156 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Shadow" - "short" "Shadow" - "color" "5D6D7E" - "filter" "Item_Shadow_User" - "weaponid" "177360" - "buttonid" "177362" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Shadow" + "short" "Shadow" + "color" "5D6D7E" + "filter" "Item_Shadow_User" + "weaponid" "177360" + "buttonid" "177362" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Light" - "short" "Light" - "color" "FFFFFF" - "filter" "Item_Light_User" - "weaponid" "177504" - "buttonid" "177506" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Light" + "short" "Light" + "color" "FFFFFF" + "filter" "Item_Light_User" + "weaponid" "177504" + "buttonid" "177506" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Wind" - "short" "Wind" - "color" "76D7C4" - "filter" "Item_Wind_User" - "weaponid" "177789" - "buttonid" "177794" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind" + "short" "Wind" + "color" "76D7C4" + "filter" "Item_Wind_User" + "weaponid" "177789" + "buttonid" "177794" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Ice" - "short" "Ice" - "color" "3498DB" - "filter" "Item_Ice_User" - "weaponid" "177929" - "buttonid" "177931" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice" + "short" "Ice" + "color" "3498DB" + "filter" "Item_Ice_User" + "weaponid" "177929" + "buttonid" "177931" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Thunder" - "short" "Thunder" - "color" "85C1E9" - "filter" "Item_Thunder_User" - "weaponid" "178069" - "buttonid" "178071" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Thunder" + "short" "Thunder" + "color" "85C1E9" + "filter" "Item_Thunder_User" + "weaponid" "178069" + "buttonid" "178071" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Fire" - "short" "Fire" - "color" "F39C12" - "filter" "Item_Fire_User" - "weaponid" "178213" - "buttonid" "178210" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire" + "short" "Fire" + "color" "F39C12" + "filter" "Item_Fire_User" + "weaponid" "178213" + "buttonid" "178210" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Zombies - Items "6" { - "name" "[ZM] Fire" - "short" "[ZM] Fire" - "color" "F39C12" - "filter" "Item_ZFire_User" - "weaponid" "176978" - "buttonid" "176982" - "triggerid" "177062" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "F39C12" + "filter" "Item_ZFire_User" + "weaponid" "176978" + "buttonid" "176982" + "triggerid" "177062" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "7" { - "name" "[ZM] Ice" - "short" "[ZM] Ice" - "color" "3498DB" - "filter" "Item_ZIce_User" - "weaponid" "2424762" - "buttonid" "177138" - "triggerid" "2424764" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Ice" + "short" "[ZM] Ice" + "color" "3498DB" + "filter" "Item_ZIce_User" + "weaponid" "2424762" + "buttonid" "177138" + "triggerid" "2424764" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "8" { - "name" "[ZM] Wind" - "short" "[ZM] Wind" - "color" "76D7C4" - "filter" "Item_ZWind_User" - "weaponid" "2424770" - "buttonid" "176172" - "triggerid" "2424767" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Wind" + "short" "[ZM] Wind" + "color" "76D7C4" + "filter" "Item_ZWind_User" + "weaponid" "2424770" + "buttonid" "176172" + "triggerid" "2424767" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "9" { - "name" "[ZM] Thunder" - "short" "[ZM] Thunder" - "color" "85C1E9" - "filter" "Item_ZThunder_User" - "weaponid" "2424840" - "buttonid" "1127593" - "triggerid" "2424837" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Thunder" + "short" "[ZM] Thunder" + "color" "85C1E9" + "filter" "Item_ZThunder_User" + "weaponid" "2424840" + "buttonid" "1127593" + "triggerid" "2424837" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } } diff --git a/entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg b/entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg old mode 100755 new mode 100644 index 4d5f74ad..9d3cc762 --- a/entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg +++ b/entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg @@ -3,137 +3,137 @@ // Human - Items "0" { - "name" "Wall Spawner" - "short" "Wall" - "color" "AD4100" - "filter" "blockade" - "weaponid" "326008" - "buttonid" "325989" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "2" + "name" "Wall Spawner" + "short" "Wall" + "color" "AD4100" + "filter" "blockade" + "weaponid" "326008" + "buttonid" "325989" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "2" } "1" { - "name" "Electro Gun" - "short" "Electro" - "color" "BCCD00" - "filter" "electric" - "weaponid" "326171" - "buttonid" "326315" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Electro Gun" + "short" "Electro" + "color" "BCCD00" + "filter" "electric" + "weaponid" "326171" + "buttonid" "326315" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "EyeTech Launcher" - "short" "Launcher" - "color" "120061" - "filter" "launcher" - "weaponid" "326586" - "buttonid" "326588" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "2" + "name" "EyeTech Launcher" + "short" "Launcher" + "color" "120061" + "filter" "launcher" + "weaponid" "326586" + "buttonid" "326588" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "2" } "3" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "heal" - "weaponid" "325974" - "buttonid" "325899" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "heal" + "weaponid" "325974" + "buttonid" "325899" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Push Gun" - "short" "Push" - "color" "00D8D5" - "filter" "push" - "weaponid" "326086" - "buttonid" "326088" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Push Gun" + "short" "Push" + "color" "00D8D5" + "filter" "push" + "weaponid" "326086" + "buttonid" "326088" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "5" { - "name" "Flamethrower" - "short" "Flame" - "color" "BB0000" - "filter" "flamethrower" - "weaponid" "326332" - "buttonid" "326334" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "10" + "name" "Flamethrower" + "short" "Flame" + "color" "BB0000" + "filter" "flamethrower" + "weaponid" "326332" + "buttonid" "326334" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "10" } "6" { - "name" "Ammo" - "short" "Ammo" - "color" "AD4100" - "filter" "ammowep" - "weaponid" "326492" - "buttonid" "326494" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "AD4100" + "filter" "ammowep" + "weaponid" "326492" + "buttonid" "326494" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Pipe Bomb" - "short" "Bomb" - "color" "DC143C" - "filter" "pipe" - "weaponid" "326600" - "buttonid" "326602" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "5" - "cooldown" "2" + "name" "Pipe Bomb" + "short" "Bomb" + "color" "DC143C" + "filter" "pipe" + "weaponid" "326600" + "buttonid" "326602" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "5" + "cooldown" "2" } "8" { - "name" "EyeTech Cannon" - "short" "Cannon" - "color" "AD4100" - "filter" "cannon" - "weaponid" "326711" - "buttonid" "326713" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "EyeTech Cannon" + "short" "Cannon" + "color" "AD4100" + "filter" "cannon" + "weaponid" "326711" + "buttonid" "326713" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg b/entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg old mode 100755 new mode 100644 index 972d8578..97b6c0b4 --- a/entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg @@ -3,182 +3,182 @@ // Human - Items "0" { - "name" "Uber Cannon" - "short" "Uber" - "color" "120061" - "filter" "uber" - "weaponid" "25307" - "buttonid" "25300" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "150" + "name" "Uber Cannon" + "short" "Uber" + "color" "120061" + "filter" "uber" + "weaponid" "25307" + "buttonid" "25300" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "150" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "heal" - "weaponid" "1889" - "buttonid" "1891" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "heal" + "weaponid" "1889" + "buttonid" "1891" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Ammo Box" - "short" "Ammo" - "color" "AD4100" - "filter" "kuulid" - "weaponid" "4509" - "buttonid" "4524" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo Box" + "short" "Ammo" + "color" "AD4100" + "filter" "kuulid" + "weaponid" "4509" + "buttonid" "4524" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Explosive Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "mineboom" - "weaponid" "1881" - "buttonid" "1879" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "5" - "cooldown" "2" + "name" "Explosive Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "mineboom" + "weaponid" "1881" + "buttonid" "1879" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "5" + "cooldown" "2" } "4" { - "name" "Flamethrower" - "short" "Flame" - "color" "BB0000" - "filter" "flamethrower" - "weaponid" "1952" - "buttonid" "1946" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flame" + "color" "BB0000" + "filter" "flamethrower" + "weaponid" "1952" + "buttonid" "1946" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Grenade Spawner" - "short" "Grenade" - "color" "AD4100" - "filter" "nades" - "weaponid" "1868" - "buttonid" "1869" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Grenade Spawner" + "short" "Grenade" + "color" "AD4100" + "filter" "nades" + "weaponid" "1868" + "buttonid" "1869" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Wall Spawner" - "short" "Wall" - "color" "AD4100" - "filter" "blockage" - "weaponid" "1923" - "buttonid" "1921" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "2" + "name" "Wall Spawner" + "short" "Wall" + "color" "AD4100" + "filter" "blockage" + "weaponid" "1923" + "buttonid" "1921" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "2" } "7" { - "name" "Push Gun" - "short" "Push" - "color" "00D8D5" - "filter" "push" - "weaponid" "1893" - "buttonid" "1894" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Push Gun" + "short" "Push" + "color" "00D8D5" + "filter" "push" + "weaponid" "1893" + "buttonid" "1894" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "8" { - "name" "Hand Cannon" - "short" "Cannon" - "color" "AD4100" - "filter" "kahur" - "weaponid" "4555" - "buttonid" "4553" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Hand Cannon" + "short" "Cannon" + "color" "AD4100" + "filter" "kahur" + "weaponid" "4555" + "buttonid" "4553" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Banana Gun" - "short" "Banana" - "color" "E0E800" - "filter" "banana" - "weaponid" "424414" - "buttonid" "424447" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "15" - "cooldown" "2" + "name" "Banana Gun" + "short" "Banana" + "color" "E0E800" + "filter" "banana" + "weaponid" "424414" + "buttonid" "424447" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "15" + "cooldown" "2" } "10" { - "name" "Kim" - "short" "Kim" - "color" "FD5E5E" - "filter" "" - "weaponid" "2874" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Kim" + "short" "Kim" + "color" "FD5E5E" + "filter" "" + "weaponid" "2874" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Päss" - "short" "Pass" - "color" "FD5E5E" - "filter" "" - "weaponid" "2886" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Päss" + "short" "Pass" + "color" "FD5E5E" + "filter" "" + "weaponid" "2886" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg b/entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg old mode 100755 new mode 100644 index adc7f515..1d4bfe63 --- a/entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg +++ b/entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg @@ -3,233 +3,233 @@ // Human - Items "0" { - "name" "Gravity Materia" - "short" "Gravity" - "color" "2A2A2A" - "filter" "Gravity_Owner" - "weaponid" "323441" - "buttonid" "323443" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gravity Materia" + "short" "Gravity" + "color" "2A2A2A" + "filter" "Gravity_Owner" + "weaponid" "323441" + "buttonid" "323443" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Electro Materia" - "short" "Electro" - "color" "0072FF" - "filter" "Electro_Owner" - "weaponid" "323285" - "buttonid" "323354" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "4" - "maxuses" "2" - "cooldown" "60" + "name" "Electro Materia" + "short" "Electro" + "color" "0072FF" + "filter" "Electro_Owner" + "weaponid" "323285" + "buttonid" "323354" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "4" + "maxuses" "2" + "cooldown" "60" } "2" { - "name" "Fire Materia" - "short" "Fire" - "color" "FF0000" - "filter" "Fire_Owner" - "weaponid" "323126" - "buttonid" "323128" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Materia" + "short" "Fire" + "color" "FF0000" + "filter" "Fire_Owner" + "weaponid" "323126" + "buttonid" "323128" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Bio Materia" - "short" "Bio" - "color" "990033" - "filter" "Bio_Owner" - "weaponid" "323363" - "buttonid" "323367" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Bio Materia" + "short" "Bio" + "color" "990033" + "filter" "Bio_Owner" + "weaponid" "323363" + "buttonid" "323367" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Heal Materia" - "short" "Heal" - "color" "FFFFFF" - "filter" "Heal_Owner" - "weaponid" "323052" - "buttonid" "323121" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Materia" + "short" "Heal" + "color" "FFFFFF" + "filter" "Heal_Owner" + "weaponid" "323052" + "buttonid" "323121" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Earth Materia" - "short" "Earth" - "color" "965F00" - "filter" "Earth_Owner" - "weaponid" "323735" - "buttonid" "323737" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Earth Materia" + "short" "Earth" + "color" "965F00" + "filter" "Earth_Owner" + "weaponid" "323735" + "buttonid" "323737" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Wind Materia" - "short" "Wind" - "color" "04B404" - "filter" "Wind_Owner" - "weaponid" "323517" - "buttonid" "323519" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind Materia" + "short" "Wind" + "color" "04B404" + "filter" "Wind_Owner" + "weaponid" "323517" + "buttonid" "323519" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ultima Materia" - "short" "Ultima" - "color" "00FF00" - "filter" "Ultima_Owner" - "weaponid" "323814" - "buttonid" "323816" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Ultima Materia" + "short" "Ultima" + "color" "00FF00" + "filter" "Ultima_Owner" + "weaponid" "323814" + "buttonid" "323816" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } "8" { - "name" "Sleep Materia" - "short" "Sleep" - "color" "2A2A2A" - "filter" "Sleep_Owner" - "weaponid" "524758" - "buttonid" "524762" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Sleep Materia" + "short" "Sleep" + "color" "2A2A2A" + "filter" "Sleep_Owner" + "weaponid" "524758" + "buttonid" "524762" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Human - Potion "9" { - "name" "Phoenix Down" - "short" "Phoenix Down" - "color" "00BFFF" - "filter" "Potion_Owner" - "weaponid" "2576537" - "buttonid" "2576539" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Phoenix Down" + "short" "Phoenix Down" + "color" "00BFFF" + "filter" "Potion_Owner" + "weaponid" "2576537" + "buttonid" "2576539" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Items "10" { - "name" "[ZM] Ice Materia" - "short" "[ZM] Ice" - "color" "00BFFF" - "filter" "Ice_Z_Owner" - "weaponid" "1589580" - "buttonid" "1589574" - "triggerid" "1589577" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Ice Materia" + "short" "[ZM] Ice" + "color" "00BFFF" + "filter" "Ice_Z_Owner" + "weaponid" "1589580" + "buttonid" "1589574" + "triggerid" "1589577" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "11" { - "name" "[ZM] Fire Materia" - "short" "[ZM] Fire" - "color" "B22222" - "filter" "Fire_Z_Owner" - "weaponid" "1576012" - "buttonid" "1576006" - "triggerid" "1576009" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Fire Materia" + "short" "[ZM] Fire" + "color" "B22222" + "filter" "Fire_Z_Owner" + "weaponid" "1576012" + "buttonid" "1576006" + "triggerid" "1576009" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "12" { - "name" "[ZM] Poison Materia" - "short" "[ZM] Poison" - "color" "7CFC00" - "filter" "Poison_Z_Owner" - "weaponid" "2102221" - "buttonid" "2102228" - "triggerid" "2102223" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Poison Materia" + "short" "[ZM] Poison" + "color" "7CFC00" + "filter" "Poison_Z_Owner" + "weaponid" "2102221" + "buttonid" "2102228" + "triggerid" "2102223" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "13" { - "name" "[ZM] Confuse Materia" - "short" "[ZM] Confuse" - "color" "9B27D1" - "filter" "Confuse_Owner" - "weaponid" "3468411" - "buttonid" "3468276" - "triggerid" "3468413" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Confuse Materia" + "short" "[ZM] Confuse" + "color" "9B27D1" + "filter" "Confuse_Owner" + "weaponid" "3468411" + "buttonid" "3468276" + "triggerid" "3468413" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } // Zombie - Misc "14" { - "name" "[ZM] Pampa" - "short" "[ZM] Pampa" - "color" "9B27D1" - "filter" "CactusZM_Z_Owner" - "weaponid" "1446677" - "buttonid" "0" - "triggerid" "1446670" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Pampa" + "short" "[ZM] Pampa" + "color" "9B27D1" + "filter" "CactusZM_Z_Owner" + "weaponid" "1446677" + "buttonid" "0" + "triggerid" "1446670" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg b/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg old mode 100755 new mode 100644 index 17e7f8fe..a68039d0 --- a/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg +++ b/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg @@ -3,122 +3,122 @@ // Human - Items "0" { - "name" "Gravity Materia" - "short" "Gravity" - "color" "2A2A2A" - "filter" "portador_gravedad" - "weaponid" "1589" - "buttonid" "1587" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Gravity Materia" + "short" "Gravity" + "color" "2A2A2A" + "filter" "portador_gravedad" + "weaponid" "1589" + "buttonid" "1587" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Electro Materia" - "short" "Electro" - "color" "0072FF" - "filter" "portador_electro" - "weaponid" "1546" - "buttonid" "1544" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Electro Materia" + "short" "Electro" + "color" "0072FF" + "filter" "portador_electro" + "weaponid" "1546" + "buttonid" "1544" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Fire Materia" - "short" "Fire" - "color" "FF0000" - "filter" "portador_fire" - "weaponid" "1410" - "buttonid" "1422" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Fire Materia" + "short" "Fire" + "color" "FF0000" + "filter" "portador_fire" + "weaponid" "1410" + "buttonid" "1422" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "3" { - "name" "Ice Materia" - "short" "Ice" - "color" "00FFFF" - "filter" "portador_ice" - "weaponid" "1377" - "buttonid" "1398" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Ice Materia" + "short" "Ice" + "color" "00FFFF" + "filter" "portador_ice" + "weaponid" "1377" + "buttonid" "1398" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "4" { - "name" "Heal Materia" - "short" "Heal" - "color" "FFFFFF" - "filter" "portador_heal" - "weaponid" "1492" - "buttonid" "1494" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal Materia" + "short" "Heal" + "color" "FFFFFF" + "filter" "portador_heal" + "weaponid" "1492" + "buttonid" "1494" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "5" { - "name" "Earth Materia" - "short" "Earth" - "color" "965F00" - "filter" "portador_earth" - "weaponid" "1460" - "buttonid" "1463" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Earth Materia" + "short" "Earth" + "color" "965F00" + "filter" "portador_earth" + "weaponid" "1460" + "buttonid" "1463" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "6" { - "name" "Wind Materia" - "short" "Wind" - "color" "04B404" - "filter" "portador_viento" - "weaponid" "1434" - "buttonid" "1440" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Wind Materia" + "short" "Wind" + "color" "04B404" + "filter" "portador_viento" + "weaponid" "1434" + "buttonid" "1440" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "7" { - "name" "Ultima Materia" - "short" "Ultima" - "color" "00FF00" - "filter" "portador_ultima" - "weaponid" "1359" - "buttonid" "1364" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Ultima Materia" + "short" "Ultima" + "color" "00FF00" + "filter" "portador_ultima" + "weaponid" "1359" + "buttonid" "1364" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg b/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg old mode 100755 new mode 100644 index e3403ec0..50395f26 --- a/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg +++ b/entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg @@ -3,182 +3,182 @@ // Human - Items "0" { - "name" "Gravity Materia" - "short" "Gravity" - "color" "2A2A2A" - "filter" "player_gravity" - "weaponid" "2908185" - "buttonid" "2908117" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Gravity Materia" + "short" "Gravity" + "color" "2A2A2A" + "filter" "player_gravity" + "weaponid" "2908185" + "buttonid" "2908117" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "1" { - "name" "Electro Materia" - "short" "Electro" - "color" "0072FF" - "filter" "player_electro" - "weaponid" "2908013" - "buttonid" "2907945" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Electro Materia" + "short" "Electro" + "color" "0072FF" + "filter" "player_electro" + "weaponid" "2908013" + "buttonid" "2907945" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Fire Materia" - "short" "Fire" - "color" "FF0000" - "filter" "player_fire" - "weaponid" "2907860" - "buttonid" "2907792" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Fire Materia" + "short" "Fire" + "color" "FF0000" + "filter" "player_fire" + "weaponid" "2907860" + "buttonid" "2907792" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "3" { - "name" "Ice Materia" - "short" "Ice" - "color" "00FFFF" - "filter" "player_ice" - "weaponid" "2907354" - "buttonid" "2907286" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Ice Materia" + "short" "Ice" + "color" "00FFFF" + "filter" "player_ice" + "weaponid" "2907354" + "buttonid" "2907286" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "4" { - "name" "Heal Materia" - "short" "Heal" - "color" "FFFFFF" - "filter" "player_heal" - "weaponid" "2907132" - "buttonid" "2907064" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Heal Materia" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "2907132" + "buttonid" "2907064" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "5" { - "name" "Earth Materia" - "short" "Earth" - "color" "965F00" - "filter" "player_earth" - "weaponid" "2908100" - "buttonid" "2908032" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Earth Materia" + "short" "Earth" + "color" "965F00" + "filter" "player_earth" + "weaponid" "2908100" + "buttonid" "2908032" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "6" { - "name" "Wind Materia" - "short" "Wind" - "color" "04B404" - "filter" "player_wind" - "weaponid" "2906834" - "buttonid" "2906766" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Wind Materia" + "short" "Wind" + "color" "04B404" + "filter" "player_wind" + "weaponid" "2906834" + "buttonid" "2906766" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "7" { - "name" "Aqua Materia" - "short" "Aqua" - "color" "9DE7EB" - "filter" "player_water" - "weaponid" "2907705" - "buttonid" "2907637" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Aqua Materia" + "short" "Aqua" + "color" "9DE7EB" + "filter" "player_water" + "weaponid" "2907705" + "buttonid" "2907637" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "8" { - "name" "Bio Materia" - "short" "Bio" - "color" "39F374" - "filter" "player_bio" - "weaponid" "2906432" - "buttonid" "2906364" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Bio Materia" + "short" "Bio" + "color" "39F374" + "filter" "player_bio" + "weaponid" "2906432" + "buttonid" "2906364" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "9" { - "name" "Barrier Materia" - "short" "Barrier" - "color" "E2EF7F" - "filter" "player_barrier" - "weaponid" "2906517" - "buttonid" "2906449" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Barrier Materia" + "short" "Barrier" + "color" "E2EF7F" + "filter" "player_barrier" + "weaponid" "2906517" + "buttonid" "2906449" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "10" { - "name" "Mimic Materia" - "short" "Mimic" - "color" "EC4CF4" - "filter" "player_mimic" - "weaponid" "4525325" - "buttonid" "4525251" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Mimic Materia" + "short" "Mimic" + "color" "EC4CF4" + "filter" "player_mimic" + "weaponid" "4525325" + "buttonid" "4525251" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "11" { - "name" "Ultima Materia" - "short" "Ultima" - "color" "00FF00" - "filter" "player_ultima" - "weaponid" "2906602" - "buttonid" "2906534" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Ultima Materia" + "short" "Ultima" + "color" "00FF00" + "filter" "player_ultima" + "weaponid" "2906602" + "buttonid" "2906534" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg b/entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg old mode 100755 new mode 100644 index 1871dbe8..7936fdf8 --- a/entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg +++ b/entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg @@ -3,107 +3,107 @@ // Human - Items "0" { - "name" "Earth" - "short" "Earth" - "color" "8B4513" - "filter" "filter_gravity" - "weaponid" "1699278" - "buttonid" "1699210" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Earth" + "short" "Earth" + "color" "8B4513" + "filter" "filter_gravity" + "weaponid" "1699278" + "buttonid" "1699210" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "1" { - "name" "Poison" - "short" "Poison" - "color" "00FF00" - "filter" "filter_electro" - "weaponid" "1699960" - "buttonid" "1699821" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Poison" + "short" "Poison" + "color" "00FF00" + "filter" "filter_electro" + "weaponid" "1699960" + "buttonid" "1699821" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Fire" - "short" "Fire" - "color" "FF0000" - "filter" "filter_fire" - "weaponid" "1699377" - "buttonid" "1699368" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fire" + "short" "Fire" + "color" "FF0000" + "filter" "filter_fire" + "weaponid" "1699377" + "buttonid" "1699368" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "3" { - "name" "Ice" - "short" "Ice" - "color" "00FFFF" - "filter" "filter_ice" - "weaponid" "1699054" - "buttonid" "1699056" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Ice" + "short" "Ice" + "color" "00FFFF" + "filter" "filter_ice" + "weaponid" "1699054" + "buttonid" "1699056" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "filter_heal" - "weaponid" "1699816" - "buttonid" "1699677" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "filter_heal" + "weaponid" "1699816" + "buttonid" "1699677" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "5" { - "name" "Wind" - "short" "Wind" - "color" "04B404" - "filter" "filter_wind" - "weaponid" "1699673" - "buttonid" "1699668" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Wind" + "short" "Wind" + "color" "04B404" + "filter" "filter_wind" + "weaponid" "1699673" + "buttonid" "1699668" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "6" { - "name" "Crystal" - "short" "Crystal" - "color" "00FF00" - "filter" "crystal_pistol" - "weaponid" "1677880" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Crystal" + "short" "Crystal" + "color" "00FF00" + "filter" "crystal_pistol" + "weaponid" "1677880" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg b/entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg old mode 100755 new mode 100644 index 1b904e05..6e045c81 --- a/entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Heal Magick" - "short" "Heal" - "color" "F55884" - "filter" "Heal_Owner" - "weaponid" "1841349" - "buttonid" "1841424" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Heal Magick" + "short" "Heal" + "color" "F55884" + "filter" "Heal_Owner" + "weaponid" "1841349" + "buttonid" "1841424" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Wind Magick" - "short" "Wind" - "color" "04B404" - "filter" "Wind_Owner" - "weaponid" "1841928" - "buttonid" "1841930" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Wind Magick" + "short" "Wind" + "color" "04B404" + "filter" "Wind_Owner" + "weaponid" "1841928" + "buttonid" "1841930" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "2" { - "name" "Dark Magick" - "short" "Dark" - "color" "8B689F" - "filter" "Darkaga_Owner" - "weaponid" "1841846" - "buttonid" "1841848" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Dark Magick" + "short" "Dark" + "color" "8B689F" + "filter" "Darkaga_Owner" + "weaponid" "1841846" + "buttonid" "1841848" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "3" { - "name" "Ice Magick" - "short" "Ice" - "color" "00FFFF" - "filter" "Blizzard_Owner" - "weaponid" "1841762" - "buttonid" "1841766" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Ice Magick" + "short" "Ice" + "color" "00FFFF" + "filter" "Blizzard_Owner" + "weaponid" "1841762" + "buttonid" "1841766" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "4" { - "name" "Electro Magick" - "short" "Electro" - "color" "BCCD00" - "filter" "Electro_Owner" - "weaponid" "1841678" - "buttonid" "1841751" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Electro Magick" + "short" "Electro" + "color" "BCCD00" + "filter" "Electro_Owner" + "weaponid" "1841678" + "buttonid" "1841751" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "5" { - "name" "Fire Magick" - "short" "Fire" - "color" "FF0000" - "filter" "Fire_Owner" - "weaponid" "1841431" - "buttonid" "1841435" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Fire Magick" + "short" "Fire" + "color" "FF0000" + "filter" "Fire_Owner" + "weaponid" "1841431" + "buttonid" "1841435" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "6" { - "name" "Berserk Magick" - "short" "Berserk" - "color" "FF8000" - "filter" "Berserk_Owner" - "weaponid" "3764112" - "buttonid" "3764040" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Berserk Magick" + "short" "Berserk" + "color" "FF8000" + "filter" "Berserk_Owner" + "weaponid" "3764112" + "buttonid" "3764040" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "7" { - "name" "[ZM] Warp Magick" - "short" "[ZM] Warp" - "color" "FF00FF" - "filter" "Warp_Z_Owner" - "weaponid" "1871651" - "buttonid" "1871580" - "triggerid" "1871583" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Warp Magick" + "short" "[ZM] Warp" + "color" "FF00FF" + "filter" "Warp_Z_Owner" + "weaponid" "1871651" + "buttonid" "1871580" + "triggerid" "1871583" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "[ZM] Dark Magick" - "short" "[ZM] Dark" - "color" "8B689F" - "filter" "Darkaga_Z_Owner" - "weaponid" "1871410" - "buttonid" "1871339" - "triggerid" "1871407" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Dark Magick" + "short" "[ZM] Dark" + "color" "8B689F" + "filter" "Darkaga_Z_Owner" + "weaponid" "1871410" + "buttonid" "1871339" + "triggerid" "1871407" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "9" { - "name" "[ZM] Fire Magick" - "short" "[ZM] Fire" - "color" "FF0000" - "filter" "Fire_Z_Owner" - "weaponid" "1870326" - "buttonid" "1870328" - "triggerid" "1870323" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Fire Magick" + "short" "[ZM] Fire" + "color" "FF0000" + "filter" "Fire_Z_Owner" + "weaponid" "1870326" + "buttonid" "1870328" + "triggerid" "1870323" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "10" { - "name" "[ZM] Heal Magick" - "short" "[ZM] Heal" - "color" "FFFFFF" - "filter" "Heal_Z_Owner" - "weaponid" "1869948" - "buttonid" "1869880" - "triggerid" "1869877" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Heal Magick" + "short" "[ZM] Heal" + "color" "FFFFFF" + "filter" "Heal_Z_Owner" + "weaponid" "1869948" + "buttonid" "1869880" + "triggerid" "1869877" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_moko_temple_v1_1.cfg b/entWatch4/configs/entwatch/ze_ffxii_moko_temple_v1_1.cfg new file mode 100644 index 00000000..c6fdc91e --- /dev/null +++ b/entWatch4/configs/entwatch/ze_ffxii_moko_temple_v1_1.cfg @@ -0,0 +1,94 @@ +"items" +{ + // Humans - Items + "0" + { + "name" "Heal Materia" + "short" "Heal" + "color" "FFFFFF" + "filter" "Filter_Heal" + "weaponid" "171457" + "buttonid" "171322" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" + } + "1" + { + "name" "Ultima" + "short" "Ultima" + "color" "3ADF00" + "filter" "Ultima_Owner" + "weaponid" "174923" + "buttonid" "174855" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "2" + { + "name" "Woah Staff" + "short" "Woah" + "color" "FFBF00" + "filter" "player_woah" + "weaponid" "41710" + "buttonid" "41712" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" + } + "3" + { + "name" "Keemstar Staff" + "short" "Keemstar" + "color" "2E2EFE" + "filter" "player_keemstar" + "weaponid" "41137" + "buttonid" "41114" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" + } + "4" + { + "name" "Mlg Staff" + "short" "Mlg" + "color" "00FFFF" + "filter" "player_mlg" + "weaponid" "89210" + "buttonid" "89124" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" + } + "5" + { + "name" "Yudi" + "short" "Yudi" + "color" "FF0000" + "filter" "player_yudi" + "weaponid" "67294" + "buttonid" "67273" + "triggerid" "67276" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "45" + } +} diff --git a/entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg b/entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg old mode 100755 new mode 100644 index da0a8445..11bec87e --- a/entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg @@ -3,233 +3,233 @@ // Human - Items "0" { - "name" "Ice Magick" - "short" "Ice" - "color" "00FFFF" - "filter" "" - "weaponid" "2511987" - "buttonid" "2511991" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice Magick" + "short" "Ice" + "color" "00FFFF" + "filter" "" + "weaponid" "2511987" + "buttonid" "2511991" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Heal Magick" - "short" "Heal" - "color" "FFFFFF" - "filter" "" - "weaponid" "2511901" - "buttonid" "2511898" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Magick" + "short" "Heal" + "color" "FFFFFF" + "filter" "" + "weaponid" "2511901" + "buttonid" "2511898" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Fire Magick" - "short" "Fire" - "color" "FF8000" - "filter" "" - "weaponid" "2511907" - "buttonid" "2511911" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Magick" + "short" "Fire" + "color" "FF8000" + "filter" "" + "weaponid" "2511907" + "buttonid" "2511911" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Poison Magick" - "short" "Poison" - "color" "40FF80" - "filter" "" - "weaponid" "2512074" - "buttonid" "2512063" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Poison Magick" + "short" "Poison" + "color" "40FF80" + "filter" "" + "weaponid" "2512074" + "buttonid" "2512063" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Wind Magick" - "short" "Wind" - "color" "00B400" - "filter" "" - "weaponid" "2512217" - "buttonid" "2512214" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind Magick" + "short" "Wind" + "color" "00B400" + "filter" "" + "weaponid" "2512217" + "buttonid" "2512214" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Human - Potions "5" { - "name" "HP Potion" - "short" "HP Potion" - "color" "0040FF" - "filter" "" - "weaponid" "2512545" - "buttonid" "2512547" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "HP Potion" + "short" "HP Potion" + "color" "0040FF" + "filter" "" + "weaponid" "2512545" + "buttonid" "2512547" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "6" { - "name" "HI Potion" - "short" "HI Potion" - "color" "0040FF" - "filter" "" - "weaponid" "2512687" - "buttonid" "2512617" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "HI Potion" + "short" "HI Potion" + "color" "0040FF" + "filter" "" + "weaponid" "2512687" + "buttonid" "2512617" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "7" { - "name" "Ammo Potion" - "short" "Ammo Potion" - "color" "0040FF" - "filter" "" - "weaponid" "2512759" - "buttonid" "2512689" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Ammo Potion" + "short" "Ammo Potion" + "color" "0040FF" + "filter" "" + "weaponid" "2512759" + "buttonid" "2512689" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "8" { - "name" "Speed Potion" - "short" "Speed Potion" - "color" "0040FF" - "filter" "" - "weaponid" "2512831" - "buttonid" "2512761" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Speed Potion" + "short" "Speed Potion" + "color" "0040FF" + "filter" "" + "weaponid" "2512831" + "buttonid" "2512761" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "9" { - "name" "Holy Potion" - "short" "Holy Potion" - "color" "0040FF" - "filter" "" - "weaponid" "2512903" - "buttonid" "2512833" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "14" + "name" "Holy Potion" + "short" "Holy Potion" + "color" "0040FF" + "filter" "" + "weaponid" "2512903" + "buttonid" "2512833" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "14" } // Human - Esper "10" { - "name" "Esper Mateus" - "short" "Esper" - "color" "00BFFF" - "filter" "" - "weaponid" "2513397" - "buttonid" "2513401" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "10" + "name" "Esper Mateus" + "short" "Esper" + "color" "00BFFF" + "filter" "" + "weaponid" "2513397" + "buttonid" "2513401" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "10" } // Zombie - Items "11" { - "name" "[ZM] Warp Magick" - "short" "[ZM] Warp" - "color" "B40404" - "filter" "" - "weaponid" "2511649" - "buttonid" "2511578" - "triggerid" "2511646" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Warp Magick" + "short" "[ZM] Warp" + "color" "B40404" + "filter" "" + "weaponid" "2511649" + "buttonid" "2511578" + "triggerid" "2511646" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "12" { - "name" "[ZM] Lure Magick" - "short" "[ZM] Lure" - "color" "B40404" - "filter" "" - "weaponid" "2511748" - "buttonid" "2511745" - "triggerid" "2511750" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "85" + "name" "[ZM] Lure Magick" + "short" "[ZM] Lure" + "color" "B40404" + "filter" "" + "weaponid" "2511748" + "buttonid" "2511745" + "triggerid" "2511750" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "85" } "13" { - "name" "[ZM] Fire Magick" - "short" "[ZM] Fire" - "color" "B40404" - "filter" "" - "weaponid" "2512450" - "buttonid" "2512438" - "triggerid" "2512447" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "[ZM] Fire Magick" + "short" "[ZM] Fire" + "color" "B40404" + "filter" "" + "weaponid" "2512450" + "buttonid" "2512438" + "triggerid" "2512447" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "14" { - "name" "[ZM] Frost Magick" - "short" "[ZM] Frost" - "color" "B40404" - "filter" "" - "weaponid" "2512303" - "buttonid" "2512291" - "triggerid" "2512300" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "[ZM] Frost Magick" + "short" "[ZM] Frost" + "color" "B40404" + "filter" "" + "weaponid" "2512303" + "buttonid" "2512291" + "triggerid" "2512300" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg b/entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg old mode 100755 new mode 100644 index 1e768e24..3492094c --- a/entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg @@ -3,170 +3,170 @@ // Human - Items "0" { - "name" "Heal Magick" - "short" "Heal" - "color" "FFFFFF" - "filter" "Heal_Owner" - "weaponid" "29413" - "buttonid" "29484" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Magick" + "short" "Heal" + "color" "FFFFFF" + "filter" "Heal_Owner" + "weaponid" "29413" + "buttonid" "29484" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Wind Magick" - "short" "Wind" - "color" "04B404" - "filter" "Wind_Owner" - "weaponid" "29972" - "buttonid" "29974" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Wind Magick" + "short" "Wind" + "color" "04B404" + "filter" "Wind_Owner" + "weaponid" "29972" + "buttonid" "29974" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Dark Magick" - "short" "Dark" - "color" "8B689F" - "filter" "Darkaga_Owner" - "weaponid" "29894" - "buttonid" "29896" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Dark Magick" + "short" "Dark" + "color" "8B689F" + "filter" "Darkaga_Owner" + "weaponid" "29894" + "buttonid" "29896" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "3" { - "name" "Ice Magick" - "short" "Ice" - "color" "00FFFF" - "filter" "Blizzard_Owner" - "weaponid" "29814" - "buttonid" "29818" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Ice Magick" + "short" "Ice" + "color" "00FFFF" + "filter" "Blizzard_Owner" + "weaponid" "29814" + "buttonid" "29818" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "4" { - "name" "Electro Magick" - "short" "Electro" - "color" "BCCD00" - "filter" "Electro_Owner" - "weaponid" "29734" - "buttonid" "29803" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Electro Magick" + "short" "Electro" + "color" "BCCD00" + "filter" "Electro_Owner" + "weaponid" "29734" + "buttonid" "29803" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Fire Magick" - "short" "Fire" - "color" "FF0000" - "filter" "Fire_Owner" - "weaponid" "29491" - "buttonid" "29495" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Magick" + "short" "Fire" + "color" "FF0000" + "filter" "Fire_Owner" + "weaponid" "29491" + "buttonid" "29495" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Ultima Sword" - "short" "Ultima" - "color" "EFFF16" - "filter" "Berserk_Owner" - "weaponid" "36679" - "buttonid" "36607" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Ultima Sword" + "short" "Ultima" + "color" "EFFF16" + "filter" "Berserk_Owner" + "weaponid" "36679" + "buttonid" "36607" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Items "7" { - "name" "[ZM] Warp Magick" - "short" "[ZM] Warp" - "color" "FF7700" - "filter" "Warp_Z_Owner" - "weaponid" "30795" - "buttonid" "30724" - "triggerid" "30727" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Warp Magick" + "short" "[ZM] Warp" + "color" "FF7700" + "filter" "Warp_Z_Owner" + "weaponid" "30795" + "buttonid" "30724" + "triggerid" "30727" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "8" { - "name" "[ZM] Dark Magick" - "short" "[ZM] Dark" - "color" "8B689F" - "filter" "Darkaga_Z_Owner" - "weaponid" "30712" - "buttonid" "30641" - "triggerid" "30709" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Dark Magick" + "short" "[ZM] Dark" + "color" "8B689F" + "filter" "Darkaga_Z_Owner" + "weaponid" "30712" + "buttonid" "30641" + "triggerid" "30709" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "9" { - "name" "[ZM] Fire Magick" - "short" "[ZM] Fire" - "color" "FF7700" - "filter" "Fire_Z_Owner" - "weaponid" "30486" - "buttonid" "30488" - "triggerid" "30483" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Fire Magick" + "short" "[ZM] Fire" + "color" "FF7700" + "filter" "Fire_Z_Owner" + "weaponid" "30486" + "buttonid" "30488" + "triggerid" "30483" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "10" { - "name" "[ZM] Heal Magick" - "short" "[ZM] Heal" - "color" "8B689F" - "filter" "Heal_Z_Owner" - "weaponid" "30269" - "buttonid" "30201" - "triggerid" "30198" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Heal Magick" + "short" "[ZM] Heal" + "color" "8B689F" + "filter" "Heal_Z_Owner" + "weaponid" "30269" + "buttonid" "30201" + "triggerid" "30198" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg b/entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg old mode 100755 new mode 100644 index 7bfd9b53..0fcd8d01 --- a/entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg @@ -3,122 +3,122 @@ // Human - Items "0" { - "name" "Wind Magic" - "short" "Wind" - "color" "00FF00" - "filter" "target_wind" - "weaponid" "84865" - "buttonid" "84862" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Wind Magic" + "short" "Wind" + "color" "00FF00" + "filter" "target_wind" + "weaponid" "84865" + "buttonid" "84862" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Ice Magic" - "short" "Ice" - "color" "0814FF" - "filter" "target_ice" - "weaponid" "575922" - "buttonid" "575926" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Ice Magic" + "short" "Ice" + "color" "0814FF" + "filter" "target_ice" + "weaponid" "575922" + "buttonid" "575926" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Heal Magic" - "short" "Heal" - "color" "FFFFFF" - "filter" "target_heal" - "weaponid" "83068" - "buttonid" "83000" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal Magic" + "short" "Heal" + "color" "FFFFFF" + "filter" "target_heal" + "weaponid" "83068" + "buttonid" "83000" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "3" { - "name" "Earth Magic" - "short" "Earth" - "color" "965F00" - "filter" "target_earth" - "weaponid" "430688" - "buttonid" "430690" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Earth Magic" + "short" "Earth" + "color" "965F00" + "filter" "target_earth" + "weaponid" "430688" + "buttonid" "430690" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "4" { - "name" "Fire Magic" - "short" "Fire" - "color" "FF7300" - "filter" "target_fire" - "weaponid" "83760" - "buttonid" "83762" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fire Magic" + "short" "Fire" + "color" "FF7300" + "filter" "target_fire" + "weaponid" "83760" + "buttonid" "83762" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "5" { - "name" "Holy Magic" - "short" "Holy" - "color" "FFFFFF" - "filter" "target_holy" - "weaponid" "87311" - "buttonid" "87586" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Holy Magic" + "short" "Holy" + "color" "FFFFFF" + "filter" "target_holy" + "weaponid" "87311" + "buttonid" "87586" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } "6" { - "name" "Chocobo" - "short" "Chocobo" - "color" "FF0000" - "filter" "" - "weaponid" "133419" - "buttonid" "241297" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Chocobo" + "short" "Chocobo" + "color" "FF0000" + "filter" "" + "weaponid" "133419" + "buttonid" "241297" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Chocobo" - "short" "Chocobo" - "color" "FF0000" - "filter" "" - "weaponid" "430758" - "buttonid" "430751" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Chocobo" + "short" "Chocobo" + "color" "FF0000" + "filter" "" + "weaponid" "430758" + "buttonid" "430751" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg b/entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg old mode 100755 new mode 100644 index 813004fe..f17a14fc --- a/entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg @@ -3,231 +3,231 @@ // Human - Items "0" { - "name" "Wind Staff" - "short" "Wind" - "color" "00FF00" - "filter" "windcaster" - "weaponid" "476266" - "buttonid" "475368" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Wind Staff" + "short" "Wind" + "color" "00FF00" + "filter" "windcaster" + "weaponid" "476266" + "buttonid" "475368" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Water Staff" - "short" "Water" - "color" "0814FF" - "filter" "watercaster" - "weaponid" "476264" - "buttonid" "475300" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Water Staff" + "short" "Water" + "color" "0814FF" + "filter" "watercaster" + "weaponid" "476264" + "buttonid" "475300" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "2" { - "name" "Heal Staff" - "short" "Heal" - "color" "FFFFFF" - "filter" "healcaster" - "weaponid" "476258" - "buttonid" "475572" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Heal Staff" + "short" "Heal" + "color" "FFFFFF" + "filter" "healcaster" + "weaponid" "476258" + "buttonid" "475572" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "3" { - "name" "Electro Staff" - "short" "Electro" - "color" "FFFF00" - "filter" "electrocaster" - "weaponid" "476260" - "buttonid" "475504" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Electro Staff" + "short" "Electro" + "color" "FFFF00" + "filter" "electrocaster" + "weaponid" "476260" + "buttonid" "475504" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "4" { - "name" "Earth Staff" - "short" "Earth" - "color" "965F00" - "filter" "earthcaster" - "weaponid" "476268" - "buttonid" "475708" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Earth Staff" + "short" "Earth" + "color" "965F00" + "filter" "earthcaster" + "weaponid" "476268" + "buttonid" "475708" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "5" { - "name" "Fire Staff" - "short" "Fire" - "color" "FF7300" - "filter" "firecaster" - "weaponid" "695050" - "buttonid" "695052" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Fire Staff" + "short" "Fire" + "color" "FF7300" + "filter" "firecaster" + "weaponid" "695050" + "buttonid" "695052" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "6" { - "name" "Holy Staff" - "short" "Holy" - "color" "FFFFFF" - "filter" "holycaster" - "weaponid" "476256" - "buttonid" "475640" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Holy Staff" + "short" "Holy" + "color" "FFFFFF" + "filter" "holycaster" + "weaponid" "476256" + "buttonid" "475640" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } // Human - Specials "7" { - "name" "Ashe Cloak" - "short" "Ashe" - "color" "0040FF" - "filter" "" - "weaponid" "777862" - "buttonid" "0" - "triggerid" "777859" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ashe Cloak" + "short" "Ashe" + "color" "0040FF" + "filter" "" + "weaponid" "777862" + "buttonid" "0" + "triggerid" "777859" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Balthier Cloak" - "short" "Balthier" - "color" "0040FF" - "filter" "" - "weaponid" "796352" - "buttonid" "0" - "triggerid" "796354" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balthier Cloak" + "short" "Balthier" + "color" "0040FF" + "filter" "" + "weaponid" "796352" + "buttonid" "0" + "triggerid" "796354" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Basch Cloak" - "short" "Basch" - "color" "0040FF" - "filter" "" - "weaponid" "777766" - "buttonid" "0" - "triggerid" "777763" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Basch Cloak" + "short" "Basch" + "color" "0040FF" + "filter" "" + "weaponid" "777766" + "buttonid" "0" + "triggerid" "777763" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "10" { - "name" "[ZM] Warp" - "short" "[ZM] Warp" - "color" "FF0000" - "filter" "warpcaster" - "weaponid" "476523" - "buttonid" "476520" - "triggerid" "476525" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "[ZM] Warp" + "short" "[ZM] Warp" + "color" "FF0000" + "filter" "warpcaster" + "weaponid" "476523" + "buttonid" "476520" + "triggerid" "476525" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } "11" { - "name" "[ZM] Lure" - "short" "[ZM] Lure" - "color" "FF0000" - "filter" "lurecaster" - "weaponid" "476278" - "buttonid" "476345" - "triggerid" "476348" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "[ZM] Lure" + "short" "[ZM] Lure" + "color" "FF0000" + "filter" "lurecaster" + "weaponid" "476278" + "buttonid" "476345" + "triggerid" "476348" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } "12" { - "name" "[ZM] Blind" - "short" "[ZM] Blind" - "color" "FF0000" - "filter" "blindcaster" - "weaponid" "476360" - "buttonid" "476357" - "triggerid" "476362" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "[ZM] Blind" + "short" "[ZM] Blind" + "color" "FF0000" + "filter" "blindcaster" + "weaponid" "476360" + "buttonid" "476357" + "triggerid" "476362" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } "13" { - "name" "[ZM] Chocobo" - "short" "[ZM] Chocobo" - "color" "FF0000" - "filter" "" - "weaponid" "795408" - "buttonid" "0" - "triggerid" "795568" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Chocobo" + "short" "[ZM] Chocobo" + "color" "FF0000" + "filter" "" + "weaponid" "795408" + "buttonid" "0" + "triggerid" "795568" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "[ZM] Chocobo" - "short" "[ZM] Chocobo" - "color" "FF0000" - "filter" "" - "weaponid" "795464" - "buttonid" "0" - "triggerid" "795580" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Chocobo" + "short" "[ZM] Chocobo" + "color" "FF0000" + "filter" "" + "weaponid" "795464" + "buttonid" "0" + "triggerid" "795580" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg b/entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg old mode 100755 new mode 100644 index a6d4c7dd..e3e290e0 --- a/entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg @@ -3,246 +3,246 @@ // Human - Items "0" { - "name" "Wind Staff" - "short" "Wind" - "color" "04B404" - "filter" "Player_Staff_Wind" - "weaponid" "474260" - "buttonid" "474253" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Wind Staff" + "short" "Wind" + "color" "04B404" + "filter" "Player_Staff_Wind" + "weaponid" "474260" + "buttonid" "474253" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "1" { - "name" "Water Staff" - "short" "Water" - "color" "0814FF" - "filter" "Player_Staff_Water" - "weaponid" "473926" - "buttonid" "473919" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Water Staff" + "short" "Water" + "color" "0814FF" + "filter" "Player_Staff_Water" + "weaponid" "473926" + "buttonid" "473919" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Heal Staff" - "short" "Heal" - "color" "FFFFFF" - "filter" "Player_Staff_Heal" - "weaponid" "474682" - "buttonid" "728802" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Staff" + "short" "Heal" + "color" "FFFFFF" + "filter" "Player_Staff_Heal" + "weaponid" "474682" + "buttonid" "728802" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Electro Staff" - "short" "Electro" - "color" "BCCD00" - "filter" "Player_Staff_Electro" - "weaponid" "474435" - "buttonid" "474422" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Electro Staff" + "short" "Electro" + "color" "BCCD00" + "filter" "Player_Staff_Electro" + "weaponid" "474435" + "buttonid" "474422" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Earth Staff" - "short" "Earth" - "color" "965F00" - "filter" "Player_Staff_Earth" - "weaponid" "474010" - "buttonid" "474081" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Earth Staff" + "short" "Earth" + "color" "965F00" + "filter" "Player_Staff_Earth" + "weaponid" "474010" + "buttonid" "474081" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "5" { - "name" "Fire Staff" - "short" "Fire" - "color" "FF0000" - "filter" "Player_Staff_Fire" - "weaponid" "474249" - "buttonid" "474171" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Staff" + "short" "Fire" + "color" "FF0000" + "filter" "Player_Staff_Fire" + "weaponid" "474249" + "buttonid" "474171" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Holy Staff" - "short" "Holy" - "color" "A1A1A1" - "filter" "Player_Staff_Holy" - "weaponid" "474103" - "buttonid" "474085" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Holy Staff" + "short" "Holy" + "color" "A1A1A1" + "filter" "Player_Staff_Holy" + "weaponid" "474103" + "buttonid" "474085" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } // Human - Specials "7" { - "name" "Ashe Cloak" - "short" "Ashe" - "color" "0040FF" - "filter" "" - "weaponid" "479440" - "buttonid" "0" - "triggerid" "479437" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ashe Cloak" + "short" "Ashe" + "color" "0040FF" + "filter" "" + "weaponid" "479440" + "buttonid" "0" + "triggerid" "479437" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Vaan Cloak" - "short" "Vaan" - "color" "0040FF" - "filter" "" - "weaponid" "479356" - "buttonid" "0" - "triggerid" "479358" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Vaan Cloak" + "short" "Vaan" + "color" "0040FF" + "filter" "" + "weaponid" "479356" + "buttonid" "0" + "triggerid" "479358" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Balthier Cloak" - "short" "Balthier" - "color" "0040FF" - "filter" "" - "weaponid" "479085" - "buttonid" "0" - "triggerid" "479082" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balthier Cloak" + "short" "Balthier" + "color" "0040FF" + "filter" "" + "weaponid" "479085" + "buttonid" "0" + "triggerid" "479082" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Basch Cloak" - "short" "Basch" - "color" "0040FF" - "filter" "" - "weaponid" "478923" - "buttonid" "0" - "triggerid" "478920" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Basch Cloak" + "short" "Basch" + "color" "0040FF" + "filter" "" + "weaponid" "478923" + "buttonid" "0" + "triggerid" "478920" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "11" { - "name" "[ZM] Warp" - "short" "[ZM] Warp" - "color" "B40404" - "filter" "Player_Knife_Warp" - "weaponid" "473843" - "buttonid" "473845" - "triggerid" "473840" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Warp" + "short" "[ZM] Warp" + "color" "B40404" + "filter" "Player_Knife_Warp" + "weaponid" "473843" + "buttonid" "473845" + "triggerid" "473840" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "12" { - "name" "[ZM] Invisibility" - "short" "[ZM] Invisibility" - "color" "B40404" - "filter" "Player_Knife_Invis" - "weaponid" "474656" - "buttonid" "474588" - "triggerid" "474658" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "[ZM] Invisibility" + "short" "[ZM] Invisibility" + "color" "B40404" + "filter" "Player_Knife_Invis" + "weaponid" "474656" + "buttonid" "474588" + "triggerid" "474658" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "13" { - "name" "[ZM] Lure" - "short" "[ZM] Lure" - "color" "B40404" - "filter" "Player_Knife_Lure" - "weaponid" "474985" - "buttonid" "475056" - "triggerid" "474982" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Lure" + "short" "[ZM] Lure" + "color" "B40404" + "filter" "Player_Knife_Lure" + "weaponid" "474985" + "buttonid" "475056" + "triggerid" "474982" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "14" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "B40404" - "filter" "Player_Knife_Blind" - "weaponid" "475298" - "buttonid" "475300" - "triggerid" "475295" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "B40404" + "filter" "Player_Knife_Blind" + "weaponid" "475298" + "buttonid" "475300" + "triggerid" "475295" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "15" { - "name" "[ZM] Chocobo" - "short" "[ZM] Chocobo" - "color" "FF0000" - "filter" "" - "weaponid" "1608309" - "buttonid" "0" - "triggerid" "1608306" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Chocobo" + "short" "[ZM] Chocobo" + "color" "FF0000" + "filter" "" + "weaponid" "1608309" + "buttonid" "0" + "triggerid" "1608306" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg b/entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg old mode 100755 new mode 100644 index 61b59ef7..3bb161f4 --- a/entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg +++ b/entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg @@ -3,246 +3,246 @@ // Human - Items "1" { - "name" "Water Staff" - "short" "Water" - "color" "0000FF" - "filter" "Player_Staff_Water" - "weaponid" "2665857" - "buttonid" "2665844" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Water Staff" + "short" "Water" + "color" "0000FF" + "filter" "Player_Staff_Water" + "weaponid" "2665857" + "buttonid" "2665844" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Fire Staff" - "short" "Fire" - "color" "FF7300" - "filter" "Player_Staff_Fire" - "weaponid" "2665939" - "buttonid" "2666016" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Fire Staff" + "short" "Fire" + "color" "FF7300" + "filter" "Player_Staff_Fire" + "weaponid" "2665939" + "buttonid" "2666016" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "3" { - "name" "Heal Staff" - "short" "Heal" - "color" "FFFFFF" - "filter" "Player_Staff_Heal" - "weaponid" "2666175" - "buttonid" "2666177" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Staff" + "short" "Heal" + "color" "FFFFFF" + "filter" "Player_Staff_Heal" + "weaponid" "2666175" + "buttonid" "2666177" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Earth Staff" - "short" "Earth" - "color" "965F00" - "filter" "Player_Staff_Earth" - "weaponid" "2666253" - "buttonid" "2665924" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Earth Staff" + "short" "Earth" + "color" "965F00" + "filter" "Player_Staff_Earth" + "weaponid" "2666253" + "buttonid" "2665924" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "5" { - "name" "Electro Staff" - "short" "Electro" - "color" "FFFF00" - "filter" "Player_Staff_Electro" - "weaponid" "2666329" - "buttonid" "2666341" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Electro Staff" + "short" "Electro" + "color" "FFFF00" + "filter" "Player_Staff_Electro" + "weaponid" "2666329" + "buttonid" "2666341" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "6" { - "name" "Wind Staff" - "short" "Wind" - "color" "00FF00" - "filter" "Player_Staff_Wind" - "weaponid" "2666416" - "buttonid" "2666409" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Wind Staff" + "short" "Wind" + "color" "00FF00" + "filter" "Player_Staff_Wind" + "weaponid" "2666416" + "buttonid" "2666409" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "7" { - "name" "Holy Staff" - "short" "Holy" - "color" "FFFFFF" - "filter" "Player_Staff_Holy" - "weaponid" "2666037" - "buttonid" "2666019" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Holy Staff" + "short" "Holy" + "color" "FFFFFF" + "filter" "Player_Staff_Holy" + "weaponid" "2666037" + "buttonid" "2666019" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Human - Misc "8" { - "name" "Solo Winner" - "short" "Solo Winner" - "color" "FFFFFF" - "filter" "" - "weaponid" "4270237" - "buttonid" "4270234" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Solo Winner" + "short" "Solo Winner" + "color" "FFFFFF" + "filter" "" + "weaponid" "4270237" + "buttonid" "4270234" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "9" { - "name" "[ZM] Lure" - "short" "[ZM] Lure" - "color" "FF0000" - "filter" "Player_Knife_Lure" - "weaponid" "2665489" - "buttonid" "2665560" - "triggerid" "2667155" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Lure" + "short" "[ZM] Lure" + "color" "FF0000" + "filter" "Player_Knife_Lure" + "weaponid" "2665489" + "buttonid" "2665560" + "triggerid" "2667155" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "10" { - "name" "[ZM] Blind" - "short" "[ZM] Blind" - "color" "FF0000" - "filter" "Player_Knife_Blind" - "weaponid" "2665770" - "buttonid" "2665772" - "triggerid" "2667152" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Blind" + "short" "[ZM] Blind" + "color" "FF0000" + "filter" "Player_Knife_Blind" + "weaponid" "2665770" + "buttonid" "2665772" + "triggerid" "2667152" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "11" { - "name" "[ZM] Warp" - "short" "[ZM] Warp" - "color" "FF0000" - "filter" "Player_Knife_Warp" - "weaponid" "2666579" - "buttonid" "2666581" - "triggerid" "2667149" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Warp" + "short" "[ZM] Warp" + "color" "FF0000" + "filter" "Player_Knife_Warp" + "weaponid" "2666579" + "buttonid" "2666581" + "triggerid" "2667149" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "12" { - "name" "[ZM] Invisibility" - "short" "[ZM] Invisibility" - "color" "FF0000" - "filter" "Player_Knife_Invis" - "weaponid" "2666721" - "buttonid" "2666653" - "triggerid" "2666723" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Invisibility" + "short" "[ZM] Invisibility" + "color" "FF0000" + "filter" "Player_Knife_Invis" + "weaponid" "2666721" + "buttonid" "2666653" + "triggerid" "2666723" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "13" { - "name" "[ZM] Shield" - "short" "[ZM] Shield" - "color" "FF0000" - "filter" "Player_Knife_Shield" - "weaponid" "2666977" - "buttonid" "2666981" - "triggerid" "2666974" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Shield" + "short" "[ZM] Shield" + "color" "FF0000" + "filter" "Player_Knife_Shield" + "weaponid" "2666977" + "buttonid" "2666981" + "triggerid" "2666974" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "14" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "FF0000" - "filter" "Player_Knife_Heal" - "weaponid" "2667303" - "buttonid" "2667229" - "triggerid" "2667226" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FF0000" + "filter" "Player_Knife_Heal" + "weaponid" "2667303" + "buttonid" "2667229" + "triggerid" "2667226" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "15" { - "name" "[ZM] Fire" - "short" "[ZM] Fire" - "color" "FF0000" - "filter" "Player_Knife_Fire" - "weaponid" "2708384" - "buttonid" "2708251" - "triggerid" "2708528" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "FF0000" + "filter" "Player_Knife_Fire" + "weaponid" "2708384" + "buttonid" "2708251" + "triggerid" "2708528" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "16" { - "name" "[ZM] Frost" - "short" "[ZM] Frost" - "color" "FF0000" - "filter" "Player_Knife_Frost" - "weaponid" "2708451" - "buttonid" "2708520" - "triggerid" "2708525" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Frost" + "short" "[ZM] Frost" + "color" "FF0000" + "filter" "Player_Knife_Frost" + "weaponid" "2708451" + "buttonid" "2708520" + "triggerid" "2708525" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } } diff --git a/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg b/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg old mode 100755 new mode 100644 index 773e7511..d5d2ad44 --- a/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg +++ b/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg @@ -3,124 +3,124 @@ // Human - Items "0" { - "name" "Limit Break" - "short" "Limit Break" - "color" "FFFFE0" - "filter" "limit_filter" - "weaponid" "190185" - "buttonid" "190193" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Limit Break" + "short" "Limit Break" + "color" "FFFFE0" + "filter" "limit_filter" + "weaponid" "190185" + "buttonid" "190193" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Mount Nightmare" - "short" "Mount Nightmare" - "color" "3EFF3E" - "filter" "nightmare_filter" - "weaponid" "122252" - "buttonid" "122257" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Mount Nightmare" + "short" "Mount Nightmare" + "color" "3EFF3E" + "filter" "nightmare_filter" + "weaponid" "122252" + "buttonid" "122257" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Summoner Shadow Flare" - "short" "Summoner Shadow Flare" - "color" "ADD8E6" - "filter" "shadowflare_filter" - "weaponid" "122287" - "buttonid" "122289" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Summoner Shadow Flare" + "short" "Summoner Shadow Flare" + "color" "ADD8E6" + "filter" "shadowflare_filter" + "weaponid" "122287" + "buttonid" "122289" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Paladin Shield Oath" - "short" "Paladin Shield Oath" - "color" "FF8C00" - "filter" "shield_Filter" - "weaponid" "122360" - "buttonid" "122370" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Paladin Shield Oath" + "short" "Paladin Shield Oath" + "color" "FF8C00" + "filter" "shield_Filter" + "weaponid" "122360" + "buttonid" "122370" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "4" { - "name" "White Mage Benediction" - "short" "White Mage Benediction" - "color" "FFFFFF" - "filter" "benediction_filter" - "weaponid" "122408" - "buttonid" "122405" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "150" + "name" "White Mage Benediction" + "short" "White Mage Benediction" + "color" "FFFFFF" + "filter" "benediction_filter" + "weaponid" "122408" + "buttonid" "122405" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "150" } "5" { - "name" "Black Mage Flare" - "short" "Black Mage Flare" - "color" "FF4040" - "filter" "flare_filter" - "weaponid" "122422" - "buttonid" "122433" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Black Mage Flare" + "short" "Black Mage Flare" + "color" "FF4040" + "filter" "flare_filter" + "weaponid" "122422" + "buttonid" "122433" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "6" { - "name" "Bird Armys Paeon" - "short" "Bird Armys Paeon" - "color" "FFA500" - "filter" "armys_filter" - "weaponid" "122443" - "buttonid" "122445" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Bird Armys Paeon" + "short" "Bird Armys Paeon" + "color" "FFA500" + "filter" "armys_filter" + "weaponid" "122443" + "buttonid" "122445" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } // Zombie - Items "7" { - "name" "Holm Gang" - "short" "Holm Gang" - "color" "FF0000" - "filter" "holmgang_filter" - "weaponid" "392538" - "buttonid" "392535" - "triggerid" "401536" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "95" + "name" "Holm Gang" + "short" "Holm Gang" + "color" "FF0000" + "filter" "holmgang_filter" + "weaponid" "392538" + "buttonid" "392535" + "triggerid" "401536" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "95" } } diff --git a/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg b/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg old mode 100755 new mode 100644 index b7baf58e..8c06a1f8 --- a/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg +++ b/entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg @@ -3,279 +3,279 @@ // Human - Items "0" { - "name" "Blizzard Element" - "short" "Blizzard" - "color" "00FFFF" - "filter" "Player_Human_Blizzard" - "weaponid" "6008547" - "buttonid" "6008549" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Blizzard Element" + "short" "Blizzard" + "color" "00FFFF" + "filter" "Player_Human_Blizzard" + "weaponid" "6008547" + "buttonid" "6008549" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Heal Element" - "short" "Heal" - "color" "FFFFFF" - "filter" "Player_Human_Heal" - "weaponid" "6008852" - "buttonid" "6008856" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Heal Element" + "short" "Heal" + "color" "FFFFFF" + "filter" "Player_Human_Heal" + "weaponid" "6008852" + "buttonid" "6008856" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Thunder Element" - "short" "Thunder" - "color" "8000FF" - "filter" "Player_Human_Thunder" - "weaponid" "6008559" - "buttonid" "6008552" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Thunder Element" + "short" "Thunder" + "color" "8000FF" + "filter" "Player_Human_Thunder" + "weaponid" "6008559" + "buttonid" "6008552" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Potions "3" { - "name" "Damage Potion" - "short" "Damage" - "color" "0080FF" - "filter" "Player_Human_Damage" - "weaponid" "6008493" - "buttonid" "6008490" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "6" + "name" "Damage Potion" + "short" "Damage" + "color" "0080FF" + "filter" "Player_Human_Damage" + "weaponid" "6008493" + "buttonid" "6008490" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "6" } "4" { - "name" "Poison Potion" - "short" "Poison" - "color" "00FF00" - "filter" "Player_Human_Poison" - "weaponid" "6008485" - "buttonid" "6008487" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "6" + "name" "Poison Potion" + "short" "Poison" + "color" "00FF00" + "filter" "Player_Human_Poison" + "weaponid" "6008485" + "buttonid" "6008487" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "6" } // Human - Misc "5" { - "name" "Lalafell" - "short" "Lalafell" - "color" "FFFF00" - "filter" "" - "weaponid" "6007050" - "buttonid" "0" - "triggerid" "6007052" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Lalafell" + "short" "Lalafell" + "color" "FFFF00" + "filter" "" + "weaponid" "6007050" + "buttonid" "0" + "triggerid" "6007052" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Knight Sword" - "short" "Knight" - "color" "79DBFF" - "filter" "Player_Human_Knight" - "weaponid" "6008466" - "buttonid" "6008468" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Knight Sword" + "short" "Knight" + "color" "79DBFF" + "filter" "Player_Human_Knight" + "weaponid" "6008466" + "buttonid" "6008468" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "7" { - "name" "Oath Element" - "short" "Oath" - "color" "FFFF80" - "filter" "Player_Human_Oath" - "weaponid" "6006844" - "buttonid" "6006839" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Oath Element" + "short" "Oath" + "color" "FFFF80" + "filter" "Player_Human_Oath" + "weaponid" "6006844" + "buttonid" "6006839" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "8" { - "name" "Bahamut Summon" - "short" "Bahamut" - "color" "6F6F6F" - "filter" "Player_Human_Bahamut" - "weaponid" "6006269" - "buttonid" "6006273" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Bahamut Summon" + "short" "Bahamut" + "color" "6F6F6F" + "filter" "Player_Human_Bahamut" + "weaponid" "6006269" + "buttonid" "6006273" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } // Zombie - Items "9" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "8000FF" - "filter" "Player_Zombie_Gravity" - "weaponid" "6007303" - "buttonid" "6007295" - "triggerid" "6007300" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "8000FF" + "filter" "Player_Zombie_Gravity" + "weaponid" "6007303" + "buttonid" "6007295" + "triggerid" "6007300" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "10" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "FFFFFF" - "filter" "Player_Zombie_Heal" - "weaponid" "6008042" - "buttonid" "6008034" - "triggerid" "6008039" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FFFFFF" + "filter" "Player_Zombie_Heal" + "weaponid" "6008042" + "buttonid" "6008034" + "triggerid" "6008039" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "11" { - "name" "[ZM] Ice" - "short" "[ZM] Ice" - "color" "00FFFF" - "filter" "Player_Zombie_Ice" - "weaponid" "6008636" - "buttonid" "6008638" - "triggerid" "6008643" - "display" "7" - "slot" "3" - "mode" "3" - "maxuses" "2" - "cooldown" "50" + "name" "[ZM] Ice" + "short" "[ZM] Ice" + "color" "00FFFF" + "filter" "Player_Zombie_Ice" + "weaponid" "6008636" + "buttonid" "6008638" + "triggerid" "6008643" + "display" "7" + "slot" "3" + "mode" "3" + "maxuses" "2" + "cooldown" "50" } "12" { - "name" "[ZM] Malefic" - "short" "[ZM] Malefic" - "color" "00FFFF" - "filter" "Player_Zombie_Malefic" - "weaponid" "6008053" - "buttonid" "6008047" - "triggerid" "6008050" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "[ZM] Malefic" + "short" "[ZM] Malefic" + "color" "00FFFF" + "filter" "Player_Zombie_Malefic" + "weaponid" "6008053" + "buttonid" "6008047" + "triggerid" "6008050" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "13" { - "name" "[ZM] Seymour Natus" - "short" "[ZM] Seymour" - "color" "8000FF" - "filter" "Player_Zombie_Seymour" - "weaponid" "6006573" - "buttonid" "6006503" - "triggerid" "6006575" - "display" "7" - "slot" "3" - "mode" "3" - "maxuses" "2" - "cooldown" "20" + "name" "[ZM] Seymour Natus" + "short" "[ZM] Seymour" + "color" "8000FF" + "filter" "Player_Zombie_Seymour" + "weaponid" "6006573" + "buttonid" "6006503" + "triggerid" "6006575" + "display" "7" + "slot" "3" + "mode" "3" + "maxuses" "2" + "cooldown" "20" } "14" { - "name" "[ZM] Bahamut Wing" - "short" "[ZM] Bahamut" - "color" "00FFFF" - "filter" "Player_Zombie_Bahamut" - "weaponid" "6006090" - "buttonid" "6006094" - "triggerid" "6006087" - "display" "7" - "slot" "3" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "[ZM] Bahamut Wing" + "short" "[ZM] Bahamut" + "color" "00FFFF" + "filter" "Player_Zombie_Bahamut" + "weaponid" "6006090" + "buttonid" "6006094" + "triggerid" "6006087" + "display" "7" + "slot" "3" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "15" { - "name" "[ZM] Vyraal" - "short" "[ZM] Vyraal" - "color" "C0C0C0" - "filter" "Player_Zombie_Vyraal" - "weaponid" "6006814" - "buttonid" "6006821" - "triggerid" "6006816" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Vyraal" + "short" "[ZM] Vyraal" + "color" "C0C0C0" + "filter" "Player_Zombie_Vyraal" + "weaponid" "6006814" + "buttonid" "6006821" + "triggerid" "6006816" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "16" { - "name" "[ZM] Alteci" - "short" "[ZM] Alteci" - "color" "C0C0C0" - "filter" "Player_Zombie_Alteci" - "weaponid" "6007341" - "buttonid" "0" - "triggerid" "6007338" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Alteci" + "short" "[ZM] Alteci" + "color" "C0C0C0" + "filter" "Player_Zombie_Alteci" + "weaponid" "6007341" + "buttonid" "0" + "triggerid" "6007338" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "17" { - "name" "[ZM] Garuda" - "short" "[ZM] Garuda" - "color" "F06E00" - "filter" "Player_Zombie_Garuda" - "weaponid" "6007281" - "buttonid" "0" - "triggerid" "6007278" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Garuda" + "short" "[ZM] Garuda" + "color" "F06E00" + "filter" "Player_Zombie_Garuda" + "weaponid" "6007281" + "buttonid" "0" + "triggerid" "6007278" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg b/entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg old mode 100755 new mode 100644 index fdbf93b6..e2708e74 --- a/entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg +++ b/entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg @@ -3,139 +3,139 @@ // Human - Items "0" { - "name" "Fire" - "short" "Fire" - "color" "FFAA00" - "filter" "Player_Fire" - "weaponid" "801772" - "buttonid" "801774" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fire" + "short" "Fire" + "color" "FFAA00" + "filter" "Player_Fire" + "weaponid" "801772" + "buttonid" "801774" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Lightning" - "short" "Lightning" - "color" "F3FF33" - "filter" "Player_Lightning" - "weaponid" "801947" - "buttonid" "801949" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Lightning" + "short" "Lightning" + "color" "F3FF33" + "filter" "Player_Lightning" + "weaponid" "801947" + "buttonid" "801949" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Dark Bomb" - "short" "Shadow" - "color" "412A42" - "filter" "Player_Shadow" - "weaponid" "802173" - "buttonid" "802175" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dark Bomb" + "short" "Shadow" + "color" "412A42" + "filter" "Player_Shadow" + "weaponid" "802173" + "buttonid" "802175" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Ice" - "short" "Ice" - "color" "06F0FF" - "filter" "Player_Ice" - "weaponid" "801760" - "buttonid" "801762" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ice" + "short" "Ice" + "color" "06F0FF" + "filter" "Player_Ice" + "weaponid" "801760" + "buttonid" "801762" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Cure" - "short" "Cure" - "color" "F9FF98" - "filter" "Player_Cure" - "weaponid" "801860" - "buttonid" "802352" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Cure" + "short" "Cure" + "color" "F9FF98" + "filter" "Player_Cure" + "weaponid" "801860" + "buttonid" "802352" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Haste" - "short" "Haste" - "color" "FF0000" - "filter" "Player_Haste" - "weaponid" "801780" - "buttonid" "801777" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Haste" + "short" "Haste" + "color" "FF0000" + "filter" "Player_Haste" + "weaponid" "801780" + "buttonid" "801777" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "6" { - "name" "Recuperate" - "short" "ZM Heal" - "color" "136F17" - "filter" "Player_Recuperate" - "weaponid" "809148" - "buttonid" "809219" - "triggerid" "809143" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Recuperate" + "short" "ZM Heal" + "color" "136F17" + "filter" "Player_Recuperate" + "weaponid" "809148" + "buttonid" "809219" + "triggerid" "809143" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "7" { - "name" "Lock All" - "short" "ZM Lock" - "color" "A5A5A5" - "filter" "Player_Lockall" - "weaponid" "801627" - "buttonid" "801632" - "triggerid" "801629" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Lock All" + "short" "ZM Lock" + "color" "A5A5A5" + "filter" "Player_Lockall" + "weaponid" "801627" + "buttonid" "801632" + "triggerid" "801629" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "8" { - "name" "R-Series Robot" - "short" "ZM Robot" - "color" "003865" - "filter" "Player_RSeries" - "weaponid" "1381607" - "buttonid" "1381604" - "triggerid" "1381609" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "R-Series Robot" + "short" "ZM Robot" + "color" "003865" + "filter" "Player_RSeries" + "weaponid" "1381607" + "buttonid" "1381604" + "triggerid" "1381609" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg b/entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg old mode 100755 new mode 100644 index e3210528..3843b746 --- a/entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Monkey Bomb" - "short" "Bomb" - "color" "4C4CFF" - "filter" "mine_filter" - "weaponid" "1246980" - "buttonid" "1318677" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "4" - "cooldown" "2" + "name" "Monkey Bomb" + "short" "Bomb" + "color" "4C4CFF" + "filter" "mine_filter" + "weaponid" "1246980" + "buttonid" "1318677" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "4" + "cooldown" "2" } "1" { - "name" "Push Gun" - "short" "Push Gun" - "color" "4C4CFF" - "filter" "push_filter" - "weaponid" "1247066" - "buttonid" "1372264" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Push Gun" + "short" "Push Gun" + "color" "4C4CFF" + "filter" "push_filter" + "weaponid" "1247066" + "buttonid" "1372264" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } "2" { - "name" "Freeze Gun" - "short" "Freeze Gun" - "color" "4C4CFF" - "filter" "freeze_filter" - "weaponid" "1247221" - "buttonid" "1372425" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Freeze Gun" + "short" "Freeze Gun" + "color" "4C4CFF" + "filter" "freeze_filter" + "weaponid" "1247221" + "buttonid" "1372425" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } } diff --git a/entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg b/entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg old mode 100755 new mode 100644 index 28bd2903..91f25b25 --- a/entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg +++ b/entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Burner Gun" - "short" "Burner Gun" - "color" "FF0000" - "filter" "" - "weaponid" "116712" - "buttonid" "123327" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Burner Gun" + "short" "Burner Gun" + "color" "FF0000" + "filter" "" + "weaponid" "116712" + "buttonid" "123327" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "1" { - "name" "Burner Gun" - "short" "Burner Gun" - "color" "00FF00" - "filter" "" - "weaponid" "128073" - "buttonid" "128064" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "8" + "name" "Burner Gun" + "short" "Burner Gun" + "color" "00FF00" + "filter" "" + "weaponid" "128073" + "buttonid" "128064" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "8" } "2" { - "name" "The Bow" - "short" "The Bow" - "color" "FF7F00" - "filter" "" - "weaponid" "124212" - "buttonid" "124209" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "8" + "name" "The Bow" + "short" "The Bow" + "color" "FF7F00" + "filter" "" + "weaponid" "124212" + "buttonid" "124209" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "8" } } diff --git a/entWatch4/configs/entwatch/ze_got_the_north_b4.cfg b/entWatch4/configs/entwatch/ze_got_the_north_b4.cfg old mode 100755 new mode 100644 index cf750739..f9ebfd00 --- a/entWatch4/configs/entwatch/ze_got_the_north_b4.cfg +++ b/entWatch4/configs/entwatch/ze_got_the_north_b4.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Axe" - "short" "Axe" - "color" "0040FF" - "filter" "" - "weaponid" "2973909" - "buttonid" "0" - "triggerid" "2973992" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Axe" + "short" "Axe" + "color" "0040FF" + "filter" "" + "weaponid" "2973909" + "buttonid" "0" + "triggerid" "2973992" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Sword" - "short" "Sword" - "color" "0040FF" - "filter" "" - "weaponid" "2973920" - "buttonid" "0" - "triggerid" "2974010" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Sword" + "short" "Sword" + "color" "0040FF" + "filter" "" + "weaponid" "2973920" + "buttonid" "0" + "triggerid" "2974010" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Bow" - "short" "Bow" - "color" "0040FF" - "filter" "" - "weaponid" "2973935" - "buttonid" "0" - "triggerid" "2974001" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bow" + "short" "Bow" + "color" "0040FF" + "filter" "" + "weaponid" "2973935" + "buttonid" "0" + "triggerid" "2974001" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Heal" - "short" "Heal" - "color" "0040FF" - "filter" "Can_Use_Heal" - "weaponid" "2976276" - "buttonid" "2976278" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Heal" + "short" "Heal" + "color" "0040FF" + "filter" "Can_Use_Heal" + "weaponid" "2976276" + "buttonid" "2976278" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "4" { - "name" "Ammo" - "short" "Ammo" - "color" "0040FF" - "filter" "Can_Use_Ammo" - "weaponid" "2976263" - "buttonid" "2976195" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Ammo" + "short" "Ammo" + "color" "0040FF" + "filter" "Can_Use_Ammo" + "weaponid" "2976263" + "buttonid" "2976195" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Barricade" - "short" "Barricade" - "color" "0040FF" - "filter" "" - "weaponid" "1688610" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barricade" + "short" "Barricade" + "color" "0040FF" + "filter" "" + "weaponid" "1688610" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_grau_s2.cfg b/entWatch4/configs/entwatch/ze_grau_s2.cfg old mode 100755 new mode 100644 index 78b6d0d4..1845e76d --- a/entWatch4/configs/entwatch/ze_grau_s2.cfg +++ b/entWatch4/configs/entwatch/ze_grau_s2.cfg @@ -3,79 +3,79 @@ // Zombie - Items "0" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item1_gr" - "weaponid" "298159" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item1_gr" + "weaponid" "298159" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item2_gr" - "weaponid" "298201" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item2_gr" + "weaponid" "298201" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item3_gr" - "weaponid" "377002" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item3_gr" + "weaponid" "377002" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Triggers "3" { - "name" "Trigger 1" - "triggerid" "377100" + "name" "Trigger 1" + "triggerid" "377100" } "4" { - "name" "Trigger 2" - "triggerid" "377233" + "name" "Trigger 2" + "triggerid" "377233" } "5" { - "name" "Trigger 3" - "triggerid" "299257" + "name" "Trigger 3" + "triggerid" "299257" } "6" { - "name" "Trigger 4" - "triggerid" "299269" + "name" "Trigger 4" + "triggerid" "299269" } "7" { - "name" "Trigger 5" - "triggerid" "299755" + "name" "Trigger 5" + "triggerid" "299755" } "8" { - "name" "Trigger 6" - "triggerid" "299762" + "name" "Trigger 6" + "triggerid" "299762" } } diff --git a/entWatch4/configs/entwatch/ze_gris_fyk.cfg b/entWatch4/configs/entwatch/ze_gris_fyk.cfg old mode 100755 new mode 100644 index 1c888ea4..d1b9b292 --- a/entWatch4/configs/entwatch/ze_gris_fyk.cfg +++ b/entWatch4/configs/entwatch/ze_gris_fyk.cfg @@ -3,64 +3,64 @@ // Human - Items "0" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "" - "weaponid" "638075" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "" + "weaponid" "638075" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "1" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item1" - "weaponid" "1019078" - "buttonid" "1019029" - "triggerid" "938570" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item1" + "weaponid" "1019078" + "buttonid" "1019029" + "triggerid" "938570" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item2" - "weaponid" "1021495" - "buttonid" "0" - "triggerid" "938581" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item2" + "weaponid" "1021495" + "buttonid" "0" + "triggerid" "938581" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Item" - "short" "Item" - "color" "FF0000" - "filter" "item3" - "weaponid" "1020939" - "buttonid" "0" - "triggerid" "936853" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Item" + "short" "Item" + "color" "FF0000" + "filter" "item3" + "weaponid" "1020939" + "buttonid" "0" + "triggerid" "936853" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg b/entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg old mode 100755 new mode 100644 index c2dc7ae3..31f89fc6 --- a/entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg +++ b/entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg @@ -2,287 +2,287 @@ { "0" { - "name" "Incendio (FIRE)" - "short" "Incendio" - "color" "FF2828" - "filter" "" - "weaponid" "8974097" - "buttonid" "55406156" - "triggerid" "59863086" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Incendio (FIRE)" + "short" "Incendio" + "color" "FF2828" + "filter" "" + "weaponid" "8974097" + "buttonid" "55406156" + "triggerid" "59863086" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Impedimenta (ICE)" - "short" "Impedimenta" - "color" "7DBEFF" - "filter" "" - "weaponid" "8975848" - "buttonid" "55406167" - "triggerid" "59863090" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Impedimenta (ICE)" + "short" "Impedimenta" + "color" "7DBEFF" + "filter" "" + "weaponid" "8975848" + "buttonid" "55406167" + "triggerid" "59863090" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Flipendo (WIND)" - "short" "Flipendo" - "color" "F4F4F4" - "filter" "" - "weaponid" "8977321" - "buttonid" "55406174" - "triggerid" "59863094" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flipendo (WIND)" + "short" "Flipendo" + "color" "F4F4F4" + "filter" "" + "weaponid" "8977321" + "buttonid" "55406174" + "triggerid" "59863094" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Avada kedavra" - "short" "Avada kedavra" - "color" "FF8AFF" - "filter" "" - "weaponid" "8977961" - "buttonid" "55406177" - "triggerid" "59863102" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Avada kedavra" + "short" "Avada kedavra" + "color" "FF8AFF" + "filter" "" + "weaponid" "8977961" + "buttonid" "55406177" + "triggerid" "59863102" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Reparo (HEAL)" - "short" "Reparo" - "color" "00DF00" - "filter" "" - "weaponid" "8978959" - "buttonid" "55406184" - "triggerid" "59863110" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Reparo (HEAL)" + "short" "Reparo" + "color" "00DF00" + "filter" "" + "weaponid" "8978959" + "buttonid" "55406184" + "triggerid" "59863110" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Protego (WALL)" - "short" "Protego" - "color" "E8E800" - "filter" "" - "weaponid" "8979602" - "buttonid" "55406191" - "triggerid" "59863098" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Protego (WALL)" + "short" "Protego" + "color" "E8E800" + "filter" "" + "weaponid" "8979602" + "buttonid" "55406191" + "triggerid" "59863098" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Accio (AMMO)" - "short" "Accio" - "color" "808000" - "filter" "" - "weaponid" "17845448" - "buttonid" "55406149" - "triggerid" "59863114" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Accio (AMMO)" + "short" "Accio" + "color" "808000" + "filter" "" + "weaponid" "17845448" + "buttonid" "55406149" + "triggerid" "59863114" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Crucio (POISON)" - "short" "Crucio" - "color" "FD7E00" - "filter" "" - "weaponid" "17845738" - "buttonid" "55406142" - "triggerid" "59863106" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Crucio (POISON)" + "short" "Crucio" + "color" "FD7E00" + "filter" "" + "weaponid" "17845738" + "buttonid" "55406142" + "triggerid" "59863106" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Aguamenti (SLOWMO)" - "short" "Aguamenti" - "color" "00FFFF" - "filter" "" - "weaponid" "17845811" - "buttonid" "55406133" - "triggerid" "59863118" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Aguamenti (SLOWMO)" + "short" "Aguamenti" + "color" "00FFFF" + "filter" "" + "weaponid" "17845811" + "buttonid" "55406133" + "triggerid" "59863118" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Incendio (FIRE)" - "short" "Incendio" - "color" "C10000" - "filter" "" - "weaponid" "9125676" - "buttonid" "9125678" - "triggerid" "9005859" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Incendio (FIRE)" + "short" "Incendio" + "color" "C10000" + "filter" "" + "weaponid" "9125676" + "buttonid" "9125678" + "triggerid" "9005859" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Emendo (HEAL)" - "short" "Emendo" - "color" "C10000" - "filter" "" - "weaponid" "9127617" - "buttonid" "9127619" - "triggerid" "9007824" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Emendo (HEAL)" + "short" "Emendo" + "color" "C10000" + "filter" "" + "weaponid" "9127617" + "buttonid" "9127619" + "triggerid" "9007824" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Confundus (CONFUSER)" - "short" "Confundus" - "color" "FFFF2F" - "filter" "" - "weaponid" "9128126" - "buttonid" "9128193" - "triggerid" "9007828" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Confundus (CONFUSER)" + "short" "Confundus" + "color" "FFFF2F" + "filter" "" + "weaponid" "9128126" + "buttonid" "9128193" + "triggerid" "9007828" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Deprimo (SLOWMO)" - "short" "Deprimo" - "color" "1C1CFF" - "filter" "" - "weaponid" "9128865" - "buttonid" "9128935" - "triggerid" "9007832" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Deprimo (SLOWMO)" + "short" "Deprimo" + "color" "1C1CFF" + "filter" "" + "weaponid" "9128865" + "buttonid" "9128935" + "triggerid" "9007832" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "13" { - "name" "Expulso (NUKER)" - "short" "Expulso" - "color" "248C06" - "filter" "" - "weaponid" "9129450" - "buttonid" "9129517" - "triggerid" "9007836" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Expulso (NUKER)" + "short" "Expulso" + "color" "248C06" + "filter" "" + "weaponid" "9129450" + "buttonid" "9129517" + "triggerid" "9007836" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "Disillusionment (HALF VISIBLE)" - "short" "Disillusionment" - "color" "371C00" - "filter" "" - "weaponid" "17845958" - "buttonid" "17847988" - "triggerid" "17955655" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Disillusionment (HALF VISIBLE)" + "short" "Disillusionment" + "color" "371C00" + "filter" "" + "weaponid" "17845958" + "buttonid" "17847988" + "triggerid" "17955655" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "15" { - "name" "Conjunctivitus (POISON)" - "short" "Conjunctivitus" - "color" "6A3500" - "filter" "" - "weaponid" "17846183" - "buttonid" "17846179" - "triggerid" "17955634" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Conjunctivitus (POISON)" + "short" "Conjunctivitus" + "color" "6A3500" + "filter" "" + "weaponid" "17846183" + "buttonid" "17846179" + "triggerid" "17955634" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "16" { - "name" "Deletrius (WAND BREAKER)" - "short" "Deletrius" - "color" "00B3B3" - "filter" "" - "weaponid" "17846257" - "buttonid" "17847962" - "triggerid" "17955652" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Deletrius (WAND BREAKER)" + "short" "Deletrius" + "color" "00B3B3" + "filter" "" + "weaponid" "17846257" + "buttonid" "17847962" + "triggerid" "17955652" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "17" { - "name" "Reducio (MINIMIZER)" - "short" "Reducio" - "color" "FF79BC" - "filter" "" - "weaponid" "20869434" - "buttonid" "20899408" - "triggerid" "20840257" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Reducio (MINIMIZER)" + "short" "Reducio" + "color" "FF79BC" + "filter" "" + "weaponid" "20869434" + "buttonid" "20899408" + "triggerid" "20840257" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "18" { - "name" "Builder" - "short" "Builder" - "color" "B3A189" - "filter" "" - "weaponid" "37642786" - "buttonid" "58829201" - "triggerid" "14550189" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "2" + "name" "Builder" + "short" "Builder" + "color" "B3A189" + "filter" "" + "weaponid" "37642786" + "buttonid" "58829201" + "triggerid" "14550189" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "2" } } diff --git a/entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg b/entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg old mode 100755 new mode 100644 index 03cb8715..861ef128 --- a/entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg +++ b/entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg @@ -3,79 +3,79 @@ // Human - Items "0" { - "name" "The White Knight" - "short" "White Knight" - "color" "FFFFFF" - "filter" "Skin_White_Knight" - "weaponid" "2645603" - "buttonid" "2687054" - "triggerid" "2654673" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The White Knight" + "short" "White Knight" + "color" "FFFFFF" + "filter" "Skin_White_Knight" + "weaponid" "2645603" + "buttonid" "2687054" + "triggerid" "2654673" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "Skin_Minigun" - "weaponid" "2693317" - "buttonid" "2693319" - "triggerid" "2703461" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "4" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "Skin_Minigun" + "weaponid" "2693317" + "buttonid" "2693319" + "triggerid" "2703461" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "4" } "2" { - "name" "DJ" - "short" "DJ" - "color" "0040FF" - "filter" "" - "weaponid" "3168314" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "4" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "DJ" + "short" "DJ" + "color" "0040FF" + "filter" "" + "weaponid" "3168314" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "4" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "3" { - "name" "Balrog" - "short" "Balrog" - "color" "B40404" - "filter" "Monster_Balrog" - "weaponid" "2598782" - "buttonid" "0" - "triggerid" "2598784" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balrog" + "short" "Balrog" + "color" "B40404" + "filter" "Monster_Balrog" + "weaponid" "2598782" + "buttonid" "0" + "triggerid" "2598784" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Antlion" - "short" "Antlion" - "color" "B40404" - "filter" "Monster_Antlion" - "weaponid" "2590943" - "buttonid" "0" - "triggerid" "2590949" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Antlion" + "short" "Antlion" + "color" "B40404" + "filter" "Monster_Antlion" + "weaponid" "2590943" + "buttonid" "0" + "triggerid" "2590949" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg b/entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg old mode 100755 new mode 100644 index e8c25fcf..d4f1b3c9 --- a/entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg +++ b/entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg @@ -3,167 +3,167 @@ // Human - Items "0" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "2B76C6" - "filter" "" - "weaponid" "117992" - "buttonid" "119541" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "5" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "2B76C6" + "filter" "" + "weaponid" "117992" + "buttonid" "119541" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "5" } "1" { - "name" "Hover Boots" - "short" "Boots" - "color" "2B76C6" - "filter" "" - "weaponid" "123432" - "buttonid" "128250" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Hover Boots" + "short" "Boots" + "color" "2B76C6" + "filter" "" + "weaponid" "123432" + "buttonid" "128250" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "2" { - "name" "Shotgun" - "short" "Shotgun" - "color" "2B76C6" - "filter" "" - "weaponid" "135333" - "buttonid" "135338" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "15" + "name" "Shotgun" + "short" "Shotgun" + "color" "2B76C6" + "filter" "" + "weaponid" "135333" + "buttonid" "135338" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "15" } "3" { - "name" "Secret Documents" - "short" "Documents" - "color" "2B76C6" - "filter" "" - "weaponid" "106959" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Secret Documents" + "short" "Documents" + "color" "2B76C6" + "filter" "" + "weaponid" "106959" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Devil Eye of Destruction" - "short" "Laser" - "color" "2B76C6" - "filter" "" - "weaponid" "395793" - "buttonid" "395866" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Devil Eye of Destruction" + "short" "Laser" + "color" "2B76C6" + "filter" "" + "weaponid" "395793" + "buttonid" "395866" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Soda Can" - "short" "Heal" - "color" "2B76C6" - "filter" "" - "weaponid" "351880" - "buttonid" "352081" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "73" + "name" "Soda Can" + "short" "Heal" + "color" "2B76C6" + "filter" "" + "weaponid" "351880" + "buttonid" "352081" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "73" } "6" { - "name" "Ninja Suit" - "short" "Ninja" - "color" "2B76C6" - "filter" "" - "weaponid" "350847" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ninja Suit" + "short" "Ninja" + "color" "2B76C6" + "filter" "" + "weaponid" "350847" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Slowdown" - "short" "Slowdown" - "color" "2B76C6" - "filter" "" - "weaponid" "197286" - "buttonid" "369510" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Slowdown" + "short" "Slowdown" + "color" "2B76C6" + "filter" "" + "weaponid" "197286" + "buttonid" "369510" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "8" { - "name" "Soda Shield" - "short" "Shield" - "color" "2B76C6" - "filter" "" - "weaponid" "174311" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Soda Shield" + "short" "Shield" + "color" "2B76C6" + "filter" "" + "weaponid" "174311" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Headcrab" - "short" "Headcrab" - "color" "2B76C6" - "filter" "" - "weaponid" "179099" - "buttonid" "0" - "triggerid" "179096" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Headcrab" + "short" "Headcrab" + "color" "2B76C6" + "filter" "" + "weaponid" "179099" + "buttonid" "0" + "triggerid" "179096" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Tesla Suit" - "short" "Tesla" - "color" "2B76C6" - "filter" "" - "weaponid" "145318" - "buttonid" "0" - "triggerid" "145372" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Tesla Suit" + "short" "Tesla" + "color" "2B76C6" + "filter" "" + "weaponid" "145318" + "buttonid" "0" + "triggerid" "145372" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg b/entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg old mode 100755 new mode 100644 index 97c9f972..5f20908a --- a/entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg +++ b/entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Book" - "short" "Book" - "color" "FFFFFF" - "filter" "stage1_tele_trigger" - "weaponid" "385304" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Book" + "short" "Book" + "color" "FFFFFF" + "filter" "stage1_tele_trigger" + "weaponid" "385304" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg b/entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg old mode 100755 new mode 100644 index 61424163..e749edb2 --- a/entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg +++ b/entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Cock" - "short" "Cock" - "color" "FF2828" - "filter" "" - "weaponid" "145599" - "buttonid" "145608" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Cock" + "short" "Cock" + "color" "FF2828" + "filter" "" + "weaponid" "145599" + "buttonid" "145608" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "1" { - "name" "Cock" - "short" "Cock" - "color" "7DBEFF" - "filter" "" - "weaponid" "213802" - "buttonid" "213811" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Cock" + "short" "Cock" + "color" "7DBEFF" + "filter" "" + "weaponid" "213802" + "buttonid" "213811" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "2" { - "name" "Cock" - "short" "Cock" - "color" "F4F4F4" - "filter" "" - "weaponid" "266867" - "buttonid" "266876" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Cock" + "short" "Cock" + "color" "F4F4F4" + "filter" "" + "weaponid" "266867" + "buttonid" "266876" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg b/entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg old mode 100755 new mode 100644 index a2f19cce..d791b752 --- a/entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg +++ b/entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg @@ -3,124 +3,124 @@ // Human - Items "0" { - "name" "Push Gun" - "short" "Push" - "color" "00D8D5" - "filter" "push" - "weaponid" "114509" - "buttonid" "114500" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "66" + "name" "Push Gun" + "short" "Push" + "color" "00D8D5" + "filter" "push" + "weaponid" "114509" + "buttonid" "114500" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "66" } "1" { - "name" "Ammo Box" - "short" "Ammo" - "color" "AD4100" - "filter" "ammo" - "weaponid" "117260" - "buttonid" "117335" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Ammo Box" + "short" "Ammo" + "color" "AD4100" + "filter" "ammo" + "weaponid" "117260" + "buttonid" "117335" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "2" { - "name" "Freezegun" - "short" "Freeze" - "color" "21FFFC" - "filter" "coolr" - "weaponid" "118065" - "buttonid" "695664" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Freezegun" + "short" "Freeze" + "color" "21FFFC" + "filter" "coolr" + "weaponid" "118065" + "buttonid" "695664" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "3" { - "name" "Laser Wall" - "short" "Wall" - "color" "6459C9" - "filter" "laser" - "weaponid" "119767" - "buttonid" "119773" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Laser Wall" + "short" "Wall" + "color" "6459C9" + "filter" "laser" + "weaponid" "119767" + "buttonid" "119773" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "4" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "EB6036" - "filter" "we1" - "weaponid" "2730" - "buttonid" "113819" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "EB6036" + "filter" "we1" + "weaponid" "2730" + "buttonid" "113819" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "9" { - "name" "Heal" - "short" "Heal" - "color" "F5F5F5" - "filter" "heal" - "weaponid" "122959" - "buttonid" "3282" - "triggerid" "122951" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Heal" + "short" "Heal" + "color" "F5F5F5" + "filter" "heal" + "weaponid" "122959" + "buttonid" "3282" + "triggerid" "122951" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "10" { - "name" "Rage" - "short" "Rage" - "color" "E00250" - "filter" "ragezm" - "weaponid" "122959" - "buttonid" "3283" - "triggerid" "124350" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "Rage" + "short" "Rage" + "color" "E00250" + "filter" "ragezm" + "weaponid" "122959" + "buttonid" "3283" + "triggerid" "124350" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } "11" { - "name" "Vortex" - "short" "Vortex" - "color" "F5F5F5" - "filter" "heal" - "weaponid" "129343" - "buttonid" "3284" - "triggerid" "129335" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "Vortex" + "short" "Vortex" + "color" "F5F5F5" + "filter" "heal" + "weaponid" "129343" + "buttonid" "3284" + "triggerid" "129335" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } } diff --git a/entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg b/entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg old mode 100755 new mode 100644 index f458b9ce..52b463d1 --- a/entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg +++ b/entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg @@ -3,79 +3,79 @@ // Human - Items "0" { - "name" "Pusher" - "short" "Pusher" - "color" "007EBB" - "filter" "" - "weaponid" "1699567" - "buttonid" "1699634" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Pusher" + "short" "Pusher" + "color" "007EBB" + "filter" "" + "weaponid" "1699567" + "buttonid" "1699634" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Minigun" - "short" "Minigun" - "color" "15D6D6" - "filter" "" - "weaponid" "1346602" - "buttonid" "1346604" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "15D6D6" + "filter" "" + "weaponid" "1346602" + "buttonid" "1346604" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "FF2828" - "filter" "" - "weaponid" "1335512" - "buttonid" "1336137" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "FF2828" + "filter" "" + "weaponid" "1335512" + "buttonid" "1336137" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "3" { - "name" "Key" - "short" "Key" - "color" "C10000" - "filter" "" - "weaponid" "4082828" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Key" + "short" "Key" + "color" "C10000" + "filter" "" + "weaponid" "4082828" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "4" { - "name" "Bloodsucker" - "short" "Bloodsucker" - "color" "C10000" - "filter" "" - "weaponid" "1303227" - "buttonid" "1303224" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bloodsucker" + "short" "Bloodsucker" + "color" "C10000" + "filter" "" + "weaponid" "1303227" + "buttonid" "1303224" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg b/entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg old mode 100755 new mode 100644 index 6ef27f52..dd9f03e4 --- a/entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg +++ b/entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Blue P90" - "short" "Blue P90" - "color" "0000FF" - "filter" "" - "weaponid" "196705" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Blue P90" + "short" "Blue P90" + "color" "0000FF" + "filter" "" + "weaponid" "196705" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "White P90" - "short" "White P90" - "color" "FFFFFF" - "filter" "" - "weaponid" "196631" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "White P90" + "short" "White P90" + "color" "FFFFFF" + "filter" "" + "weaponid" "196631" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "P90 with Plans" - "short" "Plans" - "color" "0080FF" - "filter" "" - "weaponid" "196869" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "P90 with Plans" + "short" "Plans" + "color" "0080FF" + "filter" "" + "weaponid" "196869" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Yellow P90" - "short" "Yellow P90" - "color" "FFFF00" - "filter" "" - "weaponid" "196983" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Yellow P90" + "short" "Yellow P90" + "color" "FFFF00" + "filter" "" + "weaponid" "196983" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg b/entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg old mode 100755 new mode 100644 index 76c7af4c..40cbc7f6 --- a/entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg +++ b/entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Shotgun" - "short" "Shotgun" - "color" "AD4100" - "filter" "shotgunname" - "weaponid" "83112" - "buttonid" "84213" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "7" - "cooldown" "2" + "name" "Shotgun" + "short" "Shotgun" + "color" "AD4100" + "filter" "shotgunname" + "weaponid" "83112" + "buttonid" "84213" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "7" + "cooldown" "2" } "1" { - "name" "Shotgun" - "short" "Shotgun" - "color" "A63F02" - "filter" "shotgunname2" - "weaponid" "1497581" - "buttonid" "1497585" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "8" - "cooldown" "2" + "name" "Shotgun" + "short" "Shotgun" + "color" "A63F02" + "filter" "shotgunname2" + "weaponid" "1497581" + "buttonid" "1497585" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "8" + "cooldown" "2" } "2" { - "name" "Medkit" - "short" "Medkit" - "color" "FF0000" - "filter" "medkitname" - "weaponid" "2044364" - "buttonid" "2044351" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Medkit" + "short" "Medkit" + "color" "FF0000" + "filter" "medkitname" + "weaponid" "2044364" + "buttonid" "2044351" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_italy_town_v3.cfg b/entWatch4/configs/entwatch/ze_italy_town_v3.cfg old mode 100755 new mode 100644 index 31e39bc1..66985732 --- a/entWatch4/configs/entwatch/ze_italy_town_v3.cfg +++ b/entWatch4/configs/entwatch/ze_italy_town_v3.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Sword" - "short" "Sword" - "color" "B0BCBF" - "filter" "" - "weaponid" "7444" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Sword" + "short" "Sword" + "color" "B0BCBF" + "filter" "" + "weaponid" "7444" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "8B7D8C" - "filter" "" - "weaponid" "296846" - "buttonid" "572144" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "8B7D8C" + "filter" "" + "weaponid" "296846" + "buttonid" "572144" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "FC5151" - "filter" "we1" - "weaponid" "2730" - "buttonid" "38096" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "FC5151" + "filter" "we1" + "weaponid" "2730" + "buttonid" "38096" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Cold Gun" - "short" "Cold Gun" - "color" "3D6EF5" - "filter" "coolr" - "weaponid" "39556" - "buttonid" "695664" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Cold Gun" + "short" "Cold Gun" + "color" "3D6EF5" + "filter" "coolr" + "weaponid" "39556" + "buttonid" "695664" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg b/entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg old mode 100755 new mode 100644 index 1ddf65f6..341c9912 --- a/entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg +++ b/entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg @@ -3,107 +3,107 @@ // Human - Items "0" { - "name" "UFO" - "short" "UFO" - "color" "2A2A2A" - "filter" "UFO_Owner" - "weaponid" "310976" - "buttonid" "310978" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "UFO" + "short" "UFO" + "color" "2A2A2A" + "filter" "UFO_Owner" + "weaponid" "310976" + "buttonid" "310978" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Rainbow Flamethrower" - "short" "Flamethrower" - "color" "FF0000" - "filter" "flamethrower" - "weaponid" "312056" - "buttonid" "311975" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rainbow Flamethrower" + "short" "Flamethrower" + "color" "FF0000" + "filter" "flamethrower" + "weaponid" "312056" + "buttonid" "311975" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Bubble Gun" - "short" "Bubble" - "color" "3B5998" - "filter" "electric" - "weaponid" "309378" - "buttonid" "309380" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Bubble Gun" + "short" "Bubble" + "color" "3B5998" + "filter" "electric" + "weaponid" "309378" + "buttonid" "309380" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "3" { - "name" "Mountain Dew" - "short" "Heal" - "color" "FFFFFF" - "filter" "Heal_Owner" - "weaponid" "310117" - "buttonid" "310114" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "30" + "name" "Mountain Dew" + "short" "Heal" + "color" "FFFFFF" + "filter" "Heal_Owner" + "weaponid" "310117" + "buttonid" "310114" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "30" } "4" { - "name" "Ammo Taco Box" - "short" "Ammo" - "color" "ffb028" - "filter" "kuulid" - "weaponid" "594280" - "buttonid" "594273" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "60" + "name" "Ammo Taco Box" + "short" "Ammo" + "color" "ffb028" + "filter" "kuulid" + "weaponid" "594280" + "buttonid" "594273" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "60" } "5" { - "name" "Pink Elephants" - "short" "Mines" - "color" "FF69B4" - "filter" "mineboom" - "weaponid" "643708" - "buttonid" "643710" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "5" - "cooldown" "2" + "name" "Pink Elephants" + "short" "Mines" + "color" "FF69B4" + "filter" "mineboom" + "weaponid" "643708" + "buttonid" "643710" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "5" + "cooldown" "2" } "6" { - "name" "Rebel Chainsaw" - "short" "Chainsaw" - "color" "EE32FF" - "filter" "" - "weaponid" "645629" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rebel Chainsaw" + "short" "Chainsaw" + "color" "EE32FF" + "filter" "" + "weaponid" "645629" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_journey_v1_2.cfg b/entWatch4/configs/entwatch/ze_journey_v1_2.cfg old mode 100755 new mode 100644 index 4e96ecad..f11db3e9 --- a/entWatch4/configs/entwatch/ze_journey_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_journey_v1_2.cfg @@ -3,107 +3,107 @@ // Human - Items "0" { - "name" "Burning Orb" - "short" "Burning Orb" - "color" "EA6309" - "filter" "flameuser" - "weaponid" "163621" - "buttonid" "163623" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Burning Orb" + "short" "Burning Orb" + "color" "EA6309" + "filter" "flameuser" + "weaponid" "163621" + "buttonid" "163623" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "1" { - "name" "Glacial Orb" - "short" "Glacial Orb" - "color" "6DE3FC" - "filter" "iceuser" - "weaponid" "163673" - "buttonid" "163675" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Glacial Orb" + "short" "Glacial Orb" + "color" "6DE3FC" + "filter" "iceuser" + "weaponid" "163673" + "buttonid" "163675" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "2" { - "name" "Lightning Orb" - "short" "Lightning Orb" - "color" "F9EF77" - "filter" "thunderuser" - "weaponid" "163717" - "buttonid" "163719" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Lightning Orb" + "short" "Lightning Orb" + "color" "F9EF77" + "filter" "thunderuser" + "weaponid" "163717" + "buttonid" "163719" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "3" { - "name" "Gust Orb" - "short" "Gust Orb" - "color" "8AEEC3" - "filter" "gustuser" - "weaponid" "615586" - "buttonid" "615588" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Gust Orb" + "short" "Gust Orb" + "color" "8AEEC3" + "filter" "gustuser" + "weaponid" "615586" + "buttonid" "615588" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "4" { - "name" "Divine Orb" - "short" "Divine Orb" - "color" "E0FDFE" - "filter" "divineuser" - "weaponid" "163793" - "buttonid" "163795" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Divine Orb" + "short" "Divine Orb" + "color" "E0FDFE" + "filter" "divineuser" + "weaponid" "163793" + "buttonid" "163795" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Abyssal Orb" - "short" "Abyssal Orb" - "color" "D10C96" - "filter" "abyssuser" - "weaponid" "562519" - "buttonid" "562521" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Abyssal Orb" + "short" "Abyssal Orb" + "color" "D10C96" + "filter" "abyssuser" + "weaponid" "562519" + "buttonid" "562521" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Celestial Embrace" - "short" "Celestial Embrace" - "color" "FDCCFD" - "filter" "" - "weaponid" "163847" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Celestial Embrace" + "short" "Celestial Embrace" + "color" "FDCCFD" + "filter" "" + "weaponid" "163847" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg b/entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg old mode 100755 new mode 100644 index ea401c1f..8457d676 --- a/entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Electro" - "short" "Electro" - "color" "BCCD00" - "filter" "item_1" - "weaponid" "53788" - "buttonid" "53860" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Electro" + "short" "Electro" + "color" "BCCD00" + "filter" "item_1" + "weaponid" "53788" + "buttonid" "53860" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "1" { - "name" "Ice" - "short" "Ice" - "color" "00FFFF" - "filter" "item_2" - "weaponid" "87317" - "buttonid" "87424" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Ice" + "short" "Ice" + "color" "00FFFF" + "filter" "item_2" + "weaponid" "87317" + "buttonid" "87424" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "2" { - "name" "Wurzel Push" - "short" "Push" - "color" "04B404" - "filter" "item_3" - "weaponid" "122719" - "buttonid" "122934" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "25" + "name" "Wurzel Push" + "short" "Push" + "color" "04B404" + "filter" "item_3" + "weaponid" "122719" + "buttonid" "122934" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "25" } "3" { - "name" "Wurzel Sculpture" - "short" "Wall" - "color" "965F00" - "filter" "item_4" - "weaponid" "567697" - "buttonid" "567784" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "10" - "cooldown" "2" + "name" "Wurzel Sculpture" + "short" "Wall" + "color" "965F00" + "filter" "item_4" + "weaponid" "567697" + "buttonid" "567784" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "10" + "cooldown" "2" } "4" { - "name" "Cura Bubble" - "short" "Bubble" - "color" "FFFFFF" - "filter" "item_5" - "weaponid" "1313204" - "buttonid" "1313361" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Cura Bubble" + "short" "Bubble" + "color" "FFFFFF" + "filter" "item_5" + "weaponid" "1313204" + "buttonid" "1313361" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "5" { - "name" "Crystal" - "short" "Crystal" - "color" "7C7B74" - "filter" "" - "weaponid" "456745" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Crystal" + "short" "Crystal" + "color" "7C7B74" + "filter" "" + "weaponid" "456745" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg b/entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg old mode 100755 new mode 100644 index 65283bd9..6816aca6 --- a/entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg +++ b/entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "FF0000" - "filter" "" - "weaponid" "2546808" - "buttonid" "2546805" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "FF0000" + "filter" "" + "weaponid" "2546808" + "buttonid" "2546805" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Tazer" - "short" "Tazer" - "color" "0000FF" - "filter" "" - "weaponid" "2546876" - "buttonid" "2546881" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Tazer" + "short" "Tazer" + "color" "0000FF" + "filter" "" + "weaponid" "2546876" + "buttonid" "2546881" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_kraznov_poopata.cfg b/entWatch4/configs/entwatch/ze_kraznov_poopata.cfg old mode 100755 new mode 100644 index aa6e7c1e..8bbc86f3 --- a/entWatch4/configs/entwatch/ze_kraznov_poopata.cfg +++ b/entWatch4/configs/entwatch/ze_kraznov_poopata.cfg @@ -3,32 +3,32 @@ // Human - Items "0" { - "name" "Basket" - "short" "Earth" - "color" "FFA500" - "filter" "" - "weaponid" "32091" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Basket" + "short" "Earth" + "color" "FFA500" + "filter" "" + "weaponid" "32091" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Penis Gun" - "short" "Penis" - "color" "FF005D" - "filter" "" - "weaponid" "42586" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Penis Gun" + "short" "Penis" + "color" "FF005D" + "filter" "" + "weaponid" "42586" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg b/entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg old mode 100755 new mode 100644 index f50ee62c..33600f92 --- a/entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg +++ b/entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg @@ -3,229 +3,229 @@ // Human - Items "0" { - "name" "Heal" - "short" "Heal" - "color" "00FFFF" - "filter" "player_heal" - "weaponid" "431583" - "buttonid" "431580" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Heal" + "short" "Heal" + "color" "00FFFF" + "filter" "player_heal" + "weaponid" "431583" + "buttonid" "431580" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "1" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "player_ammo" - "weaponid" "431658" - "buttonid" "431660" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "player_ammo" + "weaponid" "431658" + "buttonid" "431660" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Rainbow Beam" - "short" "Rainbow Beam" - "color" "ADFF2F" - "filter" "player_beam" - "weaponid" "893904" - "buttonid" "893768" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Rainbow Beam" + "short" "Rainbow Beam" + "color" "ADFF2F" + "filter" "player_beam" + "weaponid" "893904" + "buttonid" "893768" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "3" { - "name" "Push" - "short" "Push" - "color" "00FFFF" - "filter" "player_wind" - "weaponid" "905720" - "buttonid" "905722" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Push" + "short" "Push" + "color" "00FFFF" + "filter" "player_wind" + "weaponid" "905720" + "buttonid" "905722" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Slower Sphere" - "short" "Slower Sphere" - "color" "00FF00" - "filter" "player_poison" - "weaponid" "1157477" - "buttonid" "1157474" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Slower Sphere" + "short" "Slower Sphere" + "color" "00FF00" + "filter" "player_poison" + "weaponid" "1157477" + "buttonid" "1157474" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "5" { - "name" "Fire Toilet" - "short" "Fire Toilet" - "color" "FF4500" - "filter" "player_firet" - "weaponid" "1355119" - "buttonid" "1355045" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Fire Toilet" + "short" "Fire Toilet" + "color" "FF4500" + "filter" "player_firet" + "weaponid" "1355119" + "buttonid" "1355045" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "6" { - "name" "Ice Toilet" - "short" "Ice Toilet" - "color" "1E90FF" - "filter" "player_icet" - "weaponid" "1355201" - "buttonid" "1355196" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Ice Toilet" + "short" "Ice Toilet" + "color" "1E90FF" + "filter" "player_icet" + "weaponid" "1355201" + "buttonid" "1355196" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "7" { - "name" "Electric Toilet" - "short" "Electric Toilet" - "color" "0000FF" - "filter" "player_elect" - "weaponid" "1355344" - "buttonid" "1355348" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Electric Toilet" + "short" "Electric Toilet" + "color" "0000FF" + "filter" "player_elect" + "weaponid" "1355344" + "buttonid" "1355348" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "8" { - "name" "Poison Toilet" - "short" "Poison Toilet" - "color" "00FF00" - "filter" "player_poisont" - "weaponid" "1355429" - "buttonid" "1355424" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Poison Toilet" + "short" "Poison Toilet" + "color" "00FF00" + "filter" "player_poisont" + "weaponid" "1355429" + "buttonid" "1355424" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "9" { - "name" "Gravity Toilet" - "short" "Gravity Toilet" - "color" "FF00FF" - "filter" "player_gravityt" - "weaponid" "1355507" - "buttonid" "1355502" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Gravity Toilet" + "short" "Gravity Toilet" + "color" "FF00FF" + "filter" "player_gravityt" + "weaponid" "1355507" + "buttonid" "1355502" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "10" { - "name" "Earth Toilet" - "short" "Earth Toilet" - "color" "CD853F" - "filter" "player_eartht" - "weaponid" "1355587" - "buttonid" "1355584" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Earth Toilet" + "short" "Earth Toilet" + "color" "CD853F" + "filter" "player_eartht" + "weaponid" "1355587" + "buttonid" "1355584" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "11" { - "name" "Water Toilet" - "short" "Water Toilet" - "color" "1E90FF" - "filter" "player_watert" - "weaponid" "1355730" - "buttonid" "1355660" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Water Toilet" + "short" "Water Toilet" + "color" "1E90FF" + "filter" "player_watert" + "weaponid" "1355730" + "buttonid" "1355660" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "12" { - "name" "Wind Toilet" - "short" "Wind Toilet" - "color" "00FFFF" - "filter" "player_pusht" - "weaponid" "1355879" - "buttonid" "1355874" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Wind Toilet" + "short" "Wind Toilet" + "color" "00FFFF" + "filter" "player_pusht" + "weaponid" "1355879" + "buttonid" "1355874" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } // Zombie - Items "13" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "FF00FF" - "filter" "player_zgravity" - "weaponid" "432888" - "buttonid" "432893" - "triggerid" "432885" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "FF00FF" + "filter" "player_zgravity" + "weaponid" "432888" + "buttonid" "432893" + "triggerid" "432885" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "14" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "F08080" - "filter" "player_zheal" - "weaponid" "433324" - "buttonid" "433189" - "triggerid" "433326" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "F08080" + "filter" "player_zheal" + "weaponid" "433324" + "buttonid" "433189" + "triggerid" "433326" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_laboratory_escape_v2_2.cfg b/entWatch4/configs/entwatch/ze_laboratory_escape_v2_2.cfg old mode 100755 new mode 100644 diff --git a/entWatch4/configs/entwatch/ze_laboratory_escape_v2_3b.cfg b/entWatch4/configs/entwatch/ze_laboratory_escape_v2_3b.cfg new file mode 100644 index 00000000..59035906 --- /dev/null +++ b/entWatch4/configs/entwatch/ze_laboratory_escape_v2_3b.cfg @@ -0,0 +1,154 @@ +"items" +{ + //Humans - Items + "0" + { + "name" "Shotgun" + "short" "Shotgun" + "color" "A7A7A7" + "filter" "player_shotgun" + "weaponid" "30677" + "buttonid" "30818" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "1" + { + "name" "Grenade Launcher" + "short" "Grenade Launcher" + "color" "F99B3B" + "filter" "player_grenade" + "weaponid" "26669" + "buttonid" "26752" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "30" + "cooldown" "1" + } + "2" + { + "name" "Cryogenic Gas Grenade" + "short" "Cryogrenade" + "color" "8EC9FF" + "filter" "player_cryogrenade" + "weaponid" "40373" + "buttonid" "35561" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" + } + "3" + { + "name" "Tornado Spell" + "short" "Tornado" + "color" "63FD84" + "filter" "player_tornado" + "weaponid" "104584" + "buttonid" "104624" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "4" + { + "name" "Ultimate Power" + "short" "Ultima" + "color" "65FF27" + "filter" "item_ultimapower" + "weaponid" "182120" + "buttonid" "182254" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "15" + } + "5" + { + "name" "Force Field Spell" + "short" "Force Field" + "color" "66A6FF" + "filter" "player_forcespell" + "weaponid" "182524" + "buttonid" "182593" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "6" + { + "name" "Debuff" + "short" "Debuff" + "color" "DB0C0C" + "filter" "player_debuff" + "weaponid" "186113" + "buttonid" "186821" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "3" + "cooldown" "75" + } + "7" + { + "name" "Medkit" + "short" "Medkit" + "color" "FFED32" + "filter" "player_medkit" + "weaponid" "245582" + "buttonid" "245586" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + "8" + { + "name" "Minigun" + "short" "Minigun" + "color" "FEFF5F" + "filter" "player_minigun" + "weaponid" "144957" + "buttonid" "146905" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "9" + { + "name" "Light Cannon" + "short" "Cannon" + "color" "69BFCC" + "filter" "player_cannon" + "weaponid" "327667" + "buttonid" "327673" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "30" + "cooldown" "1" + } +} diff --git a/entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg b/entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg old mode 100755 new mode 100644 index 5abb1f2f..403b0355 --- a/entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg +++ b/entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg @@ -3,411 +3,411 @@ // Human - Items "0" { - "name" "Mech" - "short" "Mech" - "color" "0040FF" - "filter" "human_mech" - "weaponid" "5142827" - "buttonid" "0" - "triggerid" "5142814" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mech" + "short" "Mech" + "color" "0040FF" + "filter" "human_mech" + "weaponid" "5142827" + "buttonid" "0" + "triggerid" "5142814" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Juggernaut" - "short" "Juggernaut" - "color" "0040FF" - "filter" "monster" - "weaponid" "7667056" - "buttonid" "0" - "triggerid" "7667058" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Juggernaut" + "short" "Juggernaut" + "color" "0040FF" + "filter" "monster" + "weaponid" "7667056" + "buttonid" "0" + "triggerid" "7667058" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Turbo Device" - "short" "Turbo Device" - "color" "0040FF" - "filter" "" - "weaponid" "7666559" - "buttonid" "7668852" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Turbo Device" + "short" "Turbo Device" + "color" "0040FF" + "filter" "" + "weaponid" "7666559" + "buttonid" "7668852" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "3" { - "name" "Immunizer" - "short" "Immunizer" - "color" "0040FF" - "filter" "" - "weaponid" "7665854" - "buttonid" "7668843" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Immunizer" + "short" "Immunizer" + "color" "0040FF" + "filter" "" + "weaponid" "7665854" + "buttonid" "7668843" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Thunder Gun" - "short" "Thunder Gun" - "color" "0040FF" - "filter" "" - "weaponid" "7665869" - "buttonid" "7668846" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "4" - "cooldown" "0" + "name" "Thunder Gun" + "short" "Thunder Gun" + "color" "0040FF" + "filter" "" + "weaponid" "7665869" + "buttonid" "7668846" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "4" + "cooldown" "0" } "5" { - "name" "Portal Gun" - "short" "Portal Gun" - "color" "0040FF" - "filter" "" - "weaponid" "7665891" - "buttonid" "7668840" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Portal Gun" + "short" "Portal Gun" + "color" "0040FF" + "filter" "" + "weaponid" "7665891" + "buttonid" "7668840" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Zero Gravity Gun" - "short" "Zero Gravity Gun" - "color" "0040FF" - "filter" "" - "weaponid" "7665898" - "buttonid" "7668837" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Zero Gravity Gun" + "short" "Zero Gravity Gun" + "color" "0040FF" + "filter" "" + "weaponid" "7665898" + "buttonid" "7668837" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } "7" { - "name" "Gauss Rifle" - "short" "Gauss Rifle" - "color" "0040FF" - "filter" "" - "weaponid" "7665914" - "buttonid" "7668834" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Gauss Rifle" + "short" "Gauss Rifle" + "color" "0040FF" + "filter" "" + "weaponid" "7665914" + "buttonid" "7668834" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "8" { - "name" "Turret" - "short" "Turret" - "color" "0040FF" - "filter" "player_turret_carrier" - "weaponid" "7665924" - "buttonid" "7668831" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Turret" + "short" "Turret" + "color" "0040FF" + "filter" "player_turret_carrier" + "weaponid" "7665924" + "buttonid" "7668831" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Mines" - "short" "Mines" - "color" "0040FF" - "filter" "weapon_carrier_mines" - "weaponid" "7665942" - "buttonid" "7668825" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mines" + "short" "Mines" + "color" "0040FF" + "filter" "weapon_carrier_mines" + "weaponid" "7665942" + "buttonid" "7668825" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Mutator Backpack" - "short" "Mutator Backpack" - "color" "0040FF" - "filter" "" - "weaponid" "7666080" - "buttonid" "7668849" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Mutator Backpack" + "short" "Mutator Backpack" + "color" "0040FF" + "filter" "" + "weaponid" "7666080" + "buttonid" "7668849" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "11" { - "name" "Immunizer Backpack" - "short" "Immunizer Backpack" - "color" "0040FF" - "filter" "" - "weaponid" "7666755" - "buttonid" "7668858" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Immunizer Backpack" + "short" "Immunizer Backpack" + "color" "0040FF" + "filter" "" + "weaponid" "7666755" + "buttonid" "7668858" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Ammo Crate" - "short" "Ammo Crate" - "color" "0040FF" - "filter" "" - "weaponid" "7666765" - "buttonid" "7668855" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Ammo Crate" + "short" "Ammo Crate" + "color" "0040FF" + "filter" "" + "weaponid" "7666765" + "buttonid" "7668855" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "13" { - "name" "M60" - "short" "M60" - "color" "0040FF" - "filter" "" - "weaponid" "7666846" - "buttonid" "7668828" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "M60" + "short" "M60" + "color" "0040FF" + "filter" "" + "weaponid" "7666846" + "buttonid" "7668828" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "14" { - "name" "Train Driver" - "short" "Train Driver" - "color" "0040FF" - "filter" "" - "weaponid" "5140523" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Train Driver" + "short" "Train Driver" + "color" "0040FF" + "filter" "" + "weaponid" "5140523" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "15" { - "name" "Fuel Can" - "short" "Fuel Can" - "color" "0040FF" - "filter" "" - "weaponid" "5161017" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fuel Can" + "short" "Fuel Can" + "color" "0040FF" + "filter" "" + "weaponid" "5161017" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "16" { - "name" "Guard NPC" - "short" "Guard NPC" - "color" "0040FF" - "filter" "" - "weaponid" "7666731" - "buttonid" "0" - "triggerid" "0" - "display" "0" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Guard NPC" + "short" "Guard NPC" + "color" "0040FF" + "filter" "" + "weaponid" "7666731" + "buttonid" "0" + "triggerid" "0" + "display" "0" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "17" { - "name" "Boss" - "short" "Boss" - "color" "B40404" - "filter" "zombie_boss" - "weaponid" "5142542" - "buttonid" "0" - "triggerid" "5140075" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Boss" + "short" "Boss" + "color" "B40404" + "filter" "zombie_boss" + "weaponid" "5142542" + "buttonid" "0" + "triggerid" "5140075" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "18" { - "name" "Summoner" - "short" "Summoner" - "color" "B40404" - "filter" "zombie_summoner" - "weaponid" "7666199" - "buttonid" "0" - "triggerid" "7666194" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Summoner" + "short" "Summoner" + "color" "B40404" + "filter" "zombie_summoner" + "weaponid" "7666199" + "buttonid" "0" + "triggerid" "7666194" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "19" { - "name" "Jumper" - "short" "Jumper" - "color" "B40404" - "filter" "zombie_jumper" - "weaponid" "7666220" - "buttonid" "0" - "triggerid" "7666208" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Jumper" + "short" "Jumper" + "color" "B40404" + "filter" "zombie_jumper" + "weaponid" "7666220" + "buttonid" "0" + "triggerid" "7666208" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "20" { - "name" "Alma" - "short" "Alma" - "color" "B40404" - "filter" "zombie_alma" - "weaponid" "7666234" - "buttonid" "0" - "triggerid" "7666227" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Alma" + "short" "Alma" + "color" "B40404" + "filter" "zombie_alma" + "weaponid" "7666234" + "buttonid" "0" + "triggerid" "7666227" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "21" { - "name" "Vortigaunt" - "short" "Vortigaunt" - "color" "B40404" - "filter" "zombie_vortigaunt" - "weaponid" "7666255" - "buttonid" "0" - "triggerid" "7666248" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Vortigaunt" + "short" "Vortigaunt" + "color" "B40404" + "filter" "zombie_vortigaunt" + "weaponid" "7666255" + "buttonid" "0" + "triggerid" "7666248" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "22" { - "name" "Tank" - "short" "Tank" - "color" "B40404" - "filter" "zombie_tank" - "weaponid" "7666394" - "buttonid" "0" - "triggerid" "7666410" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Tank" + "short" "Tank" + "color" "B40404" + "filter" "zombie_tank" + "weaponid" "7666394" + "buttonid" "0" + "triggerid" "7666410" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "23" { - "name" "Antlion" - "short" "Antlion" - "color" "B40404" - "filter" "zombie_antlion" - "weaponid" "7666442" - "buttonid" "0" - "triggerid" "7666439" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Antlion" + "short" "Antlion" + "color" "B40404" + "filter" "zombie_antlion" + "weaponid" "7666442" + "buttonid" "0" + "triggerid" "7666439" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "24" { - "name" "Predator" - "short" "Predator" - "color" "B40404" - "filter" "zombie_predator" - "weaponid" "7666506" - "buttonid" "0" - "triggerid" "7666503" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Predator" + "short" "Predator" + "color" "B40404" + "filter" "zombie_predator" + "weaponid" "7666506" + "buttonid" "0" + "triggerid" "7666503" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "25" { - "name" "Freezer" - "short" "Freezer" - "color" "B40404" - "filter" "zombie_freezer" - "weaponid" "7666525" - "buttonid" "0" - "triggerid" "7666517" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Freezer" + "short" "Freezer" + "color" "B40404" + "filter" "zombie_freezer" + "weaponid" "7666525" + "buttonid" "0" + "triggerid" "7666517" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "26" { - "name" "Shockwave" - "short" "Shockwave" - "color" "B40404" - "filter" "zombie_shocker" - "weaponid" "7667132" - "buttonid" "0" - "triggerid" "7667125" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Shockwave" + "short" "Shockwave" + "color" "B40404" + "filter" "zombie_shocker" + "weaponid" "7667132" + "buttonid" "0" + "triggerid" "7667125" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg b/entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg old mode 100755 new mode 100644 index 8217c23f..cbd468c3 --- a/entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg +++ b/entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Cooler Gun" - "short" "Cooler Gun" - "color" "2E93E6" - "filter" "we1" - "weaponid" "313080" - "buttonid" "313162" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Cooler Gun" + "short" "Cooler Gun" + "color" "2E93E6" + "filter" "we1" + "weaponid" "313080" + "buttonid" "313162" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "1" { - "name" "Builder" - "short" "Builder" - "color" "B3A189" - "filter" "we2" - "weaponid" "67314" - "buttonid" "67311" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "5" - "cooldown" "0" + "name" "Builder" + "short" "Builder" + "color" "B3A189" + "filter" "we2" + "weaponid" "67314" + "buttonid" "67311" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "5" + "cooldown" "0" } "2" { - "name" "Builder" - "short" "Builder" - "color" "B3A189" - "filter" "we3" - "weaponid" "140208" - "buttonid" "140213" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "5" - "cooldown" "0" + "name" "Builder" + "short" "Builder" + "color" "B3A189" + "filter" "we3" + "weaponid" "140208" + "buttonid" "140213" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "5" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg b/entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg old mode 100755 new mode 100644 index 4a85e8bd..8b69766f --- a/entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg +++ b/entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg @@ -3,94 +3,94 @@ // Human - Items "0" { - "name" "Fire Barrel" - "short" "Fire Barrel" - "color" "FF4000" - "filter" "" - "weaponid" "353152" - "buttonid" "353149" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fire Barrel" + "short" "Fire Barrel" + "color" "FF4000" + "filter" "" + "weaponid" "353152" + "buttonid" "353149" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Freeze Bottle" - "short" "Freeze Bottle" - "color" "00BFFF" - "filter" "" - "weaponid" "354622" - "buttonid" "354554" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Freeze Bottle" + "short" "Freeze Bottle" + "color" "00BFFF" + "filter" "" + "weaponid" "354622" + "buttonid" "354554" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Heal" - "short" "Heal" - "color" "AEB404" - "filter" "" - "weaponid" "344578" - "buttonid" "344580" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Heal" + "short" "Heal" + "color" "AEB404" + "filter" "" + "weaponid" "344578" + "buttonid" "344580" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "3" { - "name" "Laser Field" - "short" "Laser Field" - "color" "40FF00" - "filter" "" - "weaponid" "23028" - "buttonid" "23025" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Laser Field" + "short" "Laser Field" + "color" "40FF00" + "filter" "" + "weaponid" "23028" + "buttonid" "23025" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Ammo Crate" - "short" "Ammo Crate" - "color" "8A2908" - "filter" "" - "weaponid" "462044" - "buttonid" "461974" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Ammo Crate" + "short" "Ammo Crate" + "color" "8A2908" + "filter" "" + "weaponid" "462044" + "buttonid" "461974" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } // Zombie - Items "5" { - "name" "Suicidal Bomber" - "short" "Suicidal Bomber" - "color" "FF0000" - "filter" "" - "weaponid" "409715" - "buttonid" "0" - "triggerid" "421153" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Suicidal Bomber" + "short" "Suicidal Bomber" + "color" "FF0000" + "filter" "" + "weaponid" "409715" + "buttonid" "0" + "triggerid" "421153" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg b/entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg old mode 100755 new mode 100644 index 190462c7..b60057eb --- a/entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg @@ -3,17 +3,17 @@ // Zombie - Items "0" { - "name" "Explosive Torch" - "short" "Torch" - "color" "FF0000" - "filter" "" - "weaponid" "1004" - "buttonid" "" - "triggerid" "1002" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Explosive Torch" + "short" "Torch" + "color" "FF0000" + "filter" "" + "weaponid" "1004" + "buttonid" "" + "triggerid" "1002" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg b/entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg old mode 100755 new mode 100644 index c861fe6f..43991e87 --- a/entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg @@ -3,81 +3,81 @@ // Human - Items "0" { - "name" "Heal Staff" - "short" "Heal" - "color" "00FFFF" - "filter" "heal" - "weaponid" "11815272" - "buttonid" "11815269" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "6" + "name" "Heal Staff" + "short" "Heal" + "color" "00FFFF" + "filter" "heal" + "weaponid" "11815272" + "buttonid" "11815269" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "6" } "1" { - "name" "Torch" - "short" "Torch" - "color" "FFA500" - "filter" "" - "weaponid" "492831" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FFA500" + "filter" "" + "weaponid" "492831" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Specials "2" { - "name" "Gandalf" - "short" "Gandalf" - "color" "CCCCCC" - "filter" "" - "weaponid" "9421300" - "buttonid" "0" - "triggerid" "9421836" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Gandalf" + "short" "Gandalf" + "color" "CCCCCC" + "filter" "" + "weaponid" "9421300" + "buttonid" "0" + "triggerid" "9421836" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Ent" - "short" "Ent" - "color" "00AA00" - "filter" "ent_rock" - "weaponid" "8954463" - "buttonid" "9656657" - "triggerid" "8627309" - "display" "7" - "slot" "3" - "mode" "3" - "maxuses" "4" - "cooldown" "20" + "name" "Ent" + "short" "Ent" + "color" "00AA00" + "filter" "ent_rock" + "weaponid" "8954463" + "buttonid" "9656657" + "triggerid" "8627309" + "display" "7" + "slot" "3" + "mode" "3" + "maxuses" "4" + "cooldown" "20" } // Zombie - Items "4" { - "name" "Spider" - "short" "Spider" - "color" "800000" - "filter" "" - "weaponid" "10778352" - "buttonid" "0" - "triggerid" "2620225" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Spider" + "short" "Spider" + "color" "800000" + "filter" "" + "weaponid" "10778352" + "buttonid" "0" + "triggerid" "2620225" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg b/entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg old mode 100755 new mode 100644 index cd5d804a..9d264180 --- a/entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "The Ring" - "short" "Ring" - "color" "FFDD21" - "filter" "" - "weaponid" "320437" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Ring" + "short" "Ring" + "color" "FFDD21" + "filter" "" + "weaponid" "320437" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Saruman's Staff" - "short" "Saruman" - "color" "222222" - "filter" "saruman" - "weaponid" "324135" - "buttonid" "324143" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Saruman's Staff" + "short" "Saruman" + "color" "222222" + "filter" "saruman" + "weaponid" "324135" + "buttonid" "324143" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "2" { - "name" "Gandalf's Staff" - "short" "Gandalf" - "color" "FFFFFF" - "filter" "gandalf" - "weaponid" "339820" - "buttonid" "339799" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Gandalf's Staff" + "short" "Gandalf" + "color" "FFFFFF" + "filter" "gandalf" + "weaponid" "339820" + "buttonid" "339799" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg b/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg old mode 100755 new mode 100644 index 563ecf36..8376ba0e --- a/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg @@ -3,455 +3,455 @@ // Human - Items "0" { - "name" "The White Knight" - "short" "White Knight" - "color" "FFFFFF" - "filter" "" - "weaponid" "2384422" - "buttonid" "2384433" - "triggerid" "4042883" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The White Knight" + "short" "White Knight" + "color" "FFFFFF" + "filter" "" + "weaponid" "2384422" + "buttonid" "2384433" + "triggerid" "4042883" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Gandalf" - "short" "Gandalf" - "color" "FFFFFF" - "filter" "" - "weaponid" "2347448" - "buttonid" "0" - "triggerid" "4042880" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Gandalf" + "short" "Gandalf" + "color" "FFFFFF" + "filter" "" + "weaponid" "2347448" + "buttonid" "0" + "triggerid" "4042880" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Horse" - "short" "Horse" - "color" "0040FF" - "filter" "" - "weaponid" "2347138" - "buttonid" "0" - "triggerid" "4042877" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Horse" + "short" "Horse" + "color" "0040FF" + "filter" "" + "weaponid" "2347138" + "buttonid" "0" + "triggerid" "4042877" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Oil Vase" - "short" "Oil" - "color" "0040FF" - "filter" "" - "weaponid" "5349903" - "buttonid" "0" - "triggerid" "5310773" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Oil Vase" + "short" "Oil" + "color" "0040FF" + "filter" "" + "weaponid" "5349903" + "buttonid" "0" + "triggerid" "5310773" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Ammo Barrel" - "short" "Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "1397716" - "buttonid" "0" - "triggerid" "4042874" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ammo Barrel" + "short" "Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "1397716" + "buttonid" "0" + "triggerid" "4042874" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Armor" - "short" "Armor" - "color" "0040FF" - "filter" "" - "weaponid" "6082267" - "buttonid" "0" - "triggerid" "4042868" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Armor" + "short" "Armor" + "color" "0040FF" + "filter" "" + "weaponid" "6082267" + "buttonid" "0" + "triggerid" "4042868" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Flag" - "short" "Flag" - "color" "0040FF" - "filter" "" - "weaponid" "1397990" - "buttonid" "0" - "triggerid" "4042865" - "display" "0" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flag" + "short" "Flag" + "color" "0040FF" + "filter" "" + "weaponid" "1397990" + "buttonid" "0" + "triggerid" "4042865" + "display" "0" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "7" { - "name" "Torch" - "short" "Torch" - "color" "FF9600" - "filter" "" - "weaponid" "2568929" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FF9600" + "filter" "" + "weaponid" "2568929" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Torch" - "short" "Torch" - "color" "FF9600" - "filter" "" - "weaponid" "2569006" - "buttonid" "0" - "triggerid" "0" - "display" "0" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FF9600" + "filter" "" + "weaponid" "2569006" + "buttonid" "0" + "triggerid" "0" + "display" "0" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Barricades "9" { - "name" "Barricade - Explosive Barrel" - "short" "Explosive Barrel" - "color" "FFFFFF" - "filter" "" - "weaponid" "3334835" - "buttonid" "1000014" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Explosive Barrel" + "short" "Explosive Barrel" + "color" "FFFFFF" + "filter" "" + "weaponid" "3334835" + "buttonid" "1000014" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "10" { - "name" "Barricade - Toilet" - "short" "Toilet" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277483" - "buttonid" "1000001" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Toilet" + "short" "Toilet" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277483" + "buttonid" "1000001" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "11" { - "name" "Barricade - Bench" - "short" "Bench" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277481" - "buttonid" "1000002" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Bench" + "short" "Bench" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277481" + "buttonid" "1000002" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "12" { - "name" "Barricade - Shelf" - "short" "Shelf" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277479" - "buttonid" "1000003" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Shelf" + "short" "Shelf" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277479" + "buttonid" "1000003" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "13" { - "name" "Barricade - Fence" - "short" "Fence" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277477" - "buttonid" "1000004" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Fence" + "short" "Fence" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277477" + "buttonid" "1000004" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "14" { - "name" "Barricade - Basket" - "short" "Basket" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277475" - "buttonid" "1000005" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Basket" + "short" "Basket" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277475" + "buttonid" "1000005" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "15" { - "name" "Barricade - Plank" - "short" "Plank" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277471" - "buttonid" "1000006" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Plank" + "short" "Plank" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277471" + "buttonid" "1000006" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "16" { - "name" "Barricade - Bell" - "short" "Bell" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277469" - "buttonid" "1000007" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Bell" + "short" "Bell" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277469" + "buttonid" "1000007" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "17" { - "name" "Barricade - Haybale" - "short" "Haybale" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277461" - "buttonid" "1000008" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Haybale" + "short" "Haybale" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277461" + "buttonid" "1000008" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "18" { - "name" "Barricade - Big Boulder" - "short" "Big Boulder" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277465" - "buttonid" "1000009" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Big Boulder" + "short" "Big Boulder" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277465" + "buttonid" "1000009" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "19" { - "name" "Barricade - Boulder" - "short" "Boulder" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277459" - "buttonid" "1000010" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Boulder" + "short" "Boulder" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277459" + "buttonid" "1000010" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "20" { - "name" "Barricade - Barrel" - "short" "Barrel" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277457" - "buttonid" "1000011" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Barrel" + "short" "Barrel" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277457" + "buttonid" "1000011" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "21" { - "name" "Barricade - Table" - "short" "Table" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277463" - "buttonid" "1000012" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Table" + "short" "Table" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277463" + "buttonid" "1000012" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "22" { - "name" "Barricade - Crate" - "short" "Crate" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277445" - "buttonid" "1000013" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Crate" + "short" "Crate" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277445" + "buttonid" "1000013" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Items "23" { - "name" "Totem" - "short" "Totem" - "color" "B40404" - "filter" "" - "weaponid" "1397962" - "buttonid" "0" - "triggerid" "4042890" - "display" "4" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Totem" + "short" "Totem" + "color" "B40404" + "filter" "" + "weaponid" "1397962" + "buttonid" "0" + "triggerid" "4042890" + "display" "4" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "24" { - "name" "TNT" - "short" "TNT" - "color" "B40404" - "filter" "" - "weaponid" "2231787" - "buttonid" "0" - "triggerid" "4042893" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "TNT" + "short" "TNT" + "color" "B40404" + "filter" "" + "weaponid" "2231787" + "buttonid" "0" + "triggerid" "4042893" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "25" { - "name" "Troll" - "short" "Troll" - "color" "B40404" - "filter" "" - "weaponid" "1397647" - "buttonid" "0" - "triggerid" "4042899" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Troll" + "short" "Troll" + "color" "B40404" + "filter" "" + "weaponid" "1397647" + "buttonid" "0" + "triggerid" "4042899" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "26" { - "name" "Balrog" - "short" "Balrog" - "color" "B40404" - "filter" "" - "weaponid" "2420963" - "buttonid" "0" - "triggerid" "4042902" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balrog" + "short" "Balrog" + "color" "B40404" + "filter" "" + "weaponid" "2420963" + "buttonid" "0" + "triggerid" "4042902" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "27" { - "name" "Nazgul" - "short" "Nazgul" - "color" "B40404" - "filter" "" - "weaponid" "1518692" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nazgul" + "short" "Nazgul" + "color" "B40404" + "filter" "" + "weaponid" "1518692" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Triggers "28" { - "name" "Extreme Totem" - "triggerid" "4658425" + "name" "Extreme Totem" + "triggerid" "4658425" } "29" { - "name" "Extreme TNT" - "triggerid" "4658428" + "name" "Extreme TNT" + "triggerid" "4658428" } "30" { - "name" "Extreme Troll" - "triggerid" "4658434" + "name" "Extreme Troll" + "triggerid" "4658434" } "31" { - "name" "Stage 1 Nazgul" - "triggerid" "4963264" + "name" "Stage 1 Nazgul" + "triggerid" "4963264" } "32" { - "name" "Stage 4 Nazgul" - "triggerid" "4963466" + "name" "Stage 4 Nazgul" + "triggerid" "4963466" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg b/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg old mode 100755 new mode 100644 index 691c7a58..124dc0c3 --- a/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg @@ -3,476 +3,476 @@ // Human - Items "0" { - "name" "The White Knight" - "short" "White Knight" - "color" "FFFFFF" - "filter" "" - "weaponid" "2384422" - "buttonid" "2384433" - "triggerid" "4042883" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The White Knight" + "short" "White Knight" + "color" "FFFFFF" + "filter" "" + "weaponid" "2384422" + "buttonid" "2384433" + "triggerid" "4042883" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Gandalf" - "short" "Gandalf" - "color" "FFFFFF" - "filter" "" - "weaponid" "2347448" - "buttonid" "0" - "triggerid" "4042880" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Gandalf" + "short" "Gandalf" + "color" "FFFFFF" + "filter" "" + "weaponid" "2347448" + "buttonid" "0" + "triggerid" "4042880" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Horse" - "short" "Horse" - "color" "0040FF" - "filter" "" - "weaponid" "2347138" - "buttonid" "0" - "triggerid" "4042877" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Horse" + "short" "Horse" + "color" "0040FF" + "filter" "" + "weaponid" "2347138" + "buttonid" "0" + "triggerid" "4042877" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Oil Vase" - "short" "Oil" - "color" "0040FF" - "filter" "" - "weaponid" "5349903" - "buttonid" "0" - "triggerid" "5310773" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Oil Vase" + "short" "Oil" + "color" "0040FF" + "filter" "" + "weaponid" "5349903" + "buttonid" "0" + "triggerid" "5310773" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Ammo Barrel" - "short" "Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "1397716" - "buttonid" "0" - "triggerid" "4042874" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ammo Barrel" + "short" "Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "1397716" + "buttonid" "0" + "triggerid" "4042874" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Armor" - "short" "Armor" - "color" "0040FF" - "filter" "" - "weaponid" "6082267" - "buttonid" "0" - "triggerid" "4042868" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Armor" + "short" "Armor" + "color" "0040FF" + "filter" "" + "weaponid" "6082267" + "buttonid" "0" + "triggerid" "4042868" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Flag" - "short" "Flag" - "color" "0040FF" - "filter" "" - "weaponid" "1397990" - "buttonid" "0" - "triggerid" "4042865" - "display" "0" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flag" + "short" "Flag" + "color" "0040FF" + "filter" "" + "weaponid" "1397990" + "buttonid" "0" + "triggerid" "4042865" + "display" "0" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "7" { - "name" "Torch" - "short" "Torch" - "color" "FF9600" - "filter" "" - "weaponid" "2568929" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FF9600" + "filter" "" + "weaponid" "2568929" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Torch" - "short" "Torch" - "color" "FF9600" - "filter" "" - "weaponid" "2569006" - "buttonid" "0" - "triggerid" "0" - "display" "0" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FF9600" + "filter" "" + "weaponid" "2569006" + "buttonid" "0" + "triggerid" "0" + "display" "0" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Barricades "9" { - "name" "Barricade - Explosive Barrel" - "short" "Explosive Barrel" - "color" "FFFFFF" - "filter" "" - "weaponid" "3334835" - "buttonid" "1000014" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Explosive Barrel" + "short" "Explosive Barrel" + "color" "FFFFFF" + "filter" "" + "weaponid" "3334835" + "buttonid" "1000014" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "10" { - "name" "Barricade - Toilet" - "short" "Toilet" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277483" - "buttonid" "1000001" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Toilet" + "short" "Toilet" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277483" + "buttonid" "1000001" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "11" { - "name" "Barricade - Bench" - "short" "Bench" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277481" - "buttonid" "1000002" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Bench" + "short" "Bench" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277481" + "buttonid" "1000002" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "12" { - "name" "Barricade - Shelf" - "short" "Shelf" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277479" - "buttonid" "1000003" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Shelf" + "short" "Shelf" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277479" + "buttonid" "1000003" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "13" { - "name" "Barricade - Fence" - "short" "Fence" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277477" - "buttonid" "1000004" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Fence" + "short" "Fence" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277477" + "buttonid" "1000004" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "14" { - "name" "Barricade - Basket" - "short" "Basket" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277475" - "buttonid" "1000005" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Basket" + "short" "Basket" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277475" + "buttonid" "1000005" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "15" { - "name" "Barricade - Plank" - "short" "Plank" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277471" - "buttonid" "1000006" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Plank" + "short" "Plank" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277471" + "buttonid" "1000006" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "16" { - "name" "Barricade - Bell" - "short" "Bell" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277469" - "buttonid" "1000007" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Bell" + "short" "Bell" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277469" + "buttonid" "1000007" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "17" { - "name" "Barricade - Haybale" - "short" "Haybale" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277461" - "buttonid" "1000008" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Haybale" + "short" "Haybale" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277461" + "buttonid" "1000008" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "18" { - "name" "Barricade - Big Boulder" - "short" "Big Boulder" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277465" - "buttonid" "1000009" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Big Boulder" + "short" "Big Boulder" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277465" + "buttonid" "1000009" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "19" { - "name" "Barricade - Boulder" - "short" "Boulder" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277459" - "buttonid" "1000010" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Boulder" + "short" "Boulder" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277459" + "buttonid" "1000010" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "20" { - "name" "Barricade - Barrel" - "short" "Barrel" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277457" - "buttonid" "1000011" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Barrel" + "short" "Barrel" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277457" + "buttonid" "1000011" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "21" { - "name" "Barricade - Table" - "short" "Table" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277463" - "buttonid" "1000012" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Table" + "short" "Table" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277463" + "buttonid" "1000012" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "22" { - "name" "Barricade - Crate" - "short" "Crate" - "color" "FFFFFF" - "filter" "" - "weaponid" "4277445" - "buttonid" "1000013" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Crate" + "short" "Crate" + "color" "FFFFFF" + "filter" "" + "weaponid" "4277445" + "buttonid" "1000013" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Items "23" { - "name" "Totem" - "short" "Totem" - "color" "B40404" - "filter" "" - "weaponid" "1397962" - "buttonid" "0" - "triggerid" "4042890" - "display" "4" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Totem" + "short" "Totem" + "color" "B40404" + "filter" "" + "weaponid" "1397962" + "buttonid" "0" + "triggerid" "4042890" + "display" "4" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "24" { - "name" "TNT" - "short" "TNT" - "color" "B40404" - "filter" "" - "weaponid" "2231787" - "buttonid" "0" - "triggerid" "4042893" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "TNT" + "short" "TNT" + "color" "B40404" + "filter" "" + "weaponid" "2231787" + "buttonid" "0" + "triggerid" "4042893" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "25" { - "name" "Ladder" - "short" "Ladder" - "color" "B40404" - "filter" "" - "weaponid" "1397571" - "buttonid" "0" - "triggerid" "4042896" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ladder" + "short" "Ladder" + "color" "B40404" + "filter" "" + "weaponid" "1397571" + "buttonid" "0" + "triggerid" "4042896" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "26" { - "name" "Troll" - "short" "Troll" - "color" "B40404" - "filter" "" - "weaponid" "1397647" - "buttonid" "0" - "triggerid" "4042899" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Troll" + "short" "Troll" + "color" "B40404" + "filter" "" + "weaponid" "1397647" + "buttonid" "0" + "triggerid" "4042899" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "27" { - "name" "Balrog" - "short" "Balrog" - "color" "B40404" - "filter" "" - "weaponid" "2420963" - "buttonid" "0" - "triggerid" "4042902" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balrog" + "short" "Balrog" + "color" "B40404" + "filter" "" + "weaponid" "2420963" + "buttonid" "0" + "triggerid" "4042902" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "28" { - "name" "Nazgul" - "short" "Nazgul" - "color" "B40404" - "filter" "" - "weaponid" "1518692" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nazgul" + "short" "Nazgul" + "color" "B40404" + "filter" "" + "weaponid" "1518692" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Triggers "29" { - "name" "Extreme Totem" - "triggerid" "4658425" + "name" "Extreme Totem" + "triggerid" "4658425" } "30" { - "name" "Extreme TNT" - "triggerid" "4658428" + "name" "Extreme TNT" + "triggerid" "4658428" } "31" { - "name" "Extreme Ladder" - "triggerid" "4658431" + "name" "Extreme Ladder" + "triggerid" "4658431" } "32" { - "name" "Extreme Troll" - "triggerid" "4658434" + "name" "Extreme Troll" + "triggerid" "4658434" } "33" { - "name" "Stage 1 Nazgul" - "triggerid" "4963264" + "name" "Stage 1 Nazgul" + "triggerid" "4963264" } "34" { - "name" "Stage 4 Nazgul" - "triggerid" "4963466" + "name" "Stage 4 Nazgul" + "triggerid" "4963466" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg b/entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg old mode 100755 new mode 100644 index 640df71c..1f79d836 --- a/entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "The Ring" - "short" "Ring" - "color" "FFDD21" - "filter" "" - "weaponid" "2233" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Ring" + "short" "Ring" + "color" "FFDD21" + "filter" "" + "weaponid" "2233" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Saruman's Staff" - "short" "Saruman" - "color" "222222" - "filter" "saruman" - "weaponid" "2266" - "buttonid" "34102" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Saruman's Staff" + "short" "Saruman" + "color" "222222" + "filter" "saruman" + "weaponid" "2266" + "buttonid" "34102" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Gandalf's Staff" - "short" "Gandalf" - "color" "FFFFFF" - "filter" "gandalf" - "weaponid" "2282" - "buttonid" "33990" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gandalf's Staff" + "short" "Gandalf" + "color" "FFFFFF" + "filter" "gandalf" + "weaponid" "2282" + "buttonid" "33990" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg b/entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg old mode 100755 new mode 100644 index 1dac4ae6..d5a402a6 --- a/entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg @@ -3,49 +3,49 @@ // Human - Items "0" { - "name" "The Ring" - "short" "Ring" - "color" "FFDD21" - "filter" "" - "weaponid" "1938" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Ring" + "short" "Ring" + "color" "FFDD21" + "filter" "" + "weaponid" "1938" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Earendil Light" - "short" "Light" - "color" "FFFFFF" - "filter" "erendili" - "weaponid" "1987" - "buttonid" "1995" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Earendil Light" + "short" "Light" + "color" "FFFFFF" + "filter" "erendili" + "weaponid" "1987" + "buttonid" "1995" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } // Zombie - Items "2" { - "name" "Nazgul" - "short" "Nazgul" - "color" "FF0000" - "filter" "" - "weaponid" "1385" - "buttonid" "" - "triggerid" "2253" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nazgul" + "short" "Nazgul" + "color" "FF0000" + "filter" "" + "weaponid" "1385" + "buttonid" "" + "triggerid" "2253" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg b/entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg old mode 100755 new mode 100644 index 1dac4ae6..d5a402a6 --- a/entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg +++ b/entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg @@ -3,49 +3,49 @@ // Human - Items "0" { - "name" "The Ring" - "short" "Ring" - "color" "FFDD21" - "filter" "" - "weaponid" "1938" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Ring" + "short" "Ring" + "color" "FFDD21" + "filter" "" + "weaponid" "1938" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Earendil Light" - "short" "Light" - "color" "FFFFFF" - "filter" "erendili" - "weaponid" "1987" - "buttonid" "1995" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Earendil Light" + "short" "Light" + "color" "FFFFFF" + "filter" "erendili" + "weaponid" "1987" + "buttonid" "1995" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } // Zombie - Items "2" { - "name" "Nazgul" - "short" "Nazgul" - "color" "FF0000" - "filter" "" - "weaponid" "1385" - "buttonid" "" - "triggerid" "2253" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nazgul" + "short" "Nazgul" + "color" "FF0000" + "filter" "" + "weaponid" "1385" + "buttonid" "" + "triggerid" "2253" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_madness_v2_1.cfg b/entWatch4/configs/entwatch/ze_madness_v2_1.cfg old mode 100755 new mode 100644 index 8556f1e6..69470274 --- a/entWatch4/configs/entwatch/ze_madness_v2_1.cfg +++ b/entWatch4/configs/entwatch/ze_madness_v2_1.cfg @@ -3,305 +3,305 @@ // Human - Items "0" { - "name" "C4" - "short" "C4" - "color" "FFFFFF" - "filter" "c4user1" - "weaponid" "19017" - "buttonid" "19019" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "C4" + "short" "C4" + "color" "FFFFFF" + "filter" "c4user1" + "weaponid" "19017" + "buttonid" "19019" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Pod" - "short" "Pod" - "color" "FFFFFF" - "filter" "" - "weaponid" "48890" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Pod" + "short" "Pod" + "color" "FFFFFF" + "filter" "" + "weaponid" "48890" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Hammer" - "short" "Hammer" - "color" "FFFFFF" - "filter" "hammeruser" - "weaponid" "67365" - "buttonid" "68326" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Hammer" + "short" "Hammer" + "color" "FFFFFF" + "filter" "hammeruser" + "weaponid" "67365" + "buttonid" "68326" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Nade Crate" - "short" "Nade Crate" - "color" "FFFFFF" - "filter" "nadeuser" - "weaponid" "81744" - "buttonid" "81746" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nade Crate" + "short" "Nade Crate" + "color" "FFFFFF" + "filter" "nadeuser" + "weaponid" "81744" + "buttonid" "81746" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Bouncy Bed" - "short" "Bouncy Bed" - "color" "FFFFFF" - "filter" "beduser" - "weaponid" "87361" - "buttonid" "87369" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bouncy Bed" + "short" "Bouncy Bed" + "color" "FFFFFF" + "filter" "beduser" + "weaponid" "87361" + "buttonid" "87369" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Force Gun" - "short" "Force Gun" - "color" "FFFFFF" - "filter" "forceuser" - "weaponid" "87938" - "buttonid" "87942" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Force Gun" + "short" "Force Gun" + "color" "FFFFFF" + "filter" "forceuser" + "weaponid" "87938" + "buttonid" "87942" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Dragonslayer" - "short" "Dragonslayer" - "color" "FFFFFF" - "filter" "sworduser" - "weaponid" "108083" - "buttonid" "108085" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dragonslayer" + "short" "Dragonslayer" + "color" "FFFFFF" + "filter" "sworduser" + "weaponid" "108083" + "buttonid" "108085" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Freeze Mines" - "short" "Freeze Mines" - "color" "FFFFFF" - "filter" "freezeuser" - "weaponid" "118137" - "buttonid" "118145" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Freeze Mines" + "short" "Freeze Mines" + "color" "FFFFFF" + "filter" "freezeuser" + "weaponid" "118137" + "buttonid" "118145" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Umbrella" - "short" "Umbrella" - "color" "FFFFFF" - "filter" "umbrellauser" - "weaponid" "151641" - "buttonid" "155113" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Umbrella" + "short" "Umbrella" + "color" "FFFFFF" + "filter" "umbrellauser" + "weaponid" "151641" + "buttonid" "155113" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Tetromino" - "short" "Tetromino" - "color" "FFFFFF" - "filter" "cadeuser" - "weaponid" "155296" - "buttonid" "155304" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Tetromino" + "short" "Tetromino" + "color" "FFFFFF" + "filter" "cadeuser" + "weaponid" "155296" + "buttonid" "155304" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "DDR" - "short" "DDR" - "color" "FFFFFF" - "filter" "danceuser" - "weaponid" "169871" - "buttonid" "169873" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "DDR" + "short" "DDR" + "color" "FFFFFF" + "filter" "danceuser" + "weaponid" "169871" + "buttonid" "169873" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Molotov" - "short" "Molotov" - "color" "FFFFFF" - "filter" "molotovuser" - "weaponid" "221119" - "buttonid" "221125" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Molotov" + "short" "Molotov" + "color" "FFFFFF" + "filter" "molotovuser" + "weaponid" "221119" + "buttonid" "221125" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Screwdriver" - "short" "Screwdriver" - "color" "FFFFFF" - "filter" "screwuser" - "weaponid" "276689" - "buttonid" "276691" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Screwdriver" + "short" "Screwdriver" + "color" "FFFFFF" + "filter" "screwuser" + "weaponid" "276689" + "buttonid" "276691" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "13" { - "name" "Decoy" - "short" "Decoy" - "color" "FFFFFF" - "filter" "decoyuser" - "weaponid" "328606" - "buttonid" "328615" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Decoy" + "short" "Decoy" + "color" "FFFFFF" + "filter" "decoyuser" + "weaponid" "328606" + "buttonid" "328615" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "Forklift" - "short" "Forklift" - "color" "FFFFFF" - "filter" "forkliftuser" - "weaponid" "345308" - "buttonid" "345310" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Forklift" + "short" "Forklift" + "color" "FFFFFF" + "filter" "forkliftuser" + "weaponid" "345308" + "buttonid" "345310" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "15" { - "name" "Gravity Zombie" - "short" "Gravity Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "72467" - "buttonid" "75660" - "triggerid" "76250" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Gravity Zombie" + "short" "Gravity Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "72467" + "buttonid" "75660" + "triggerid" "76250" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "16" { - "name" "Fire Zombie" - "short" "Fire Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "76625" - "buttonid" "76627" - "triggerid" "76551" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fire Zombie" + "short" "Fire Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "76625" + "buttonid" "76627" + "triggerid" "76551" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "17" { - "name" "Wind Zombie" - "short" "Wind Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "79481" - "buttonid" "79486" - "triggerid" "79483" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Wind Zombie" + "short" "Wind Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "79481" + "buttonid" "79486" + "triggerid" "79483" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "18" { - "name" "Barrel Zombie" - "short" "Barrel Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "216448" - "buttonid" "216450" - "triggerid" "216725" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barrel Zombie" + "short" "Barrel Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "216448" + "buttonid" "216450" + "triggerid" "216725" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "19" { - "name" "Laser Zombie" - "short" "Laser Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "242957" - "buttonid" "243035" - "triggerid" "242963" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Laser Zombie" + "short" "Laser Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "242957" + "buttonid" "243035" + "triggerid" "242963" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg b/entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg old mode 100755 new mode 100644 index 04c7fc13..2849e1bc --- a/entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg +++ b/entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Shield" - "short" "Shield" - "color" "004488" - "filter" "shielduser" - "weaponid" "8158" - "buttonid" "28228" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Shield" + "short" "Shield" + "color" "004488" + "filter" "shielduser" + "weaponid" "8158" + "buttonid" "28228" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg b/entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg old mode 100755 new mode 100644 index c54c4dd5..43319d0d --- a/entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg +++ b/entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg @@ -3,152 +3,152 @@ // Human - Items "0" { - "name" "Sword" - "short" "Sword" - "color" "0000FF" - "filter" "" - "weaponid" "13270" - "buttonid" "193544" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Sword" + "short" "Sword" + "color" "0000FF" + "filter" "" + "weaponid" "13270" + "buttonid" "193544" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "1" { - "name" "Bow and Arrows" - "short" "Bow" - "color" "8B4513" - "filter" "" - "weaponid" "1657983" - "buttonid" "1657977" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "9" + "name" "Bow and Arrows" + "short" "Bow" + "color" "8B4513" + "filter" "" + "weaponid" "1657983" + "buttonid" "1657977" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "9" } "2" { - "name" "River Axe" - "short" "Axe" - "color" "8B4513" - "filter" "" - "weaponid" "94227" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "River Axe" + "short" "Axe" + "color" "8B4513" + "filter" "" + "weaponid" "94227" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Diamond Pickaxe" - "short" "Pickaxe" - "color" "43C6DB" - "filter" "" - "weaponid" "120494" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Diamond Pickaxe" + "short" "Pickaxe" + "color" "43C6DB" + "filter" "" + "weaponid" "120494" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "" - "weaponid" "182215" - "buttonid" "182281" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "" + "weaponid" "182215" + "buttonid" "182281" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Flint" - "short" "Flint" - "color" "7D7D7D" - "filter" "" - "weaponid" "515304" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flint" + "short" "Flint" + "color" "7D7D7D" + "filter" "" + "weaponid" "515304" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Steel" - "short" "Steel" - "color" "FFFFFF" - "filter" "" - "weaponid" "515276" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Steel" + "short" "Steel" + "color" "FFFFFF" + "filter" "" + "weaponid" "515276" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Firemines" - "short" "Firemines" - "color" "7D0000" - "filter" "" - "weaponid" "948183" - "buttonid" "948192" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Firemines" + "short" "Firemines" + "color" "7D0000" + "filter" "" + "weaponid" "948183" + "buttonid" "948192" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Wall" - "short" "Wall" - "color" "7D7D7D" - "filter" "" - "weaponid" "948269" - "buttonid" "948278" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "13" - "cooldown" "1" + "name" "Wall" + "short" "Wall" + "color" "7D7D7D" + "filter" "" + "weaponid" "948269" + "buttonid" "948278" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "13" + "cooldown" "1" } "9" { - "name" "Dragon Egg" - "short" "Egg" - "color" "5A005A" - "filter" "" - "weaponid" "1175908" - "buttonid" "1175905" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "5" + "name" "Dragon Egg" + "short" "Egg" + "color" "5A005A" + "filter" "" + "weaponid" "1175908" + "buttonid" "1175905" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "5" } } diff --git a/entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg b/entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg old mode 100755 new mode 100644 index e479c6df..3b1f1a98 --- a/entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg +++ b/entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "The Bow" - "short" "Bow" - "color" "2A5CBA" - "filter" "" - "weaponid" "28664" - "buttonid" "35259" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "The Bow" + "short" "Bow" + "color" "2A5CBA" + "filter" "" + "weaponid" "28664" + "buttonid" "35259" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Sword" - "short" "Sword" - "color" "2A5CBA" - "filter" "" - "weaponid" "178558" - "buttonid" "178513" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Sword" + "short" "Sword" + "color" "2A5CBA" + "filter" "" + "weaponid" "178558" + "buttonid" "178513" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "2" { - "name" "Troll Face" - "short" "Troll" - "color" "879FBA" - "filter" "" - "weaponid" "89624" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Troll Face" + "short" "Troll" + "color" "879FBA" + "filter" "" + "weaponid" "89624" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Creeper Head" - "short" "Creeper" - "color" "879FBA" - "filter" "" - "weaponid" "24732" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Creeper Head" + "short" "Creeper" + "color" "879FBA" + "filter" "" + "weaponid" "24732" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Pumpkin Head" - "short" "Pumpkin" - "color" "879FBA" - "filter" "" - "weaponid" "73093" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Pumpkin Head" + "short" "Pumpkin" + "color" "879FBA" + "filter" "" + "weaponid" "73093" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_mist_v1_3.cfg b/entWatch4/configs/entwatch/ze_mist_v1_3.cfg old mode 100755 new mode 100644 index 790808ed..60aab261 --- a/entWatch4/configs/entwatch/ze_mist_v1_3.cfg +++ b/entWatch4/configs/entwatch/ze_mist_v1_3.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Ice Nova" - "short" "Ice" - "color" "3AC7C9" - "filter" "" - "weaponid" "1068077" - "buttonid" "1068079" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Ice Nova" + "short" "Ice" + "color" "3AC7C9" + "filter" "" + "weaponid" "1068077" + "buttonid" "1068079" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "1" { - "name" "Acid Flame" - "short" "Flame" - "color" "E26417" - "filter" "" - "weaponid" "1082763" - "buttonid" "1082895" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Acid Flame" + "short" "Flame" + "color" "E26417" + "filter" "" + "weaponid" "1082763" + "buttonid" "1082895" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "2" { - "name" "Spirit Burst" - "short" "Burst" - "color" "9DAFDC" - "filter" "" - "weaponid" "1084333" - "buttonid" "1084335" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Spirit Burst" + "short" "Burst" + "color" "9DAFDC" + "filter" "" + "weaponid" "1084333" + "buttonid" "1084335" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "3" { - "name" "Toxic Haze" - "short" "Toxic" - "color" "33BA0F" - "filter" "" - "weaponid" "1125887" - "buttonid" "1125956" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Toxic Haze" + "short" "Toxic" + "color" "33BA0F" + "filter" "" + "weaponid" "1125887" + "buttonid" "1125956" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Static Field" - "short" "Static" - "color" "D357DE" - "filter" "" - "weaponid" "1086096" - "buttonid" "1086028" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Static Field" + "short" "Static" + "color" "D357DE" + "filter" "" + "weaponid" "1086096" + "buttonid" "1086028" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "5" { - "name" "Cleansing Aura" - "short" "Aura" - "color" "DC89AA" - "filter" "" - "weaponid" "1112064" - "buttonid" "1112131" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Cleansing Aura" + "short" "Aura" + "color" "DC89AA" + "filter" "" + "weaponid" "1112064" + "buttonid" "1112131" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_moltentemple_a5.cfg b/entWatch4/configs/entwatch/ze_moltentemple_a5.cfg old mode 100755 new mode 100644 index 053b658f..eb49ae61 --- a/entWatch4/configs/entwatch/ze_moltentemple_a5.cfg +++ b/entWatch4/configs/entwatch/ze_moltentemple_a5.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Bow" - "short" "Bow" - "color" "2A2A2A" - "filter" "" - "weaponid" "211273" - "buttonid" "211401" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bow" + "short" "Bow" + "color" "2A2A2A" + "filter" "" + "weaponid" "211273" + "buttonid" "211401" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Bow" - "short" "Bow" - "color" "2A2A2A" - "filter" "" - "weaponid" "230843" - "buttonid" "230845" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bow" + "short" "Bow" + "color" "2A2A2A" + "filter" "" + "weaponid" "230843" + "buttonid" "230845" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Bow" - "short" "Bow" - "color" "2A2A2A" - "filter" "" - "weaponid" "769462" - "buttonid" "769444" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bow" + "short" "Bow" + "color" "2A2A2A" + "filter" "" + "weaponid" "769462" + "buttonid" "769444" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg b/entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg old mode 100755 new mode 100644 index 0fdba2f3..7a9442ea --- a/entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg +++ b/entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg @@ -3,738 +3,738 @@ // Human - Paper Escaper "0" { - "name" "Heal" - "short" "Heal" - "color" "0040FF" - "filter" "" - "weaponid" "838069" - "buttonid" "838136" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Heal" + "short" "Heal" + "color" "0040FF" + "filter" "" + "weaponid" "838069" + "buttonid" "838136" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "1" { - "name" "Raivb1000" - "short" "Raivb1000" - "color" "0040FF" - "filter" "" - "weaponid" "1188732" - "buttonid" "1188734" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Raivb1000" + "short" "Raivb1000" + "color" "0040FF" + "filter" "" + "weaponid" "1188732" + "buttonid" "1188734" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Human - Paranoid "2" { - "name" "Earendil Light" - "short" "Earendil" - "color" "0040FF" - "filter" "" - "weaponid" "1848" - "buttonid" "1850" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Earendil Light" + "short" "Earendil" + "color" "0040FF" + "filter" "" + "weaponid" "1848" + "buttonid" "1850" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Singularity Cannon" - "short" "Singularity" - "color" "0040FF" - "filter" "" - "weaponid" "766634" - "buttonid" "766636" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "4" - "cooldown" "16" + "name" "Singularity Cannon" + "short" "Singularity" + "color" "0040FF" + "filter" "" + "weaponid" "766634" + "buttonid" "766636" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "4" + "cooldown" "16" } "4" { - "name" "C4" - "short" "C4" - "color" "0040FF" - "filter" "" - "weaponid" "767352" - "buttonid" "767363" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "C4" + "short" "C4" + "color" "0040FF" + "filter" "" + "weaponid" "767352" + "buttonid" "767363" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "VIP" - "short" "VIP" - "color" "0040FF" - "filter" "" - "weaponid" "1436876" - "buttonid" "0" - "triggerid" "1437079" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "VIP" + "short" "VIP" + "color" "0040FF" + "filter" "" + "weaponid" "1436876" + "buttonid" "0" + "triggerid" "1437079" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "6" { - "name" "Ladder" - "short" "Ladder" - "color" "0040FF" - "filter" "" - "weaponid" "1719258" - "buttonid" "1719265" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ladder" + "short" "Ladder" + "color" "0040FF" + "filter" "" + "weaponid" "1719258" + "buttonid" "1719265" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "" - "weaponid" "2016309" - "buttonid" "2016209" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "" + "weaponid" "2016309" + "buttonid" "2016209" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Freezer" - "short" "Freezer" - "color" "0040FF" - "filter" "" - "weaponid" "3260193" - "buttonid" "3260205" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "23" + "name" "Freezer" + "short" "Freezer" + "color" "0040FF" + "filter" "" + "weaponid" "3260193" + "buttonid" "3260205" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "23" } "9" { - "name" "Annihilator" - "short" "Annihilator" - "color" "0040FF" - "filter" "" - "weaponid" "3261303" - "buttonid" "3261305" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Annihilator" + "short" "Annihilator" + "color" "0040FF" + "filter" "" + "weaponid" "3261303" + "buttonid" "3261305" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Human - Predator "10" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "0040FF" - "filter" "" - "weaponid" "1879" - "buttonid" "1877" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "0040FF" + "filter" "" + "weaponid" "1879" + "buttonid" "1877" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Pushgun" - "short" "Pushgun" - "color" "0040FF" - "filter" "" - "weaponid" "1904" - "buttonid" "1899" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Pushgun" + "short" "Pushgun" + "color" "0040FF" + "filter" "" + "weaponid" "1904" + "buttonid" "1899" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "12" { - "name" "Alien Device" - "short" "Device" - "color" "0040FF" - "filter" "" - "weaponid" "108727" - "buttonid" "108594" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Alien Device" + "short" "Device" + "color" "0040FF" + "filter" "" + "weaponid" "108727" + "buttonid" "108594" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Human - Mako "13" { - "name" "Earth Materia" - "short" "Earth" - "color" "0040FF" - "filter" "" - "weaponid" "1918" - "buttonid" "1914" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Earth Materia" + "short" "Earth" + "color" "0040FF" + "filter" "" + "weaponid" "1918" + "buttonid" "1914" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "14" { - "name" "Wind Materia" - "short" "Wind" - "color" "0040FF" - "filter" "" - "weaponid" "1928" - "buttonid" "1984" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Wind Materia" + "short" "Wind" + "color" "0040FF" + "filter" "" + "weaponid" "1928" + "buttonid" "1984" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "15" { - "name" "Fire Materia" - "short" "Fire" - "color" "0040FF" - "filter" "" - "weaponid" "1948" - "buttonid" "1943" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Materia" + "short" "Fire" + "color" "0040FF" + "filter" "" + "weaponid" "1948" + "buttonid" "1943" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "16" { - "name" "Ice Materia" - "short" "Ice" - "color" "0040FF" - "filter" "" - "weaponid" "1963" - "buttonid" "1959" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice Materia" + "short" "Ice" + "color" "0040FF" + "filter" "" + "weaponid" "1963" + "buttonid" "1959" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "17" { - "name" "Ultima Materia" - "short" "Ultima" - "color" "0040FF" - "filter" "" - "weaponid" "1975" - "buttonid" "1971" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Ultima Materia" + "short" "Ultima" + "color" "0040FF" + "filter" "" + "weaponid" "1975" + "buttonid" "1971" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "18" { - "name" "Electro Materia" - "short" "Electro" - "color" "0040FF" - "filter" "" - "weaponid" "2010" - "buttonid" "2005" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "4" - "maxuses" "3" - "cooldown" "70" + "name" "Electro Materia" + "short" "Electro" + "color" "0040FF" + "filter" "" + "weaponid" "2010" + "buttonid" "2005" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "4" + "maxuses" "3" + "cooldown" "70" } "19" { - "name" "Heal Materia" - "short" "Heal" - "color" "0040FF" - "filter" "" - "weaponid" "791149" - "buttonid" "791146" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal Materia" + "short" "Heal" + "color" "0040FF" + "filter" "" + "weaponid" "791149" + "buttonid" "791146" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } // Human - Random "20" { - "name" "Speed Weapon" - "short" "Speed" - "color" "0040FF" - "filter" "" - "weaponid" "1906" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Speed Weapon" + "short" "Speed" + "color" "0040FF" + "filter" "" + "weaponid" "1906" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "21" { - "name" "Barricade" - "short" "Barricade" - "color" "0040FF" - "filter" "" - "weaponid" "1422178" - "buttonid" "1422175" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "18" - "cooldown" "2" + "name" "Barricade" + "short" "Barricade" + "color" "0040FF" + "filter" "" + "weaponid" "1422178" + "buttonid" "1422175" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "18" + "cooldown" "2" } "22" { - "name" "Invisibility" - "short" "Invisibility" - "color" "0040FF" - "filter" "" - "weaponid" "3285374" - "buttonid" "3285447" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Invisibility" + "short" "Invisibility" + "color" "0040FF" + "filter" "" + "weaponid" "3285374" + "buttonid" "3285447" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "23" { - "name" "Mines" - "short" "Mines" - "color" "0040FF" - "filter" "" - "weaponid" "3554386" - "buttonid" "3554394" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "4" - "cooldown" "0" + "name" "Mines" + "short" "Mines" + "color" "0040FF" + "filter" "" + "weaponid" "3554386" + "buttonid" "3554394" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "4" + "cooldown" "0" } "24" { - "name" "Bunker" - "short" "Bunker" - "color" "0040FF" - "filter" "" - "weaponid" "4479286" - "buttonid" "4479288" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bunker" + "short" "Bunker" + "color" "0040FF" + "filter" "" + "weaponid" "4479286" + "buttonid" "4479288" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Minas "25" { - "name" "Barricade - Bench" - "short" "Barricade - Bench" - "color" "0040FF" - "filter" "" - "weaponid" "2482022" - "buttonid" "2482024" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Bench" + "short" "Barricade - Bench" + "color" "0040FF" + "filter" "" + "weaponid" "2482022" + "buttonid" "2482024" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "26" { - "name" "Barricade - Fence" - "short" "Barricade - Fence" - "color" "0040FF" - "filter" "" - "weaponid" "2482035" - "buttonid" "2482037" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Fence" + "short" "Barricade - Fence" + "color" "0040FF" + "filter" "" + "weaponid" "2482035" + "buttonid" "2482037" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "27" { - "name" "Barricade - Shelf" - "short" "Barricade - Shelf" - "color" "0040FF" - "filter" "" - "weaponid" "2482048" - "buttonid" "2482050" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Shelf" + "short" "Barricade - Shelf" + "color" "0040FF" + "filter" "" + "weaponid" "2482048" + "buttonid" "2482050" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "28" { - "name" "Barricade - Crate" - "short" "Barricade - Crate" - "color" "0040FF" - "filter" "" - "weaponid" "2482100" - "buttonid" "2482102" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Crate" + "short" "Barricade - Crate" + "color" "0040FF" + "filter" "" + "weaponid" "2482100" + "buttonid" "2482102" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "29" { - "name" "Barricade - Haybale" - "short" "Barricade - Haybale" - "color" "0040FF" - "filter" "" - "weaponid" "2482126" - "buttonid" "2482128" - "triggerid" "0" - "display" "2" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Barricade - Haybale" + "short" "Barricade - Haybale" + "color" "0040FF" + "filter" "" + "weaponid" "2482126" + "buttonid" "2482128" + "triggerid" "0" + "display" "2" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Minas "30" { - "name" "Nazgul" - "short" "Nazgul" - "color" "B40404" - "filter" "" - "weaponid" "1783" - "buttonid" "0" - "triggerid" "413248" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nazgul" + "short" "Nazgul" + "color" "B40404" + "filter" "" + "weaponid" "1783" + "buttonid" "0" + "triggerid" "413248" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "31" { - "name" "TNT" - "short" "TNT" - "color" "B40404" - "filter" "" - "weaponid" "1407995" - "buttonid" "0" - "triggerid" "1408081" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "TNT" + "short" "TNT" + "color" "B40404" + "filter" "" + "weaponid" "1407995" + "buttonid" "0" + "triggerid" "1408081" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "32" { - "name" "Balrog" - "short" "Balrog" - "color" "B40404" - "filter" "" - "weaponid" "2530359" - "buttonid" "0" - "triggerid" "2530356" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balrog" + "short" "Balrog" + "color" "B40404" + "filter" "" + "weaponid" "2530359" + "buttonid" "0" + "triggerid" "2530356" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Paranoid "33" { - "name" "Jumper" - "short" "Jumper" - "color" "B40404" - "filter" "" - "weaponid" "11041" - "buttonid" "11028" - "triggerid" "11038" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Jumper" + "short" "Jumper" + "color" "B40404" + "filter" "" + "weaponid" "11041" + "buttonid" "11028" + "triggerid" "11038" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "34" { - "name" "Antlion" - "short" "Antlion" - "color" "B40404" - "filter" "" - "weaponid" "11073" - "buttonid" "0" - "triggerid" "11070" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Antlion" + "short" "Antlion" + "color" "B40404" + "filter" "" + "weaponid" "11073" + "buttonid" "0" + "triggerid" "11070" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "35" { - "name" "Titan" - "short" "Titan" - "color" "B40404" - "filter" "" - "weaponid" "11197" - "buttonid" "0" - "triggerid" "11194" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Titan" + "short" "Titan" + "color" "B40404" + "filter" "" + "weaponid" "11197" + "buttonid" "0" + "triggerid" "11194" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "36" { - "name" "Zombie Summoner" - "short" "Summoner" - "color" "B40404" - "filter" "" - "weaponid" "204658" - "buttonid" "0" - "triggerid" "451517" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zombie Summoner" + "short" "Summoner" + "color" "B40404" + "filter" "" + "weaponid" "204658" + "buttonid" "0" + "triggerid" "451517" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "37" { - "name" "Bird" - "short" "Bird" - "color" "B40404" - "filter" "" - "weaponid" "1565785" - "buttonid" "1565800" - "triggerid" "1565782" - "display" "5" - "slot" "3" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Bird" + "short" "Bird" + "color" "B40404" + "filter" "" + "weaponid" "1565785" + "buttonid" "1565800" + "triggerid" "1565782" + "display" "5" + "slot" "3" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "38" { - "name" "Stopper" - "short" "Stopper" - "color" "B40404" - "filter" "" - "weaponid" "1735652" - "buttonid" "0" - "triggerid" "1735649" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Stopper" + "short" "Stopper" + "color" "B40404" + "filter" "" + "weaponid" "1735652" + "buttonid" "0" + "triggerid" "1735649" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "39" { - "name" "Pyramid Head" - "short" "Pyramid Head" - "color" "B40404" - "filter" "" - "weaponid" "1910977" - "buttonid" "1910989" - "triggerid" "1910979" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "3" + "name" "Pyramid Head" + "short" "Pyramid Head" + "color" "B40404" + "filter" "" + "weaponid" "1910977" + "buttonid" "1910989" + "triggerid" "1910979" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "3" } "40" { - "name" "Scary Zombie" - "short" "Scary Zombie" - "color" "B40404" - "filter" "" - "weaponid" "1958934" - "buttonid" "1958950" - "triggerid" "1958936" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "37" + "name" "Scary Zombie" + "short" "Scary Zombie" + "color" "B40404" + "filter" "" + "weaponid" "1958934" + "buttonid" "1958950" + "triggerid" "1958936" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "37" } "41" { - "name" "Crab" - "short" "Crab" - "color" "B40404" - "filter" "" - "weaponid" "3395991" - "buttonid" "0" - "triggerid" "3396008" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Crab" + "short" "Crab" + "color" "B40404" + "filter" "" + "weaponid" "3395991" + "buttonid" "0" + "triggerid" "3396008" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Random "42" { - "name" "Trampoline" - "short" "Trampoline" - "color" "B40404" - "filter" "" - "weaponid" "283070" - "buttonid" "283140" - "triggerid" "283067" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "48" + "name" "Trampoline" + "short" "Trampoline" + "color" "B40404" + "filter" "" + "weaponid" "283070" + "buttonid" "283140" + "triggerid" "283067" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "48" } "43" { - "name" "Vacuum" - "short" "Vacuum" - "color" "B40404" - "filter" "" - "weaponid" "289433" - "buttonid" "289786" - "triggerid" "1408555" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "44" + "name" "Vacuum" + "short" "Vacuum" + "color" "B40404" + "filter" "" + "weaponid" "289433" + "buttonid" "289786" + "triggerid" "1408555" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "44" } "44" { - "name" "Rocket Launcher" - "short" "Rocket Launcher" - "color" "B40404" - "filter" "" - "weaponid" "1147636" - "buttonid" "1147803" - "triggerid" "1147642" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "44" + "name" "Rocket Launcher" + "short" "Rocket Launcher" + "color" "B40404" + "filter" "" + "weaponid" "1147636" + "buttonid" "1147803" + "triggerid" "1147642" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "44" } "45" { - "name" "Cube" - "short" "Cube" - "color" "B40404" - "filter" "" - "weaponid" "3554464" - "buttonid" "3554466" - "triggerid" "3554461" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "1" + "name" "Cube" + "short" "Cube" + "color" "B40404" + "filter" "" + "weaponid" "3554464" + "buttonid" "3554466" + "triggerid" "3554461" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "1" } "46" { - "name" "Raptor" - "short" "Raptor" - "color" "B40404" - "filter" "" - "weaponid" "3756576" - "buttonid" "3756567" - "triggerid" "3756570" - "display" "5" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "17" + "name" "Raptor" + "short" "Raptor" + "color" "B40404" + "filter" "" + "weaponid" "3756576" + "buttonid" "3756567" + "triggerid" "3756570" + "display" "5" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "17" } "47" { - "name" "Shadow Ball" - "short" "Shadow Ball" - "color" "B40404" - "filter" "" - "weaponid" "3922762" - "buttonid" "3922767" - "triggerid" "3922764" - "display" "5" - "slot" "3" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Shadow Ball" + "short" "Shadow Ball" + "color" "B40404" + "filter" "" + "weaponid" "3922762" + "buttonid" "3922767" + "triggerid" "3922764" + "display" "5" + "slot" "3" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_notredame_v1_3.cfg b/entWatch4/configs/entwatch/ze_notredame_v1_3.cfg old mode 100755 new mode 100644 index 784b78f4..b56f2010 --- a/entWatch4/configs/entwatch/ze_notredame_v1_3.cfg +++ b/entWatch4/configs/entwatch/ze_notredame_v1_3.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Shotgun" - "short" "Shotgun" - "color" "BB0000" - "filter" "HunchBackC" - "weaponid" "119886" - "buttonid" "121553" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "59" + "name" "Shotgun" + "short" "Shotgun" + "color" "BB0000" + "filter" "HunchBackC" + "weaponid" "119886" + "buttonid" "121553" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "59" } "1" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "BB0000" - "filter" "UndeadC" - "weaponid" "127266" - "buttonid" "127263" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "59" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "BB0000" + "filter" "UndeadC" + "weaponid" "127266" + "buttonid" "127263" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "59" } "2" { - "name" "Super Boost" - "short" "Boost" - "color" "111111" - "filter" "ViolaC" - "weaponid" "125124" - "buttonid" "125126" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "59" + "name" "Super Boost" + "short" "Boost" + "color" "111111" + "filter" "ViolaC" + "weaponid" "125124" + "buttonid" "125126" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "59" } } diff --git a/entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg b/entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg old mode 100755 new mode 100644 index 9df9638c..bb352f34 --- a/entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg +++ b/entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg @@ -3,214 +3,214 @@ // Human - Items "0" { - "name" "Cisneros' Hero Burguer" - "short" "Burguer" - "color" "120061" - "filter" "burg_pl" - "weaponid" "1905" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Cisneros' Hero Burguer" + "short" "Burguer" + "color" "120061" + "filter" "burg_pl" + "weaponid" "1905" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "heal" - "weaponid" "1984" - "buttonid" "1986" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "heal" + "weaponid" "1984" + "buttonid" "1986" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "2" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "111111" - "filter" "we1" - "weaponid" "2091" - "buttonid" "1993" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "111111" + "filter" "we1" + "weaponid" "2091" + "buttonid" "1993" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Penis Gun" - "short" "Penis Gun" - "color" "FF6EB4" - "filter" "penis" - "weaponid" "2618" - "buttonid" "2616" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Penis Gun" + "short" "Penis Gun" + "color" "FF6EB4" + "filter" "penis" + "weaponid" "2618" + "buttonid" "2616" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "4" { - "name" "Raivb1000 Prototype" - "short" "Raivb1000" - "color" "120061" - "filter" "cannon" - "weaponid" "2841" - "buttonid" "2842" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Raivb1000 Prototype" + "short" "Raivb1000" + "color" "120061" + "filter" "cannon" + "weaponid" "2841" + "buttonid" "2842" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Ammo Box" - "short" "Ammo" - "color" "2F2F2F" - "filter" "ammo" - "weaponid" "2971" - "buttonid" "2972" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Ammo Box" + "short" "Ammo" + "color" "2F2F2F" + "filter" "ammo" + "weaponid" "2971" + "buttonid" "2972" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "6" { - "name" "Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "" - "weaponid" "3377" - "buttonid" "3378" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "" + "weaponid" "3377" + "buttonid" "3378" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "" - "weaponid" "3386" - "buttonid" "3387" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "" + "weaponid" "3386" + "buttonid" "3387" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "0080FF" - "filter" "we2" - "weaponid" "3413" - "buttonid" "3437" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "0080FF" + "filter" "we2" + "weaponid" "3413" + "buttonid" "3437" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "9" { - "name" "CoolR Gun" - "short" "CoolR" - "color" "0000FF" - "filter" "coolrguy" - "weaponid" "3504" - "buttonid" "3502" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "CoolR Gun" + "short" "CoolR" + "color" "0000FF" + "filter" "coolrguy" + "weaponid" "3504" + "buttonid" "3502" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "10" { - "name" "Speed Weapon" - "short" "Speed" - "color" "00FF00" - "filter" "" - "weaponid" "3792" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Speed Weapon" + "short" "Speed" + "color" "00FF00" + "filter" "" + "weaponid" "3792" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "SpaceSuit" - "short" "SpaceSuit" - "color" "0000FF" - "filter" "" - "weaponid" "2242" - "buttonid" "0" - "triggerid" "349562" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "SpaceSuit" + "short" "SpaceSuit" + "color" "0000FF" + "filter" "" + "weaponid" "2242" + "buttonid" "0" + "triggerid" "349562" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Tornado" - "short" "Tornado" - "color" "00B33C" - "filter" "tornado" - "weaponid" "4047" - "buttonid" "4045" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "0" - "cooldown" "120" + "name" "Tornado" + "short" "Tornado" + "color" "00B33C" + "filter" "tornado" + "weaponid" "4047" + "buttonid" "4045" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "0" + "cooldown" "120" } // Zombie - Items "13" { - "name" "Fast Knife" - "short" "Fast Zombie" - "color" "120061" - "filter" "" - "weaponid" "2342" - "buttonid" "0" - "triggerid" "368520" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fast Knife" + "short" "Fast Zombie" + "color" "120061" + "filter" "" + "weaponid" "2342" + "buttonid" "0" + "triggerid" "368520" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg b/entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg old mode 100755 new mode 100644 index 471fc824..149c5322 --- a/entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg +++ b/entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg @@ -3,680 +3,680 @@ // Human - Regular Items.. "0" { - "name" "Unlimited Ammo Weapon" - "short" "Unlimited Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "145101" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "1" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Unlimited Ammo Weapon" + "short" "Unlimited Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "145101" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "1" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Zombie Radar" - "short" "Zombie Radar" - "color" "0040FF" - "filter" "" - "weaponid" "144352" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zombie Radar" + "short" "Zombie Radar" + "color" "0040FF" + "filter" "" + "weaponid" "144352" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Invurnability Weapon" - "short" "Invurnability" - "color" "0040FF" - "filter" "" - "weaponid" "144022" - "buttonid" "144013" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "40" + "name" "Invurnability Weapon" + "short" "Invurnability" + "color" "0040FF" + "filter" "" + "weaponid" "144022" + "buttonid" "144013" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "40" } "3" { - "name" "Teleport Weapon" - "short" "Teleport" - "color" "0040FF" - "filter" "" - "weaponid" "143913" - "buttonid" "143907" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "1" - "cooldown" "0" + "name" "Teleport Weapon" + "short" "Teleport" + "color" "0040FF" + "filter" "" + "weaponid" "143913" + "buttonid" "143907" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "1" + "cooldown" "0" } "4" { - "name" "Sprint Weapon" - "short" "Sprint" - "color" "0040FF" - "filter" "" - "weaponid" "143840" - "buttonid" "143772" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "30" + "name" "Sprint Weapon" + "short" "Sprint" + "color" "0040FF" + "filter" "" + "weaponid" "143840" + "buttonid" "143772" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "30" } "5" { - "name" "Invisibility Weapon" - "short" "Invisibility" - "color" "0040FF" - "filter" "" - "weaponid" "143756" - "buttonid" "143760" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "60" + "name" "Invisibility Weapon" + "short" "Invisibility" + "color" "0040FF" + "filter" "" + "weaponid" "143756" + "buttonid" "143760" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Car" - "short" "Car" - "color" "0040FF" - "filter" "" - "weaponid" "145895" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Car" + "short" "Car" + "color" "0040FF" + "filter" "" + "weaponid" "145895" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - First maze items.. "7" { - "name" "Giant Chainsaw" - "short" "Chainsaw" - "color" "0040FF" - "filter" "" - "weaponid" "144787" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Giant Chainsaw" + "short" "Chainsaw" + "color" "0040FF" + "filter" "" + "weaponid" "144787" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Gravity Gun" - "short" "Gravity Gun" - "color" "0040FF" - "filter" "" - "weaponid" "144665" - "buttonid" "144662" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "2" + "name" "Gravity Gun" + "short" "Gravity Gun" + "color" "0040FF" + "filter" "" + "weaponid" "144665" + "buttonid" "144662" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "2" } "9" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "0040FF" - "filter" "" - "weaponid" "144195" - "buttonid" "144116" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "0040FF" + "filter" "" + "weaponid" "144195" + "buttonid" "144116" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Freezer" - "short" "Freezer" - "color" "0040FF" - "filter" "" - "weaponid" "144101" - "buttonid" "144106" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "23" + "name" "Freezer" + "short" "Freezer" + "color" "0040FF" + "filter" "" + "weaponid" "144101" + "buttonid" "144106" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "23" } "11" { - "name" "MG42" - "short" "MG42" - "color" "0040FF" - "filter" "" - "weaponid" "805697" - "buttonid" "805687" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "22" + "name" "MG42" + "short" "MG42" + "color" "0040FF" + "filter" "" + "weaponid" "805697" + "buttonid" "805687" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "22" } "12" { - "name" "Ladder Carrier" - "short" "Ladder" - "color" "0040FF" - "filter" "" - "weaponid" "144215" - "buttonid" "144210" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "20" + "name" "Ladder Carrier" + "short" "Ladder" + "color" "0040FF" + "filter" "" + "weaponid" "144215" + "buttonid" "144210" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "20" } "13" { - "name" "Builder" - "short" "Builder" - "color" "0040FF" - "filter" "" - "weaponid" "143902" - "buttonid" "143896" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "10" - "cooldown" "1" + "name" "Builder" + "short" "Builder" + "color" "0040FF" + "filter" "" + "weaponid" "143902" + "buttonid" "143896" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "10" + "cooldown" "1" } "14" { - "name" "Grenade Maker" - "short" "Grenade Maker" - "color" "0040FF" - "filter" "" - "weaponid" "143869" - "buttonid" "143866" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "15" - "cooldown" "1" + "name" "Grenade Maker" + "short" "Grenade Maker" + "color" "0040FF" + "filter" "" + "weaponid" "143869" + "buttonid" "143866" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "15" + "cooldown" "1" } "15" { - "name" "Rocket Launcher" - "short" "Rocket Launcher" - "color" "0040FF" - "filter" "" - "weaponid" "143855" - "buttonid" "143852" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "6" + "name" "Rocket Launcher" + "short" "Rocket Launcher" + "color" "0040FF" + "filter" "" + "weaponid" "143855" + "buttonid" "143852" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "6" } "16" { - "name" "Bed Item" - "short" "Bed" - "color" "0040FF" - "filter" "" - "weaponid" "146242" - "buttonid" "146239" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "18" + "name" "Bed Item" + "short" "Bed" + "color" "0040FF" + "filter" "" + "weaponid" "146242" + "buttonid" "146239" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "18" } "17" { - "name" "Heal Item" - "short" "Heal" - "color" "0040FF" - "filter" "" - "weaponid" "146227" - "buttonid" "146229" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "40" + "name" "Heal Item" + "short" "Heal" + "color" "0040FF" + "filter" "" + "weaponid" "146227" + "buttonid" "146229" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "40" } "18" { - "name" "Earendil Light" - "short" "Earendil" - "color" "0040FF" - "filter" "" - "weaponid" "144631" - "buttonid" "146921" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "40" + "name" "Earendil Light" + "short" "Earendil" + "color" "0040FF" + "filter" "" + "weaponid" "144631" + "buttonid" "146921" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "40" } "19" { - "name" "Gandalf Staff" - "short" "Gandalf" - "color" "0040FF" - "filter" "" - "weaponid" "144243" - "buttonid" "147292" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "40" + "name" "Gandalf Staff" + "short" "Gandalf" + "color" "0040FF" + "filter" "" + "weaponid" "144243" + "buttonid" "147292" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "40" } // Human - Second maze items.. "20" { - "name" "Juggernaut" - "short" "Juggernaut" - "color" "0040FF" - "filter" "" - "weaponid" "144513" - "buttonid" "146796" - "triggerid" "146784" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Juggernaut" + "short" "Juggernaut" + "color" "0040FF" + "filter" "" + "weaponid" "144513" + "buttonid" "146796" + "triggerid" "146784" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "21" { - "name" "Singularity Cannon" - "short" "Singularity" - "color" "0040FF" - "filter" "" - "weaponid" "144359" - "buttonid" "144364" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "3" - "cooldown" "16" + "name" "Singularity Cannon" + "short" "Singularity" + "color" "0040FF" + "filter" "" + "weaponid" "144359" + "buttonid" "144364" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "3" + "cooldown" "16" } "22" { - "name" "Thundergun" - "short" "Thundergun" - "color" "0040FF" - "filter" "thunderG" - "weaponid" "146155" - "buttonid" "146140" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "3" - "cooldown" "1" + "name" "Thundergun" + "short" "Thundergun" + "color" "0040FF" + "filter" "thunderG" + "weaponid" "146155" + "buttonid" "146140" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "3" + "cooldown" "1" } "23" { - "name" "Slower Weapon" - "short" "Slower" - "color" "0040FF" - "filter" "" - "weaponid" "144516" - "buttonid" "146802" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "50" + "name" "Slower Weapon" + "short" "Slower" + "color" "0040FF" + "filter" "" + "weaponid" "144516" + "buttonid" "146802" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "50" } "24" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "minigunh" - "weaponid" "627131" - "buttonid" "627056" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "minigunh" + "weaponid" "627131" + "buttonid" "627056" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Special items.. "25" { - "name" "Holy Grenade" - "short" "Holy Grenade" - "color" "0040FF" - "filter" "holyh" - "weaponid" "147054" - "buttonid" "147056" - "triggerid" "0" - "display" "1" - "slot" "1" - "mode" "0" - "maxuses" "1" - "cooldown" "0" + "name" "Holy Grenade" + "short" "Holy Grenade" + "color" "0040FF" + "filter" "holyh" + "weaponid" "147054" + "buttonid" "147056" + "triggerid" "0" + "display" "1" + "slot" "1" + "mode" "0" + "maxuses" "1" + "cooldown" "0" } "26" { - "name" "Annihilator" - "short" "Annihilator" - "color" "0040FF" - "filter" "humanoaniquilador" - "weaponid" "145427" - "buttonid" "145429" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "1" - "cooldown" "0" + "name" "Annihilator" + "short" "Annihilator" + "color" "0040FF" + "filter" "humanoaniquilador" + "weaponid" "145427" + "buttonid" "145429" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "1" + "cooldown" "0" } // Zombie - Regular items.. "27" { - "name" "Scary Zombie" - "short" "Scary" - "color" "B40404" - "filter" "" - "weaponid" "145113" - "buttonid" "0" - "triggerid" "145110" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Scary Zombie" + "short" "Scary" + "color" "B40404" + "filter" "" + "weaponid" "145113" + "buttonid" "0" + "triggerid" "145110" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "28" { - "name" "Barnacle Impulsion Zombie" - "short" "Barnacle" - "color" "B40404" - "filter" "" - "weaponid" "146266" - "buttonid" "146263" - "triggerid" "146260" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "10" + "name" "Barnacle Impulsion Zombie" + "short" "Barnacle" + "color" "B40404" + "filter" "" + "weaponid" "146266" + "buttonid" "146263" + "triggerid" "146260" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "10" } "29" { - "name" "Jumper" - "short" "Jumper" - "color" "B40404" - "filter" "" - "weaponid" "144229" - "buttonid" "0" - "triggerid" "144236" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Jumper" + "short" "Jumper" + "color" "B40404" + "filter" "" + "weaponid" "144229" + "buttonid" "0" + "triggerid" "144236" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "30" { - "name" "Summoner Zombie" - "short" "Summoner" - "color" "B40404" - "filter" "" - "weaponid" "143988" - "buttonid" "0" - "triggerid" "143985" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Summoner Zombie" + "short" "Summoner" + "color" "B40404" + "filter" "" + "weaponid" "143988" + "buttonid" "0" + "triggerid" "143985" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "31" { - "name" "Stopper Zombie" - "short" "Stopper" - "color" "B40404" - "filter" "" - "weaponid" "143893" - "buttonid" "0" - "triggerid" "143885" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Stopper Zombie" + "short" "Stopper" + "color" "B40404" + "filter" "" + "weaponid" "143893" + "buttonid" "0" + "triggerid" "143885" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Boss monsters.. "32" { - "name" "T-Rex" - "short" "T-Rex" - "color" "B40404" - "filter" "" - "weaponid" "145960" - "buttonid" "0" - "triggerid" "145962" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "T-Rex" + "short" "T-Rex" + "color" "B40404" + "filter" "" + "weaponid" "145960" + "buttonid" "0" + "triggerid" "145962" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "33" { - "name" "Balrog" - "short" "Balrog" - "color" "B40404" - "filter" "" - "weaponid" "145917" - "buttonid" "0" - "triggerid" "147102" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Balrog" + "short" "Balrog" + "color" "B40404" + "filter" "" + "weaponid" "145917" + "buttonid" "0" + "triggerid" "147102" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "34" { - "name" "Titan" - "short" "Titan" - "color" "B40404" - "filter" "" - "weaponid" "144572" - "buttonid" "0" - "triggerid" "144574" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Titan" + "short" "Titan" + "color" "B40404" + "filter" "" + "weaponid" "144572" + "buttonid" "0" + "triggerid" "144574" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Special items.. "35" { - "name" "Vortigaunt" - "short" "Vortigaunt" - "color" "B40404" - "filter" "" - "weaponid" "146131" - "buttonid" "146124" - "triggerid" "146053" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Vortigaunt" + "short" "Vortigaunt" + "color" "B40404" + "filter" "" + "weaponid" "146131" + "buttonid" "146124" + "triggerid" "146053" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "36" { - "name" "Synth" - "short" "Synth" - "color" "B40404" - "filter" "" - "weaponid" "144625" - "buttonid" "0" - "triggerid" "144622" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Synth" + "short" "Synth" + "color" "B40404" + "filter" "" + "weaponid" "144625" + "buttonid" "0" + "triggerid" "144622" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "37" { - "name" "Antlion" - "short" "Antlion" - "color" "B40404" - "filter" "" - "weaponid" "144555" - "buttonid" "0" - "triggerid" "144563" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Antlion" + "short" "Antlion" + "color" "B40404" + "filter" "" + "weaponid" "144555" + "buttonid" "0" + "triggerid" "144563" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "38" { - "name" "Pyramid Head" - "short" "Pyramid Head" - "color" "B40404" - "filter" "" - "weaponid" "144536" - "buttonid" "147286" - "triggerid" "144538" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Pyramid Head" + "short" "Pyramid Head" + "color" "B40404" + "filter" "" + "weaponid" "144536" + "buttonid" "147286" + "triggerid" "144538" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Neutral - Gamemode Items.. "39" { - "name" "Zombie Boss" - "short" "Zombie Boss" - "color" "B40404" - "filter" "" - "weaponid" "147300" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zombie Boss" + "short" "Zombie Boss" + "color" "B40404" + "filter" "" + "weaponid" "147300" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "40" { - "name" "VIP" - "short" "VIP" - "color" "0040FF" - "filter" "" - "weaponid" "100001" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "VIP" + "short" "VIP" + "color" "0040FF" + "filter" "" + "weaponid" "100001" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "41" { - "name" "Jukebox" - "short" "Jukebox" - "color" "0040FF" - "filter" "" - "weaponid" "1234469" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "4" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Jukebox" + "short" "Jukebox" + "color" "0040FF" + "filter" "" + "weaponid" "1234469" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "4" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Neutral - Regular Items.. "42" { - "name" "Dog" - "short" "Dog" - "color" "CCCCCC" - "filter" "" - "weaponid" "146285" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dog" + "short" "Dog" + "color" "CCCCCC" + "filter" "" + "weaponid" "146285" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Dog Triggers "43" { - "name" "Trigger 1" - "triggerid" "146287" + "name" "Trigger 1" + "triggerid" "146287" } "44" { - "name" "Trigger 2" - "triggerid" "146282" + "name" "Trigger 2" + "triggerid" "146282" } "45" { - "name" "Trigger 3" - "triggerid" "1097761" + "name" "Trigger 3" + "triggerid" "1097761" } } diff --git a/entWatch4/configs/entwatch/ze_paranoid_ultimate_v10_4.cfg b/entWatch4/configs/entwatch/ze_paranoid_ultimate_v10_4.cfg old mode 100755 new mode 100644 index d37e2f7f..e7b67980 --- a/entWatch4/configs/entwatch/ze_paranoid_ultimate_v10_4.cfg +++ b/entWatch4/configs/entwatch/ze_paranoid_ultimate_v10_4.cfg @@ -3,539 +3,539 @@ // Human - Jail items.. "0" { - "name" "Unlimited Ammo Weapon" - "short" "Unlimited Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "53253" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "1" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Unlimited Ammo Weapon" + "short" "Unlimited Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "53253" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "1" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Unlimited Ammo Weapon" - "short" "Unlimited Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "53453" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "1" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Unlimited Ammo Weapon" + "short" "Unlimited Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "53453" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "1" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Unlimited Ammo Weapon" - "short" "Unlimited Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "116295" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "1" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Unlimited Ammo Weapon" + "short" "Unlimited Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "116295" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "1" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - First maze items.. "3" { - "name" "Bird" - "short" "Bird" - "color" "0040FF" - "filter" "" - "weaponid" "109066" - "buttonid" "0" - "triggerid" "109068" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bird" + "short" "Bird" + "color" "0040FF" + "filter" "" + "weaponid" "109066" + "buttonid" "0" + "triggerid" "109068" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Zombie Radar" - "short" "Zombie Radar" - "color" "0040FF" - "filter" "" - "weaponid" "125409" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zombie Radar" + "short" "Zombie Radar" + "color" "0040FF" + "filter" "" + "weaponid" "125409" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Invurnability Weapon" - "short" "Invurnability" - "color" "0040FF" - "filter" "" - "weaponid" "2494" - "buttonid" "385052" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Invurnability Weapon" + "short" "Invurnability" + "color" "0040FF" + "filter" "" + "weaponid" "2494" + "buttonid" "385052" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "6" { - "name" "Teleport Weapon" - "short" "Teleport" - "color" "0040FF" - "filter" "" - "weaponid" "124997" - "buttonid" "385147" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Teleport Weapon" + "short" "Teleport" + "color" "0040FF" + "filter" "" + "weaponid" "124997" + "buttonid" "385147" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "7" { - "name" "Sprint Weapon" - "short" "Sprint" - "color" "0040FF" - "filter" "" - "weaponid" "2504" - "buttonid" "385102" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Sprint Weapon" + "short" "Sprint" + "color" "0040FF" + "filter" "" + "weaponid" "2504" + "buttonid" "385102" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } "8" { - "name" "Invisibility Weapon" - "short" "Invisibility" - "color" "0040FF" - "filter" "" - "weaponid" "141379" - "buttonid" "385032" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "42" + "name" "Invisibility Weapon" + "short" "Invisibility" + "color" "0040FF" + "filter" "" + "weaponid" "141379" + "buttonid" "385032" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "42" } "9" { - "name" "Giant Chainsaw" - "short" "Chainsaw" - "color" "0040FF" - "filter" "" - "weaponid" "2459" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Giant Chainsaw" + "short" "Chainsaw" + "color" "0040FF" + "filter" "" + "weaponid" "2459" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Gravity Gun" - "short" "Gravity Gun" - "color" "0040FF" - "filter" "" - "weaponid" "2481" - "buttonid" "385237" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "2" + "name" "Gravity Gun" + "short" "Gravity Gun" + "color" "0040FF" + "filter" "" + "weaponid" "2481" + "buttonid" "385237" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "2" } "11" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "0040FF" - "filter" "" - "weaponid" "2361" - "buttonid" "385343" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "0040FF" + "filter" "" + "weaponid" "2361" + "buttonid" "385343" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Freezer" - "short" "Freezer" - "color" "0040FF" - "filter" "" - "weaponid" "2384" - "buttonid" "385358" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "23" + "name" "Freezer" + "short" "Freezer" + "color" "0040FF" + "filter" "" + "weaponid" "2384" + "buttonid" "385358" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "23" } "13" { - "name" "Fence Carrier" - "short" "Fence" - "color" "0040FF" - "filter" "" - "weaponid" "4473" - "buttonid" "385067" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fence Carrier" + "short" "Fence" + "color" "0040FF" + "filter" "" + "weaponid" "4473" + "buttonid" "385067" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "Builder" - "short" "Builder" - "color" "0040FF" - "filter" "" - "weaponid" "2387" - "buttonid" "385389" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "15" - "cooldown" "1" + "name" "Builder" + "short" "Builder" + "color" "0040FF" + "filter" "" + "weaponid" "2387" + "buttonid" "385389" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "15" + "cooldown" "1" } "15" { - "name" "Grenade Maker" - "short" "Grenade Maker" - "color" "0040FF" - "filter" "" - "weaponid" "124867" - "buttonid" "385207" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "15" - "cooldown" "1" + "name" "Grenade Maker" + "short" "Grenade Maker" + "color" "0040FF" + "filter" "" + "weaponid" "124867" + "buttonid" "385207" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "15" + "cooldown" "1" } "16" { - "name" "Rocket Launcher" - "short" "Rocket Launcher" - "color" "0040FF" - "filter" "" - "weaponid" "2435" - "buttonid" "384999" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "6" + "name" "Rocket Launcher" + "short" "Rocket Launcher" + "color" "0040FF" + "filter" "" + "weaponid" "2435" + "buttonid" "384999" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "6" } "17" { - "name" "Earendil Light" - "short" "Earendil" - "color" "0040FF" - "filter" "" - "weaponid" "178459" - "buttonid" "178465" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Earendil Light" + "short" "Earendil" + "color" "0040FF" + "filter" "" + "weaponid" "178459" + "buttonid" "178465" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "18" { - "name" "Gandalf Staff" - "short" "Gandalf" - "color" "0040FF" - "filter" "" - "weaponid" "2576" - "buttonid" "2562" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Gandalf Staff" + "short" "Gandalf" + "color" "0040FF" + "filter" "" + "weaponid" "2576" + "buttonid" "2562" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "19" { - "name" "Turtle Thrower" - "short" "Turtle Thrower" - "color" "0040FF" - "filter" "" - "weaponid" "2479" - "buttonid" "385122" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Turtle Thrower" + "short" "Turtle Thrower" + "color" "0040FF" + "filter" "" + "weaponid" "2479" + "buttonid" "385122" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "20" { - "name" "Wall Controller" - "short" "Wall Controller" - "color" "0040FF" - "filter" "" - "weaponid" "2519" - "buttonid" "385082" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Wall Controller" + "short" "Wall Controller" + "color" "0040FF" + "filter" "" + "weaponid" "2519" + "buttonid" "385082" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "21" { - "name" "Annihilator" - "short" "Annihilator" - "color" "0040FF" - "filter" "" - "weaponid" "2393" - "buttonid" "0" - "triggerid" "377335" - "display" "5" - "slot" "4" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Annihilator" + "short" "Annihilator" + "color" "0040FF" + "filter" "" + "weaponid" "2393" + "buttonid" "0" + "triggerid" "377335" + "display" "5" + "slot" "4" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Second maze items.. "22" { - "name" "Juggernaut" - "short" "Juggernaut" - "color" "0040FF" - "filter" "" - "weaponid" "2323" - "buttonid" "2335" - "triggerid" "435492" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Juggernaut" + "short" "Juggernaut" + "color" "0040FF" + "filter" "" + "weaponid" "2323" + "buttonid" "2335" + "triggerid" "435492" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "23" { - "name" "Singularity Cannon" - "short" "Singularity" - "color" "0040FF" - "filter" "" - "weaponid" "2354" - "buttonid" "385272" - "triggerid" "0" - "display" "5" - "slot" "1" - "mode" "3" - "maxuses" "3" - "cooldown" "16" + "name" "Singularity Cannon" + "short" "Singularity" + "color" "0040FF" + "filter" "" + "weaponid" "2354" + "buttonid" "385272" + "triggerid" "0" + "display" "5" + "slot" "1" + "mode" "3" + "maxuses" "3" + "cooldown" "16" } "24" { - "name" "Slower Weapon" - "short" "Slower" - "color" "0040FF" - "filter" "" - "weaponid" "2343" - "buttonid" "385287" - "triggerid" "0" - "display" "5" - "slot" "1" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Slower Weapon" + "short" "Slower" + "color" "0040FF" + "filter" "" + "weaponid" "2343" + "buttonid" "385287" + "triggerid" "0" + "display" "5" + "slot" "1" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "25" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "" - "weaponid" "354484" - "buttonid" "385302" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "" + "weaponid" "354484" + "buttonid" "385302" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Regular items.. "26" { - "name" "Jumper" - "short" "Jumper" - "color" "B40404" - "filter" "" - "weaponid" "2657" - "buttonid" "0" - "triggerid" "2663" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Jumper" + "short" "Jumper" + "color" "B40404" + "filter" "" + "weaponid" "2657" + "buttonid" "0" + "triggerid" "2663" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "27" { - "name" "Summoner Zombie" - "short" "Summoner" - "color" "B40404" - "filter" "" - "weaponid" "2604" - "buttonid" "0" - "triggerid" "2602" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Summoner Zombie" + "short" "Summoner" + "color" "B40404" + "filter" "" + "weaponid" "2604" + "buttonid" "0" + "triggerid" "2602" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "28" { - "name" "Stopper Zombie" - "short" "Stopper" - "color" "B40404" - "filter" "" - "weaponid" "2579" - "buttonid" "0" - "triggerid" "2581" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Stopper Zombie" + "short" "Stopper" + "color" "B40404" + "filter" "" + "weaponid" "2579" + "buttonid" "0" + "triggerid" "2581" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "29" { - "name" "Teleporter Zombie" - "short" "Teleporter" - "color" "B40404" - "filter" "" - "weaponid" "2593" - "buttonid" "0" - "triggerid" "2590" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Teleporter Zombie" + "short" "Teleporter" + "color" "B40404" + "filter" "" + "weaponid" "2593" + "buttonid" "0" + "triggerid" "2590" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Boss monsters.. "30" { - "name" "Titan" - "short" "Titan" - "color" "B40404" - "filter" "" - "weaponid" "2240" - "buttonid" "0" - "triggerid" "2241" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Titan" + "short" "Titan" + "color" "B40404" + "filter" "" + "weaponid" "2240" + "buttonid" "0" + "triggerid" "2241" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Special items.. "31" { - "name" "Synth" - "short" "Synth" - "color" "B40404" - "filter" "" - "weaponid" "3864" - "buttonid" "0" - "triggerid" "3865" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Synth" + "short" "Synth" + "color" "B40404" + "filter" "" + "weaponid" "3864" + "buttonid" "0" + "triggerid" "3865" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "32" { - "name" "Antlion" - "short" "Antlion" - "color" "B40404" - "filter" "" - "weaponid" "276514" - "buttonid" "0" - "triggerid" "276509" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Antlion" + "short" "Antlion" + "color" "B40404" + "filter" "" + "weaponid" "276514" + "buttonid" "0" + "triggerid" "276509" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "33" { - "name" "Pyramid Head" - "short" "Pyramid Head" - "color" "B40404" - "filter" "" - "weaponid" "269108" - "buttonid" "0" - "triggerid" "269110" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Pyramid Head" + "short" "Pyramid Head" + "color" "B40404" + "filter" "" + "weaponid" "269108" + "buttonid" "0" + "triggerid" "269110" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Neutral - Gamemode Items.. "34" { - "name" "VIP" - "short" "VIP" - "color" "0040FF" - "filter" "" - "weaponid" "1719" - "buttonid" "0" - "triggerid" "4176" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "VIP" + "short" "VIP" + "color" "0040FF" + "filter" "" + "weaponid" "1719" + "buttonid" "0" + "triggerid" "4176" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_parking_v3_1.cfg b/entWatch4/configs/entwatch/ze_parking_v3_1.cfg old mode 100755 new mode 100644 index ec248bce..1b74ce1b --- a/entWatch4/configs/entwatch/ze_parking_v3_1.cfg +++ b/entWatch4/configs/entwatch/ze_parking_v3_1.cfg @@ -3,107 +3,107 @@ // Human - Items "0" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "0040FF" - "filter" "porteur_flam" - "weaponid" "401224" - "buttonid" "401226" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "0040FF" + "filter" "porteur_flam" + "weaponid" "401224" + "buttonid" "401226" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "porteur_minigun" - "weaponid" "533564" - "buttonid" "533561" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "porteur_minigun" + "weaponid" "533564" + "buttonid" "533561" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Proxy Mines" - "short" "Mines" - "color" "0040FF" - "filter" "porteur_proximine" - "weaponid" "950639" - "buttonid" "950629" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "15" - "cooldown" "15" + "name" "Proxy Mines" + "short" "Mines" + "color" "0040FF" + "filter" "porteur_proximine" + "weaponid" "950639" + "buttonid" "950629" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "15" + "cooldown" "15" } "3" { - "name" "Grenade Launcher" - "short" "Grenade" - "color" "0040FF" - "filter" "porteur_grenadel" - "weaponid" "472136" - "buttonid" "472129" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Grenade Launcher" + "short" "Grenade" + "color" "0040FF" + "filter" "porteur_grenadel" + "weaponid" "472136" + "buttonid" "472129" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "4" { - "name" "Drone" - "short" "Drone" - "color" "0040FF" - "filter" "porteur_drone" - "weaponid" "977151" - "buttonid" "977153" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Drone" + "short" "Drone" + "color" "0040FF" + "filter" "porteur_drone" + "weaponid" "977151" + "buttonid" "977153" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Ammo Dispenser" - "short" "Ammo" - "color" "0040FF" - "filter" "porteur_bullet" - "weaponid" "964600" - "buttonid" "964605" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Ammo Dispenser" + "short" "Ammo" + "color" "0040FF" + "filter" "porteur_bullet" + "weaponid" "964600" + "buttonid" "964605" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } "6" { - "name" "Electro Gun" - "short" "Electro" - "color" "0040FF" - "filter" "porteur_electro" - "weaponid" "962780" - "buttonid" "962782" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "10" + "name" "Electro Gun" + "short" "Electro" + "color" "0040FF" + "filter" "porteur_electro" + "weaponid" "962780" + "buttonid" "962782" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "10" } } diff --git a/entWatch4/configs/entwatch/ze_pidaras_v1_4fix3.cfg b/entWatch4/configs/entwatch/ze_pidaras_v1_4fix3.cfg old mode 100755 new mode 100644 index e00e3d43..f3eb060d --- a/entWatch4/configs/entwatch/ze_pidaras_v1_4fix3.cfg +++ b/entWatch4/configs/entwatch/ze_pidaras_v1_4fix3.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Shotgun" - "short" "Shotgun" - "color" "D60046" - "filter" "shotgun_player" - "weaponid" "52348" - "buttonid" "52354" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "35" - "cooldown" "2" + "name" "Shotgun" + "short" "Shotgun" + "color" "D60046" + "filter" "shotgun_player" + "weaponid" "52348" + "buttonid" "52354" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "35" + "cooldown" "2" } "1" { - "name" "Freezer" - "short" "Freezer" - "color" "D60046" - "filter" "freezer_player" - "weaponid" "1394471" - "buttonid" "1394476" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Freezer" + "short" "Freezer" + "color" "D60046" + "filter" "freezer_player" + "weaponid" "1394471" + "buttonid" "1394476" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "2" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "D60046" - "filter" "lanceflamme_player" - "weaponid" "52798" - "buttonid" "52959" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "D60046" + "filter" "lanceflamme_player" + "weaponid" "52798" + "buttonid" "52959" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Heal" - "short" "Heal" - "color" "D60046" - "filter" "healer_player" - "weaponid" "1220147" - "buttonid" "1221326" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal" + "short" "Heal" + "color" "D60046" + "filter" "healer_player" + "weaponid" "1220147" + "buttonid" "1221326" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Minigun" - "short" "Minigun" - "color" "D60046" - "filter" "minigun_player" - "weaponid" "48479" - "buttonid" "48404" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "D60046" + "filter" "minigun_player" + "weaponid" "48479" + "buttonid" "48404" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "5" { - "name" "Holy Grenade" - "short" "Holy" - "color" "D60046" - "filter" "holyH" - "weaponid" "1241792" - "buttonid" "1241783" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Holy Grenade" + "short" "Holy" + "color" "D60046" + "filter" "holyH" + "weaponid" "1241792" + "buttonid" "1241783" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_pirates_port_royal_v3_6.cfg b/entWatch4/configs/entwatch/ze_pirates_port_royal_v3_6.cfg old mode 100755 new mode 100644 index 312f2e38..a053671a --- a/entWatch4/configs/entwatch/ze_pirates_port_royal_v3_6.cfg +++ b/entWatch4/configs/entwatch/ze_pirates_port_royal_v3_6.cfg @@ -3,124 +3,124 @@ // Human - Items "0" { - "name" "Barrel Item" - "short" "Barrel" - "color" "FF8C00" - "filter" "zbran_sudy_filtr" - "weaponid" "3498214" - "buttonid" "3498219" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Barrel Item" + "short" "Barrel" + "color" "FF8C00" + "filter" "zbran_sudy_filtr" + "weaponid" "3498214" + "buttonid" "3498219" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "1" { - "name" "Bubbles Item" - "short" "Bubbles" - "color" "00BFFF" - "filter" "zbran_buble_filtr" - "weaponid" "3498386" - "buttonid" "3498391" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Bubbles Item" + "short" "Bubbles" + "color" "00BFFF" + "filter" "zbran_buble_filtr" + "weaponid" "3498386" + "buttonid" "3498391" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "2" { - "name" "Heal Item" - "short" "Heal" - "color" "FFFFFF" - "filter" "zbran_heal_filtr" - "weaponid" "3498541" - "buttonid" "3498546" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Heal Item" + "short" "Heal" + "color" "FFFFFF" + "filter" "zbran_heal_filtr" + "weaponid" "3498541" + "buttonid" "3498546" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "3" { - "name" "Wall Item" - "short" "Wall" - "color" "32CD32" - "filter" "zbran_zataras_filtr" - "weaponid" "3498161" - "buttonid" "3498166" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Wall Item" + "short" "Wall" + "color" "32CD32" + "filter" "zbran_zataras_filtr" + "weaponid" "3498161" + "buttonid" "3498166" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "4" { - "name" "Sword Item" - "short" "Sword" - "color" "FF0000" - "filter" "zbran_mece_filtr" - "weaponid" "3498185" - "buttonid" "3498190" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Sword Item" + "short" "Sword" + "color" "FF0000" + "filter" "zbran_mece_filtr" + "weaponid" "3498185" + "buttonid" "3498190" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "5" { - "name" "Medallion" - "short" "Medallion" - "color" "FFFF00" - "filter" "medailon_player" - "weaponid" "2058306" - "buttonid" "2058287" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Medallion" + "short" "Medallion" + "color" "FFFF00" + "filter" "medailon_player" + "weaponid" "2058306" + "buttonid" "2058287" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } "6" { - "name" "Second Medallion" - "short" "Medallion" - "color" "FFFF00" - "filter" "" - "weaponid" "6687166" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Second Medallion" + "short" "Medallion" + "color" "FFFF00" + "filter" "" + "weaponid" "6687166" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "7" { - "name" "Barbossa" - "short" "Barbossa" - "color" "B40404" - "filter" "" - "weaponid" "7560944" - "buttonid" "0" - "triggerid" "7561041" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barbossa" + "short" "Barbossa" + "color" "B40404" + "filter" "" + "weaponid" "7560944" + "buttonid" "0" + "triggerid" "7561041" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_pirates_port_royal_v5_4s2.cfg b/entWatch4/configs/entwatch/ze_pirates_port_royal_v5_4s2.cfg old mode 100755 new mode 100644 index 312f2e38..a053671a --- a/entWatch4/configs/entwatch/ze_pirates_port_royal_v5_4s2.cfg +++ b/entWatch4/configs/entwatch/ze_pirates_port_royal_v5_4s2.cfg @@ -3,124 +3,124 @@ // Human - Items "0" { - "name" "Barrel Item" - "short" "Barrel" - "color" "FF8C00" - "filter" "zbran_sudy_filtr" - "weaponid" "3498214" - "buttonid" "3498219" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Barrel Item" + "short" "Barrel" + "color" "FF8C00" + "filter" "zbran_sudy_filtr" + "weaponid" "3498214" + "buttonid" "3498219" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "1" { - "name" "Bubbles Item" - "short" "Bubbles" - "color" "00BFFF" - "filter" "zbran_buble_filtr" - "weaponid" "3498386" - "buttonid" "3498391" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Bubbles Item" + "short" "Bubbles" + "color" "00BFFF" + "filter" "zbran_buble_filtr" + "weaponid" "3498386" + "buttonid" "3498391" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "2" { - "name" "Heal Item" - "short" "Heal" - "color" "FFFFFF" - "filter" "zbran_heal_filtr" - "weaponid" "3498541" - "buttonid" "3498546" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Heal Item" + "short" "Heal" + "color" "FFFFFF" + "filter" "zbran_heal_filtr" + "weaponid" "3498541" + "buttonid" "3498546" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "3" { - "name" "Wall Item" - "short" "Wall" - "color" "32CD32" - "filter" "zbran_zataras_filtr" - "weaponid" "3498161" - "buttonid" "3498166" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Wall Item" + "short" "Wall" + "color" "32CD32" + "filter" "zbran_zataras_filtr" + "weaponid" "3498161" + "buttonid" "3498166" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "4" { - "name" "Sword Item" - "short" "Sword" - "color" "FF0000" - "filter" "zbran_mece_filtr" - "weaponid" "3498185" - "buttonid" "3498190" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "name" "Sword Item" + "short" "Sword" + "color" "FF0000" + "filter" "zbran_mece_filtr" + "weaponid" "3498185" + "buttonid" "3498190" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "5" { - "name" "Medallion" - "short" "Medallion" - "color" "FFFF00" - "filter" "medailon_player" - "weaponid" "2058306" - "buttonid" "2058287" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Medallion" + "short" "Medallion" + "color" "FFFF00" + "filter" "medailon_player" + "weaponid" "2058306" + "buttonid" "2058287" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } "6" { - "name" "Second Medallion" - "short" "Medallion" - "color" "FFFF00" - "filter" "" - "weaponid" "6687166" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Second Medallion" + "short" "Medallion" + "color" "FFFF00" + "filter" "" + "weaponid" "6687166" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "7" { - "name" "Barbossa" - "short" "Barbossa" - "color" "B40404" - "filter" "" - "weaponid" "7560944" - "buttonid" "0" - "triggerid" "7561041" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barbossa" + "short" "Barbossa" + "color" "B40404" + "filter" "" + "weaponid" "7560944" + "buttonid" "0" + "triggerid" "7561041" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_pkmn_adventure_v7_2s.cfg b/entWatch4/configs/entwatch/ze_pkmn_adventure_v7_2s.cfg old mode 100755 new mode 100644 index cbe4b486..9b0406ed --- a/entWatch4/configs/entwatch/ze_pkmn_adventure_v7_2s.cfg +++ b/entWatch4/configs/entwatch/ze_pkmn_adventure_v7_2s.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Chansey" - "short" "Chansey" - "color" "FFA500" - "filter" "heal_filter" - "weaponid" "135485" - "buttonid" "135477" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Chansey" + "short" "Chansey" + "color" "FFA500" + "filter" "heal_filter" + "weaponid" "135485" + "buttonid" "135477" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "1" { - "name" "Gardevoir" - "short" "Gardevoir" - "color" "ADD8E6" - "filter" "wall_filter" - "weaponid" "239154" - "buttonid" "239156" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gardevoir" + "short" "Gardevoir" + "color" "ADD8E6" + "filter" "wall_filter" + "weaponid" "239154" + "buttonid" "239156" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Buizel" - "short" "Buizel" - "color" "1E90FF" - "filter" "water_filter" - "weaponid" "258729" - "buttonid" "258721" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Buizel" + "short" "Buizel" + "color" "1E90FF" + "filter" "water_filter" + "weaponid" "258729" + "buttonid" "258721" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } } diff --git a/entWatch4/configs/entwatch/ze_pkmn_adventure_v8_6s_fix2.cfg b/entWatch4/configs/entwatch/ze_pkmn_adventure_v8_6s_fix2.cfg old mode 100755 new mode 100644 index cbe4b486..9b0406ed --- a/entWatch4/configs/entwatch/ze_pkmn_adventure_v8_6s_fix2.cfg +++ b/entWatch4/configs/entwatch/ze_pkmn_adventure_v8_6s_fix2.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Chansey" - "short" "Chansey" - "color" "FFA500" - "filter" "heal_filter" - "weaponid" "135485" - "buttonid" "135477" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Chansey" + "short" "Chansey" + "color" "FFA500" + "filter" "heal_filter" + "weaponid" "135485" + "buttonid" "135477" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "1" { - "name" "Gardevoir" - "short" "Gardevoir" - "color" "ADD8E6" - "filter" "wall_filter" - "weaponid" "239154" - "buttonid" "239156" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gardevoir" + "short" "Gardevoir" + "color" "ADD8E6" + "filter" "wall_filter" + "weaponid" "239154" + "buttonid" "239156" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Buizel" - "short" "Buizel" - "color" "1E90FF" - "filter" "water_filter" - "weaponid" "258729" - "buttonid" "258721" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Buizel" + "short" "Buizel" + "color" "1E90FF" + "filter" "water_filter" + "weaponid" "258729" + "buttonid" "258721" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } } diff --git a/entWatch4/configs/entwatch/ze_pkmn_adventure_v9s_fix.cfg b/entWatch4/configs/entwatch/ze_pkmn_adventure_v9s_fix.cfg old mode 100755 new mode 100644 index cbe4b486..9b0406ed --- a/entWatch4/configs/entwatch/ze_pkmn_adventure_v9s_fix.cfg +++ b/entWatch4/configs/entwatch/ze_pkmn_adventure_v9s_fix.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Chansey" - "short" "Chansey" - "color" "FFA500" - "filter" "heal_filter" - "weaponid" "135485" - "buttonid" "135477" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Chansey" + "short" "Chansey" + "color" "FFA500" + "filter" "heal_filter" + "weaponid" "135485" + "buttonid" "135477" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "1" { - "name" "Gardevoir" - "short" "Gardevoir" - "color" "ADD8E6" - "filter" "wall_filter" - "weaponid" "239154" - "buttonid" "239156" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gardevoir" + "short" "Gardevoir" + "color" "ADD8E6" + "filter" "wall_filter" + "weaponid" "239154" + "buttonid" "239156" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Buizel" - "short" "Buizel" - "color" "1E90FF" - "filter" "water_filter" - "weaponid" "258729" - "buttonid" "258721" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Buizel" + "short" "Buizel" + "color" "1E90FF" + "filter" "water_filter" + "weaponid" "258729" + "buttonid" "258721" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } } diff --git a/entWatch4/configs/entwatch/ze_pokemon_adventure_v1_1s.cfg b/entWatch4/configs/entwatch/ze_pokemon_adventure_v1_1s.cfg old mode 100755 new mode 100644 index b7bcb854..f53851a7 --- a/entWatch4/configs/entwatch/ze_pokemon_adventure_v1_1s.cfg +++ b/entWatch4/configs/entwatch/ze_pokemon_adventure_v1_1s.cfg @@ -3,152 +3,152 @@ // Human - Items "0" { - "name" "Potion" - "short" "Potion" - "color" "00FF00" - "filter" "" - "weaponid" "416492" - "buttonid" "416483" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Potion" + "short" "Potion" + "color" "00FF00" + "filter" "" + "weaponid" "416492" + "buttonid" "416483" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "1" { - "name" "Potion" - "short" "Potion" - "color" "00FF00" - "filter" "" - "weaponid" "223404" - "buttonid" "223406" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Potion" + "short" "Potion" + "color" "00FF00" + "filter" "" + "weaponid" "223404" + "buttonid" "223406" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "2" { - "name" "Potion" - "short" "Potion" - "color" "00FF00" - "filter" "" - "weaponid" "408950" - "buttonid" "408613" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Potion" + "short" "Potion" + "color" "00FF00" + "filter" "" + "weaponid" "408950" + "buttonid" "408613" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "3" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "" - "weaponid" "416910" - "buttonid" "416898" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "" + "weaponid" "416910" + "buttonid" "416898" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "" - "weaponid" "402413" - "buttonid" "402415" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "" + "weaponid" "402413" + "buttonid" "402415" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "" - "weaponid" "396246" - "buttonid" "396237" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "" + "weaponid" "396246" + "buttonid" "396237" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Gust" - "short" "Wind" - "color" "00FFFF" - "filter" "" - "weaponid" "389965" - "buttonid" "389967" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gust" + "short" "Wind" + "color" "00FFFF" + "filter" "" + "weaponid" "389965" + "buttonid" "389967" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Gust" - "short" "Wind" - "color" "00FFFF" - "filter" "" - "weaponid" "223415" - "buttonid" "223417" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gust" + "short" "Wind" + "color" "00FFFF" + "filter" "" + "weaponid" "223415" + "buttonid" "223417" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "Bicycle" - "short" "Bicycle" - "color" "FFFFFF" - "filter" "" - "weaponid" "227514" - "buttonid" "1716406" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bicycle" + "short" "Bicycle" + "color" "FFFFFF" + "filter" "" + "weaponid" "227514" + "buttonid" "1716406" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Pokeball" - "short" "Pokeball" - "color" "FF0000" - "filter" "" - "weaponid" "223332" - "buttonid" "223327" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Pokeball" + "short" "Pokeball" + "color" "FF0000" + "filter" "" + "weaponid" "223332" + "buttonid" "223327" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_ponchermonkey_shooter_v3_5.cfg b/entWatch4/configs/entwatch/ze_ponchermonkey_shooter_v3_5.cfg old mode 100755 new mode 100644 index bd2c2479..2a4ab1fb --- a/entWatch4/configs/entwatch/ze_ponchermonkey_shooter_v3_5.cfg +++ b/entWatch4/configs/entwatch/ze_ponchermonkey_shooter_v3_5.cfg @@ -3,186 +3,186 @@ // Human - Items "0" { - "name" "Fire Tank" - "short" "Fire" - "color" "BB0000" - "filter" "Player_Fire" - "weaponid" "1888395" - "buttonid" "1888375" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Tank" + "short" "Fire" + "color" "BB0000" + "filter" "Player_Fire" + "weaponid" "1888395" + "buttonid" "1888375" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Boulder Tank" - "short" "Boulder" - "color" "09BE00" - "filter" "Player_Boulder" - "weaponid" "1887681" - "buttonid" "1887666" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Boulder Tank" + "short" "Boulder" + "color" "09BE00" + "filter" "Player_Boulder" + "weaponid" "1887681" + "buttonid" "1887666" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Gravity Tank" - "short" "Gravity" - "color" "FFFFFF" - "filter" "Player_Gravity" - "weaponid" "1888167" - "buttonid" "1888169" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gravity Tank" + "short" "Gravity" + "color" "FFFFFF" + "filter" "Player_Gravity" + "weaponid" "1888167" + "buttonid" "1888169" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Wind Tank" - "short" "Wind" - "color" "00D8D5" - "filter" "Player_Wind" - "weaponid" "1896647" - "buttonid" "1896644" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wind Tank" + "short" "Wind" + "color" "00D8D5" + "filter" "Player_Wind" + "weaponid" "1896647" + "buttonid" "1896644" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Ice Tank" - "short" "Ice" - "color" "21FFFC" - "filter" "Player_Ice" - "weaponid" "1887420" - "buttonid" "1887417" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice Tank" + "short" "Ice" + "color" "21FFFC" + "filter" "Player_Ice" + "weaponid" "1887420" + "buttonid" "1887417" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Ammo Tank" - "short" "Ammo" - "color" "9FF781" - "filter" "Player_Ammo" - "weaponid" "1886236" - "buttonid" "1886238" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo Tank" + "short" "Ammo" + "color" "9FF781" + "filter" "Player_Ammo" + "weaponid" "1886236" + "buttonid" "1886238" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Lightning Tank" - "short" "Lightning" - "color" "FFFF00" - "filter" "Player_Lighting" - "weaponid" "1887871" - "buttonid" "1887873" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Lightning Tank" + "short" "Lightning" + "color" "FFFF00" + "filter" "Player_Lighting" + "weaponid" "1887871" + "buttonid" "1887873" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Sub Tank" - "short" "Sub" - "color" "0072FF" - "filter" "Player_Heal" - "weaponid" "1887621" - "buttonid" "1887612" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Sub Tank" + "short" "Sub" + "color" "0072FF" + "filter" "Player_Heal" + "weaponid" "1887621" + "buttonid" "1887612" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } // Human - Misc "8" { - "name" "SlamJam" - "short" "SlamJam" - "color" "FF0000" - "filter" "Player_BasketBall" - "weaponid" "3031499" - "buttonid" "3031496" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "SlamJam" + "short" "SlamJam" + "color" "FF0000" + "filter" "Player_BasketBall" + "weaponid" "3031499" + "buttonid" "3031496" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "9" { - "name" "WaterMelon" - "short" "WaterMelon" - "color" "FFFF00" - "filter" "Player_WaterMelon" - "weaponid" "2407098" - "buttonid" "2407100" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "WaterMelon" + "short" "WaterMelon" + "color" "FFFF00" + "filter" "Player_WaterMelon" + "weaponid" "2407098" + "buttonid" "2407100" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } // Zombie - Items "10" { - "name" "Heal" - "short" "Heal" - "color" "8A15FF" - "filter" "Player_zheal" - "weaponid" "1886515" - "buttonid" "1886510" - "triggerid" "1886517" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Heal" + "short" "Heal" + "color" "8A15FF" + "filter" "Player_zheal" + "weaponid" "1886515" + "buttonid" "1886510" + "triggerid" "1886517" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "11" { - "name" "Invisibility" - "short" "Invisibility" - "color" "FFFFFF" - "filter" "Player_zinv" - "weaponid" "1886797" - "buttonid" "1886722" - "triggerid" "1886799" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Invisibility" + "short" "Invisibility" + "color" "FFFFFF" + "filter" "Player_zinv" + "weaponid" "1886797" + "buttonid" "1886722" + "triggerid" "1886799" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } } diff --git a/entWatch4/configs/entwatch/ze_portal_story_v3_2.cfg b/entWatch4/configs/entwatch/ze_portal_story_v3_2.cfg old mode 100755 new mode 100644 index f9034978..5313ab70 --- a/entWatch4/configs/entwatch/ze_portal_story_v3_2.cfg +++ b/entWatch4/configs/entwatch/ze_portal_story_v3_2.cfg @@ -1,49 +1,49 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Portal Pistol" - "short" "Portal" - "color" "A4DEB2" - "filter" "" - "weaponid" "144878" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Portal Pistol" + "short" "Portal" + "color" "A4DEB2" + "filter" "" + "weaponid" "144878" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Repulsion Gel" - "short" "Repulsion" - "color" "009CFF" - "filter" "rep_carrier" - "weaponid" "165507" - "buttonid" "165439" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Repulsion Gel" + "short" "Repulsion" + "color" "009CFF" + "filter" "rep_carrier" + "weaponid" "165507" + "buttonid" "165439" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Propulsion Gel" - "short" "Propulsion" - "color" "FF8A00" - "filter" "prop_carrier" - "weaponid" "166172" - "buttonid" "166104" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Propulsion Gel" + "short" "Propulsion" + "color" "FF8A00" + "filter" "prop_carrier" + "weaponid" "166172" + "buttonid" "166104" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } } diff --git a/entWatch4/configs/entwatch/ze_potc_iv_v6_1.cfg b/entWatch4/configs/entwatch/ze_potc_iv_v6_1.cfg old mode 100755 new mode 100644 index 38430714..3c1b86da --- a/entWatch4/configs/entwatch/ze_potc_iv_v6_1.cfg +++ b/entWatch4/configs/entwatch/ze_potc_iv_v6_1.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Jack's Pistol" - "short" "Jack's Pistol" - "color" "FF8C00" - "filter" "" - "weaponid" "187114" - "buttonid" "187121" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Jack's Pistol" + "short" "Jack's Pistol" + "color" "FF8C00" + "filter" "" + "weaponid" "187114" + "buttonid" "187121" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Light" - "short" "Light" - "color" "DD6625" - "filter" "" - "weaponid" "187198" - "buttonid" "187207" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Light" + "short" "Light" + "color" "DD6625" + "filter" "" + "weaponid" "187198" + "buttonid" "187207" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Chalices" - "short" "Gravity" - "color" "C68967" - "filter" "" - "weaponid" "133279" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Chalices" + "short" "Gravity" + "color" "C68967" + "filter" "" + "weaponid" "133279" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_potc_v3_4fix.cfg b/entWatch4/configs/entwatch/ze_potc_v3_4fix.cfg old mode 100755 new mode 100644 index 0b8c5b1d..3260722c --- a/entWatch4/configs/entwatch/ze_potc_v3_4fix.cfg +++ b/entWatch4/configs/entwatch/ze_potc_v3_4fix.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Jack's Pistol" - "short" "Jack's Pistol" - "color" "FF8C00" - "filter" "" - "weaponid" "432113" - "buttonid" "521709" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Jack's Pistol" + "short" "Jack's Pistol" + "color" "FF8C00" + "filter" "" + "weaponid" "432113" + "buttonid" "521709" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_predator_ultimate_v3.cfg b/entWatch4/configs/entwatch/ze_predator_ultimate_v3.cfg old mode 100755 new mode 100644 index d232021f..0ca5a839 --- a/entWatch4/configs/entwatch/ze_predator_ultimate_v3.cfg +++ b/entWatch4/configs/entwatch/ze_predator_ultimate_v3.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Alien Sample" - "short" "Sample" - "color" "0040FF" - "filter" "" - "weaponid" "3756719" - "buttonid" "3756650" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Alien Sample" + "short" "Sample" + "color" "0040FF" + "filter" "" + "weaponid" "3756719" + "buttonid" "3756650" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Alien Device" - "short" "Device" - "color" "0040FF" - "filter" "" - "weaponid" "3756906" - "buttonid" "3756903" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Alien Device" + "short" "Device" + "color" "0040FF" + "filter" "" + "weaponid" "3756906" + "buttonid" "3756903" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Pushgun" - "short" "Push" - "color" "0040FF" - "filter" "" - "weaponid" "3757199" - "buttonid" "3757206" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "15" + "name" "Pushgun" + "short" "Push" + "color" "0040FF" + "filter" "" + "weaponid" "3757199" + "buttonid" "3757206" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "15" } "3" { - "name" "Gaussrifle" - "short" "Gauss" - "color" "0040FF" - "filter" "" - "weaponid" "3756496" - "buttonid" "3756493" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "100" + "name" "Gaussrifle" + "short" "Gauss" + "color" "0040FF" + "filter" "" + "weaponid" "3756496" + "buttonid" "3756493" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "100" } "4" { - "name" "Ammo Dispenser" - "short" "Ammo" - "color" "0040FF" - "filter" "" - "weaponid" "3756390" - "buttonid" "3756318" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Ammo Dispenser" + "short" "Ammo" + "color" "0040FF" + "filter" "" + "weaponid" "3756390" + "buttonid" "3756318" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } "5" { - "name" "Claymore Mines" - "short" "Claymore" - "color" "0040FF" - "filter" "" - "weaponid" "3778224" - "buttonid" "3778214" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "10" - "cooldown" "0" + "name" "Claymore Mines" + "short" "Claymore" + "color" "0040FF" + "filter" "" + "weaponid" "3778224" + "buttonid" "3778214" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "10" + "cooldown" "0" } "6" { - "name" "Grenade Launcher" - "short" "Grenade" - "color" "0040FF" - "filter" "" - "weaponid" "3778071" - "buttonid" "3778077" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "15" - "cooldown" "1" + "name" "Grenade Launcher" + "short" "Grenade" + "color" "0040FF" + "filter" "" + "weaponid" "3778071" + "buttonid" "3778077" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "15" + "cooldown" "1" } "7" { - "name" "Impulsor" - "short" "Impulsor" - "color" "0040FF" - "filter" "" - "weaponid" "3821404" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Impulsor" + "short" "Impulsor" + "color" "0040FF" + "filter" "" + "weaponid" "3821404" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "0040FF" - "filter" "" - "weaponid" "3756763" - "buttonid" "3756752" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "0040FF" + "filter" "" + "weaponid" "3756763" + "buttonid" "3756752" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Minigun" - "short" "Minigun" - "color" "0040FF" - "filter" "" - "weaponid" "3756571" - "buttonid" "3756566" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Minigun" + "short" "Minigun" + "color" "0040FF" + "filter" "" + "weaponid" "3756571" + "buttonid" "3756566" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "10" { - "name" "First Aid" - "short" "First Aid" - "color" "0040FF" - "filter" "" - "weaponid" "10000" - "buttonid" "10001" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "First Aid" + "short" "First Aid" + "color" "0040FF" + "filter" "" + "weaponid" "10000" + "buttonid" "10001" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_prototype_v2.cfg b/entWatch4/configs/entwatch/ze_prototype_v2.cfg old mode 100755 new mode 100644 diff --git a/entWatch4/configs/entwatch/ze_ravenholm_v04.cfg b/entWatch4/configs/entwatch/ze_ravenholm_v04.cfg old mode 100755 new mode 100644 index 5f178d58..d34effba --- a/entWatch4/configs/entwatch/ze_ravenholm_v04.cfg +++ b/entWatch4/configs/entwatch/ze_ravenholm_v04.cfg @@ -3,17 +3,17 @@ // Human - Items "0" { - "name" "Crowbar" - "short" "Crowbar" - "color" "DB6323" - "filter" "crowbar_holder" - "weaponid" "4799" - "buttonid" "4785" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Crowbar" + "short" "Crowbar" + "color" "DB6323" + "filter" "crowbar_holder" + "weaponid" "4799" + "buttonid" "4785" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } } diff --git a/entWatch4/configs/entwatch/ze_rizomata_s1_3.cfg b/entWatch4/configs/entwatch/ze_rizomata_s1_3.cfg old mode 100755 new mode 100644 index c5abff37..691fe952 --- a/entWatch4/configs/entwatch/ze_rizomata_s1_3.cfg +++ b/entWatch4/configs/entwatch/ze_rizomata_s1_3.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "" - "weaponid" "2169221" - "buttonid" "2169223" - "triggerid" "2167458" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "" + "weaponid" "2169221" + "buttonid" "2169223" + "triggerid" "2167458" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "" - "weaponid" "2170630" - "buttonid" "2170632" - "triggerid" "2167476" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "" + "weaponid" "2170630" + "buttonid" "2170632" + "triggerid" "2167476" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "2" { - "name" "Water" - "short" "Water" - "color" "0000FF" - "filter" "" - "weaponid" "2171387" - "buttonid" "2171391" - "triggerid" "2167494" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Water" + "short" "Water" + "color" "0000FF" + "filter" "" + "weaponid" "2171387" + "buttonid" "2171391" + "triggerid" "2167494" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "3" { - "name" "Water" - "short" "Water" - "color" "0000FF" - "filter" "" - "weaponid" "2171364" - "buttonid" "2171368" - "triggerid" "2167485" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Water" + "short" "Water" + "color" "0000FF" + "filter" "" + "weaponid" "2171364" + "buttonid" "2171368" + "triggerid" "2167485" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "4" { - "name" "Wind" - "short" "Wind" - "color" "00FF00" - "filter" "" - "weaponid" "2173488" - "buttonid" "2173494" - "triggerid" "2167667" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Wind" + "short" "Wind" + "color" "00FF00" + "filter" "" + "weaponid" "2173488" + "buttonid" "2173494" + "triggerid" "2167667" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "5" { - "name" "Wind" - "short" "Wind" - "color" "00FF00" - "filter" "" - "weaponid" "2173532" - "buttonid" "2173540" - "triggerid" "2167691" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Wind" + "short" "Wind" + "color" "00FF00" + "filter" "" + "weaponid" "2173532" + "buttonid" "2173540" + "triggerid" "2167691" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "6" { - "name" "Earth" - "short" "Earth" - "color" "774C10" - "filter" "" - "weaponid" "2174229" - "buttonid" "2174231" - "triggerid" "2167464" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Earth" + "short" "Earth" + "color" "774C10" + "filter" "" + "weaponid" "2174229" + "buttonid" "2174231" + "triggerid" "2167464" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "7" { - "name" "Earth" - "short" "Earth" - "color" "774C10" - "filter" "" - "weaponid" "2174216" - "buttonid" "2174222" - "triggerid" "2167479" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Earth" + "short" "Earth" + "color" "774C10" + "filter" "" + "weaponid" "2174216" + "buttonid" "2174222" + "triggerid" "2167479" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } // Zombie - Items "8" { - "name" "Haste" - "short" "Haste" - "color" "FF0000" - "filter" "" - "weaponid" "2173053" - "buttonid" "0" - "triggerid" "2167697" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Haste" + "short" "Haste" + "color" "FF0000" + "filter" "" + "weaponid" "2173053" + "buttonid" "0" + "triggerid" "2167697" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Curse" - "short" "Curse" - "color" "FF0000" - "filter" "" - "weaponid" "2173055" - "buttonid" "0" - "triggerid" "2167700" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Curse" + "short" "Curse" + "color" "FF0000" + "filter" "" + "weaponid" "2173055" + "buttonid" "0" + "triggerid" "2167700" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Death" - "short" "Death" - "color" "FF0000" - "filter" "" - "weaponid" "2173187" - "buttonid" "0" - "triggerid" "2167703" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Death" + "short" "Death" + "color" "FF0000" + "filter" "" + "weaponid" "2173187" + "buttonid" "0" + "triggerid" "2167703" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_rtcw_ominous_rumors_v1.cfg b/entWatch4/configs/entwatch/ze_rtcw_ominous_rumors_v1.cfg old mode 100755 new mode 100644 index f49148cb..42193a5f --- a/entWatch4/configs/entwatch/ze_rtcw_ominous_rumors_v1.cfg +++ b/entWatch4/configs/entwatch/ze_rtcw_ominous_rumors_v1.cfg @@ -3,197 +3,197 @@ // Human - Items "0" { - "name" "Unlimited Ammo" - "short" "Ammo" - "color" "6E4E14" - "filter" "gunzman" - "weaponid" "259909" - "buttonid" "259903" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Unlimited Ammo" + "short" "Ammo" + "color" "6E4E14" + "filter" "gunzman" + "weaponid" "259909" + "buttonid" "259903" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "1" { - "name" "Unlimited Ammo" - "short" "Ammo" - "color" "6E4E14" - "filter" "gunzman" - "weaponid" "530161" - "buttonid" "530166" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Unlimited Ammo" + "short" "Ammo" + "color" "6E4E14" + "filter" "gunzman" + "weaponid" "530161" + "buttonid" "530166" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Black Magic" - "short" "Heal" - "color" "000000" - "filter" "medic" - "weaponid" "290794" - "buttonid" "290796" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Black Magic" + "short" "Heal" + "color" "000000" + "filter" "medic" + "weaponid" "290794" + "buttonid" "290796" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "3" { - "name" "Black Magic" - "short" "Heal" - "color" "000000" - "filter" "medic" - "weaponid" "531545" - "buttonid" "531542" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Black Magic" + "short" "Heal" + "color" "000000" + "filter" "medic" + "weaponid" "531545" + "buttonid" "531542" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "4" { - "name" "Black Magic" - "short" "Heal" - "color" "000000" - "filter" "medic" - "weaponid" "102127" - "buttonid" "101994" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Black Magic" + "short" "Heal" + "color" "000000" + "filter" "medic" + "weaponid" "102127" + "buttonid" "101994" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "5" { - "name" "Sandbag Wall" - "short" "Wall" - "color" "D9AB2B" - "filter" "sandy" - "weaponid" "261088" - "buttonid" "261082" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Sandbag Wall" + "short" "Wall" + "color" "D9AB2B" + "filter" "sandy" + "weaponid" "261088" + "buttonid" "261082" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Sandbag Wall" - "short" "Wall" - "color" "D9AB2B" - "filter" "sandy" - "weaponid" "528441" - "buttonid" "528443" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Sandbag Wall" + "short" "Wall" + "color" "D9AB2B" + "filter" "sandy" + "weaponid" "528441" + "buttonid" "528443" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Sandbag Wall" - "short" "Wall" - "color" "D9AB2B" - "filter" "sandy" - "weaponid" "46771" - "buttonid" "46768" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Sandbag Wall" + "short" "Wall" + "color" "D9AB2B" + "filter" "sandy" + "weaponid" "46771" + "buttonid" "46768" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "E3172B" - "filter" "flamet" - "weaponid" "278540" - "buttonid" "278535" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "E3172B" + "filter" "flamet" + "weaponid" "278540" + "buttonid" "278535" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "Flamethrower" - "short" "Flamethrower" - "color" "E3172B" - "filter" "flamet" - "weaponid" "529449" - "buttonid" "529454" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flamethrower" + "short" "Flamethrower" + "color" "E3172B" + "filter" "flamet" + "weaponid" "529449" + "buttonid" "529454" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Bazooka" - "short" "Bazooka" - "color" "39A2CC" - "filter" "bazman" - "weaponid" "520648" - "buttonid" "520645" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Bazooka" + "short" "Bazooka" + "color" "39A2CC" + "filter" "bazman" + "weaponid" "520648" + "buttonid" "520645" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "11" { - "name" "Bazooka" - "short" "Bazooka" - "color" "39A2CC" - "filter" "bazman" - "weaponid" "86058" - "buttonid" "86069" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Bazooka" + "short" "Bazooka" + "color" "39A2CC" + "filter" "bazman" + "weaponid" "86058" + "buttonid" "86069" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "12" { - "name" "Bazooka" - "short" "Bazooka" - "color" "39A2CC" - "filter" "bazman" - "weaponid" "260834" - "buttonid" "260827" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Bazooka" + "short" "Bazooka" + "color" "39A2CC" + "filter" "bazman" + "weaponid" "260834" + "buttonid" "260827" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } } diff --git a/entWatch4/configs/entwatch/ze_s_a_m_v1_3_css.cfg b/entWatch4/configs/entwatch/ze_s_a_m_v1_3_css.cfg old mode 100755 new mode 100644 index b8726d05..9b5d64ea --- a/entWatch4/configs/entwatch/ze_s_a_m_v1_3_css.cfg +++ b/entWatch4/configs/entwatch/ze_s_a_m_v1_3_css.cfg @@ -3,321 +3,321 @@ // Human - Items "0" { - "name" "Earth Magic" - "short" "Earth" - "color" "FE9A2E" - "filter" "player_earth" - "weaponid" "40524" - "buttonid" "40526" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Earth Magic" + "short" "Earth" + "color" "FE9A2E" + "filter" "player_earth" + "weaponid" "40524" + "buttonid" "40526" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Heal Magic" - "short" "Heal" - "color" "2EFE64" - "filter" "player_heal" - "weaponid" "40229" - "buttonid" "40233" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Magic" + "short" "Heal" + "color" "2EFE64" + "filter" "player_heal" + "weaponid" "40229" + "buttonid" "40233" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Lightning Magic" - "short" "Lightning" - "color" "013ADF" - "filter" "player_lightning" - "weaponid" "40373" - "buttonid" "40375" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Lightning Magic" + "short" "Lightning" + "color" "013ADF" + "filter" "player_lightning" + "weaponid" "40373" + "buttonid" "40375" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Gravity Magic" - "short" "Gravity" - "color" "F781F3" - "filter" "player_gravity" - "weaponid" "39240" - "buttonid" "39250" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gravity Magic" + "short" "Gravity" + "color" "F781F3" + "filter" "player_gravity" + "weaponid" "39240" + "buttonid" "39250" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Tornado Magic" - "short" "Tornado" - "color" "EFFBFB" - "filter" "player_wind" - "weaponid" "39326" - "buttonid" "39330" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Tornado Magic" + "short" "Tornado" + "color" "EFFBFB" + "filter" "player_wind" + "weaponid" "39326" + "buttonid" "39330" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Water Magic" - "short" "Water" - "color" "2E9AFE" - "filter" "player_water" - "weaponid" "39928" - "buttonid" "39932" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Water Magic" + "short" "Water" + "color" "2E9AFE" + "filter" "player_water" + "weaponid" "39928" + "buttonid" "39932" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Ultima Magic" - "short" "Ultima" - "color" "FF00BF" - "filter" "player_ultima" - "weaponid" "40079" - "buttonid" "40083" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" // For nuke countdown + "name" "Ultima Magic" + "short" "Ultima" + "color" "FF00BF" + "filter" "player_ultima" + "weaponid" "40079" + "buttonid" "40083" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" // For nuke countdown } "7" { - "name" "Zero Magic" - "short" "Zero" - "color" "00E43D" - "filter" "player_zero" - "weaponid" "2224473" - "buttonid" "2224464" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Zero Magic" + "short" "Zero" + "color" "00E43D" + "filter" "player_zero" + "weaponid" "2224473" + "buttonid" "2224464" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "8" { - "name" "Trace" - "short" "Trace" - "color" "58FA58" - "filter" "player_trace" - "weaponid" "224348" - "buttonid" "224356" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Trace" + "short" "Trace" + "color" "58FA58" + "filter" "player_trace" + "weaponid" "224348" + "buttonid" "224356" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "9" { - "name" "Ominous Thing" - "short" "Ominous" - "color" "FE9A2E" - "filter" "" - "weaponid" "1163512" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Ominous Thing" + "short" "Ominous" + "color" "FE9A2E" + "filter" "" + "weaponid" "1163512" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Teleport Crystal" - "short" "Tp Crystal" - "color" "2E9AFE" - "filter" "" - "weaponid" "1117642" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Teleport Crystal" + "short" "Tp Crystal" + "color" "2E9AFE" + "filter" "" + "weaponid" "1117642" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "11" { - "name" "Crystal" - "short" "Crystal" - "color" "2E9AFE" - "filter" "" - "weaponid" "1708704" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Crystal" + "short" "Crystal" + "color" "2E9AFE" + "filter" "" + "weaponid" "1708704" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Kirito" - "short" "Kirito" - "color" "BB0000" - "filter" "" - "weaponid" "1190131" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Kirito" + "short" "Kirito" + "color" "BB0000" + "filter" "" + "weaponid" "1190131" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "13" { - "name" "Asuna" - "short" "Asuna" - "color" "BB0000" - "filter" "" - "weaponid" "2381250" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Asuna" + "short" "Asuna" + "color" "BB0000" + "filter" "" + "weaponid" "2381250" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "Shino" - "short" "Shino" - "color" "BB0000" - "filter" "" - "weaponid" "3108351" - "buttonid" "0" - "triggerid" "3108131" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Shino" + "short" "Shino" + "color" "BB0000" + "filter" "" + "weaponid" "3108351" + "buttonid" "0" + "triggerid" "3108131" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Humans Models - Trigger "15" { - "name" "Kirito 1" - "triggerid" "2073442" + "name" "Kirito 1" + "triggerid" "2073442" } "16" { - "name" "Kirito 2" - "triggerid" "1320951" + "name" "Kirito 2" + "triggerid" "1320951" } "17" { - "name" "Kirito 3" - "triggerid" "2530081" + "name" "Kirito 3" + "triggerid" "2530081" } "18" { - "name" "Asuna 1" - "triggerid" "2381365" + "name" "Asuna 1" + "triggerid" "2381365" } "19" { - "name" "Asuna 2" - "triggerid" "2431205" + "name" "Asuna 2" + "triggerid" "2431205" } "20" { - "name" "Asuna 3" - "triggerid" "2530011" + "name" "Asuna 3" + "triggerid" "2530011" } // Zombie - Items "21" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "FE2E9A" - "filter" "player_zgravity" - "weaponid" "38951" - "buttonid" "38958" - "triggerid" "38953" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "FE2E9A" + "filter" "player_zgravity" + "weaponid" "38951" + "buttonid" "38958" + "triggerid" "38953" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "22" { - "name" "[ZM] Ice" - "short" "[ZM] Ice" - "color" "2ECCFA" - "filter" "player_zice" - "weaponid" "39030" - "buttonid" "39032" - "triggerid" "39104" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "[ZM] Ice" + "short" "[ZM] Ice" + "color" "2ECCFA" + "filter" "player_zice" + "weaponid" "39030" + "buttonid" "39032" + "triggerid" "39104" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "23" { - "name" "[ZM] Stealth" - "short" "[ZM] Stealth" - "color" "F7FE2E" - "filter" "player_zstealth" - "weaponid" "555550" - "buttonid" "555560" - "triggerid" "555547" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "[ZM] Stealth" + "short" "[ZM] Stealth" + "color" "F7FE2E" + "filter" "player_zstealth" + "weaponid" "555550" + "buttonid" "555560" + "triggerid" "555547" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "24" { - "name" "[ZM] Shield" - "short" "[ZM] Shield" - "color" "2EFEF7" - "filter" "player_zshield" - "weaponid" "640041" - "buttonid" "640051" - "triggerid" "640038" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "[ZM] Shield" + "short" "[ZM] Shield" + "color" "2EFEF7" + "filter" "player_zshield" + "weaponid" "640041" + "buttonid" "640051" + "triggerid" "640038" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } } diff --git a/entWatch4/configs/entwatch/ze_sandstorm_f1.cfg b/entWatch4/configs/entwatch/ze_sandstorm_f1.cfg old mode 100755 new mode 100644 index 5e8e12b2..dcaf84e2 --- a/entWatch4/configs/entwatch/ze_sandstorm_f1.cfg +++ b/entWatch4/configs/entwatch/ze_sandstorm_f1.cfg @@ -3,139 +3,139 @@ // Human - Items "0" { - "name" "Tornado Staff" - "short" "Tornado" - "color" "04B404" - "filter" "tornado_player" - "weaponid" "9898652" - "buttonid" "9898715" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Tornado Staff" + "short" "Tornado" + "color" "04B404" + "filter" "tornado_player" + "weaponid" "9898652" + "buttonid" "9898715" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Fire Staff" - "short" "Fire" - "color" "FF0000" - "filter" "fire_player" - "weaponid" "9928378" - "buttonid" "9928380" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Staff" + "short" "Fire" + "color" "FF0000" + "filter" "fire_player" + "weaponid" "9928378" + "buttonid" "9928380" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Heal Staff" - "short" "Heal" - "color" "7FFFD4" - "filter" "heal_player" - "weaponid" "10044639" - "buttonid" "10044636" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal Staff" + "short" "Heal" + "color" "7FFFD4" + "filter" "heal_player" + "weaponid" "10044639" + "buttonid" "10044636" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Quicksand Staff" - "short" "Quicksand" - "color" "9ACD32" - "filter" "freeze_player" - "weaponid" "9972336" - "buttonid" "9972329" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Quicksand Staff" + "short" "Quicksand" + "color" "9ACD32" + "filter" "freeze_player" + "weaponid" "9972336" + "buttonid" "9972329" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Earth Staff" - "short" "Earth" - "color" "D2691E" - "filter" "earth_player" - "weaponid" "9957676" - "buttonid" "9957851" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Earth Staff" + "short" "Earth" + "color" "D2691E" + "filter" "earth_player" + "weaponid" "9957676" + "buttonid" "9957851" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Sandstorm Staff" - "short" "Sandstorm" - "color" "FFFF00" - "filter" "sandstorm_player" - "weaponid" "10421592" - "buttonid" "10421516" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "15" + "name" "Sandstorm Staff" + "short" "Sandstorm" + "color" "FFFF00" + "filter" "sandstorm_player" + "weaponid" "10421592" + "buttonid" "10421516" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "15" } // Zombie - Items "6" { - "name" "[ZM] Dark" - "short" "[ZM] Dark" - "color" "A020F0" - "filter" "zdark_zm_player" - "weaponid" "10831741" - "buttonid" "10831845" - "triggerid" "10847924" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Dark" + "short" "[ZM] Dark" + "color" "A020F0" + "filter" "zdark_zm_player" + "weaponid" "10831741" + "buttonid" "10831845" + "triggerid" "10847924" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "[ZM] Fire" - "short" "[ZM] Fire" - "color" "FF4500" - "filter" "zfirez_zm_player" - "weaponid" "10912707" - "buttonid" "10913314" - "triggerid" "10912750" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "FF4500" + "filter" "zfirez_zm_player" + "weaponid" "10912707" + "buttonid" "10913314" + "triggerid" "10912750" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "[ZM] Antlion" - "short" "[ZM] Antlion" - "color" "228B22" - "filter" "antlion_player" - "weaponid" "10753189" - "buttonid" "0" - "triggerid" "10753417" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Antlion" + "short" "[ZM] Antlion" + "color" "228B22" + "filter" "antlion_player" + "weaponid" "10753189" + "buttonid" "0" + "triggerid" "10753417" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_santassination_css2.cfg b/entWatch4/configs/entwatch/ze_santassination_css2.cfg old mode 100755 new mode 100644 index f0138cbe..5c4b6061 --- a/entWatch4/configs/entwatch/ze_santassination_css2.cfg +++ b/entWatch4/configs/entwatch/ze_santassination_css2.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Speeder" - "short" "Speeder" - "color" "0040FF" - "filter" "item_speeder" - "weaponid" "2078800" - "buttonid" "2078724" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "7" + "name" "Speeder" + "short" "Speeder" + "color" "0040FF" + "filter" "item_speeder" + "weaponid" "2078800" + "buttonid" "2078724" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "7" } "1" { - "name" "Herder" - "short" "Herder" - "color" "0040FF" - "filter" "item_herder" - "weaponid" "1847126" - "buttonid" "1847050" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Herder" + "short" "Herder" + "color" "0040FF" + "filter" "item_herder" + "weaponid" "1847126" + "buttonid" "1847050" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "2" { - "name" "Healing Shitbox" - "short" "Healing Shitbox" - "color" "0040FF" - "filter" "item_medkit" - "weaponid" "1983722" - "buttonid" "1983646" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Healing Shitbox" + "short" "Healing Shitbox" + "color" "0040FF" + "filter" "item_medkit" + "weaponid" "1983722" + "buttonid" "1983646" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "3" { - "name" "Rocket Cannon" - "short" "Rocket Cannon" - "color" "0040FF" - "filter" "item_rocket" - "weaponid" "183120" - "buttonid" "183115" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "8" + "name" "Rocket Cannon" + "short" "Rocket Cannon" + "color" "0040FF" + "filter" "item_rocket" + "weaponid" "183120" + "buttonid" "183115" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "8" } "4" { - "name" "Beam Cannon" - "short" "Beam Cannon" - "color" "0040FF" - "filter" "item_laser" - "weaponid" "183400" - "buttonid" "183392" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "1" + "name" "Beam Cannon" + "short" "Beam Cannon" + "color" "0040FF" + "filter" "item_laser" + "weaponid" "183400" + "buttonid" "183392" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "1" } "5" { - "name" "Mini Cannon" - "short" "Mini Cannon" - "color" "0040FF" - "filter" "item_minigun" - "weaponid" "183633" - "buttonid" "183625" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mini Cannon" + "short" "Mini Cannon" + "color" "0040FF" + "filter" "item_minigun" + "weaponid" "183633" + "buttonid" "183625" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_serpentis_temple_v1_1.cfg b/entWatch4/configs/entwatch/ze_serpentis_temple_v1_1.cfg old mode 100755 new mode 100644 index ede5197e..592318ec --- a/entWatch4/configs/entwatch/ze_serpentis_temple_v1_1.cfg +++ b/entWatch4/configs/entwatch/ze_serpentis_temple_v1_1.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "Poison Snake" - "short" "Poison" - "color" "09BE00" - "filter" "player_poison" - "weaponid" "247161" - "buttonid" "251273" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Poison Snake" + "short" "Poison" + "color" "09BE00" + "filter" "player_poison" + "weaponid" "247161" + "buttonid" "251273" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Heal Snake" - "short" "Heal" - "color" "FFFFFF" - "filter" "player_heal" - "weaponid" "442004" - "buttonid" "442008" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal Snake" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "442004" + "buttonid" "442008" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Fire Snake" - "short" "Fire" - "color" "BB0000" - "filter" "player_fire" - "weaponid" "883204" - "buttonid" "883212" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Fire Snake" + "short" "Fire" + "color" "BB0000" + "filter" "player_fire" + "weaponid" "883204" + "buttonid" "883212" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "3" { - "name" "Torch" - "short" "Torch" - "color" "FF8000" - "filter" "" - "weaponid" "2297999" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Torch" + "short" "Torch" + "color" "FF8000" + "filter" "" + "weaponid" "2297999" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Artefact" - "short" "Artefact" - "color" "FF8000" - "filter" "" - "weaponid" "2724776" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Artefact" + "short" "Artefact" + "color" "FF8000" + "filter" "" + "weaponid" "2724776" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_sg1_missions_v2_1.cfg b/entWatch4/configs/entwatch/ze_sg1_missions_v2_1.cfg old mode 100755 new mode 100644 index 1784f783..72445a7b --- a/entWatch4/configs/entwatch/ze_sg1_missions_v2_1.cfg +++ b/entWatch4/configs/entwatch/ze_sg1_missions_v2_1.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "C4" - "short" "C4" - "color" "FF8C00" - "filter" "" - "weaponid" "2919" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "C4" + "short" "C4" + "color" "FF8C00" + "filter" "" + "weaponid" "2919" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Tablet" - "short" "Tablet" - "color" "FFFF00" - "filter" "" - "weaponid" "3159" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Tablet" + "short" "Tablet" + "color" "FFFF00" + "filter" "" + "weaponid" "3159" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Rd" - "short" "Rd" - "color" "FF8C00" - "filter" "" - "weaponid" "434470" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Rd" + "short" "Rd" + "color" "FF8C00" + "filter" "" + "weaponid" "434470" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Zat" - "short" "Zat" - "color" "32CD32" - "filter" "" - "weaponid" "435000" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Zat" + "short" "Zat" + "color" "32CD32" + "filter" "" + "weaponid" "435000" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_shaurma_v3_b06.cfg b/entWatch4/configs/entwatch/ze_shaurma_v3_b06.cfg old mode 100755 new mode 100644 index cbdf4eab..55f33bf0 --- a/entWatch4/configs/entwatch/ze_shaurma_v3_b06.cfg +++ b/entWatch4/configs/entwatch/ze_shaurma_v3_b06.cfg @@ -1,49 +1,49 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Shaurma (Heal)" - "short" "Heal" - "color" "DCDCDC" - "filter" "" - "weaponid" "303879" - "buttonid" "307771" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Shaurma (Heal)" + "short" "Heal" + "color" "DCDCDC" + "filter" "" + "weaponid" "303879" + "buttonid" "307771" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Vanya's Rifle" - "short" "Rifle" - "color" "DAA520" - "filter" "" - "weaponid" "1060459" - "buttonid" "1060456" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Vanya's Rifle" + "short" "Rifle" + "color" "DAA520" + "filter" "" + "weaponid" "1060459" + "buttonid" "1060456" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Dmitriy's Flame Thrower" - "short" "Flame" - "color" "C61D1D" - "filter" "" - "weaponid" "1066588" - "buttonid" "1066590" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dmitriy's Flame Thrower" + "short" "Flame" + "color" "C61D1D" + "filter" "" + "weaponid" "1066588" + "buttonid" "1066590" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_shroomforest2_v1.cfg b/entWatch4/configs/entwatch/ze_shroomforest2_v1.cfg old mode 100755 new mode 100644 index 4b30277a..43e8bb1f --- a/entWatch4/configs/entwatch/ze_shroomforest2_v1.cfg +++ b/entWatch4/configs/entwatch/ze_shroomforest2_v1.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Fire" - "short" "Fire" - "color" "BB0000" - "filter" "Player_Fire" - "weaponid" "1217" - "buttonid" "1218" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire" + "short" "Fire" + "color" "BB0000" + "filter" "Player_Fire" + "weaponid" "1217" + "buttonid" "1218" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Earth" - "short" "Earth" - "color" "09BE00" - "filter" "Player_Earth" - "weaponid" "1225" - "buttonid" "1227" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Earth" + "short" "Earth" + "color" "09BE00" + "filter" "Player_Earth" + "weaponid" "1225" + "buttonid" "1227" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "2" { - "name" "Gravity" - "short" "Gravity" - "color" "111111" - "filter" "Player_Gravity" - "weaponid" "1248" - "buttonid" "1249" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Gravity" + "short" "Gravity" + "color" "111111" + "filter" "Player_Gravity" + "weaponid" "1248" + "buttonid" "1249" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "3" { - "name" "Wind" - "short" "Wind" - "color" "00D8D5" - "filter" "Player_Wind" - "weaponid" "1252" - "buttonid" "1253" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Wind" + "short" "Wind" + "color" "00D8D5" + "filter" "Player_Wind" + "weaponid" "1252" + "buttonid" "1253" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "Player_Heal" - "weaponid" "1262" - "buttonid" "1260" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "Player_Heal" + "weaponid" "1262" + "buttonid" "1260" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "5" { - "name" "Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "Player_Mines" - "weaponid" "502867" - "buttonid" "502874" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "6" - "cooldown" "4" + "name" "Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "Player_Mines" + "weaponid" "502867" + "buttonid" "502874" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "6" + "cooldown" "4" } "6" { - "name" "Ice" - "short" "Ice" - "color" "21FFFC" - "filter" "Player_Ice" - "weaponid" "1296" - "buttonid" "1298" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice" + "short" "Ice" + "color" "21FFFC" + "filter" "Player_Ice" + "weaponid" "1296" + "buttonid" "1298" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ammo" - "short" "Ammo" - "color" "9FF781" - "filter" "Player_Ammo" - "weaponid" "1152835" - "buttonid" "1152691" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Ammo" + "short" "Ammo" + "color" "9FF781" + "filter" "Player_Ammo" + "weaponid" "1152835" + "buttonid" "1152691" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "8" { - "name" "Water" - "short" "Water" - "color" "0080FF" - "filter" "Player_Water" - "weaponid" "1716483" - "buttonid" "1716406" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Water" + "short" "Water" + "color" "0080FF" + "filter" "Player_Water" + "weaponid" "1716483" + "buttonid" "1716406" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Zombie - Items "9" { - "name" "Shroom" - "short" "Shroom" - "color" "00FF00" - "filter" "Player_Zombie_Item" - "weaponid" "1682837" - "buttonid" "1682832" - "triggerid" "1682839" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Shroom" + "short" "Shroom" + "color" "00FF00" + "filter" "Player_Zombie_Item" + "weaponid" "1682837" + "buttonid" "1682832" + "triggerid" "1682839" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "10" { - "name" "Cloud" - "short" "Cloud" - "color" "00FF00" - "filter" "Player_Zombie_Cloud" - "weaponid" "1670353" - "buttonid" "1670262" - "triggerid" "1670350" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Cloud" + "short" "Cloud" + "color" "00FF00" + "filter" "Player_Zombie_Cloud" + "weaponid" "1670353" + "buttonid" "1670262" + "triggerid" "1670350" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } } diff --git a/entWatch4/configs/entwatch/ze_shroomforest3_b6_2.cfg b/entWatch4/configs/entwatch/ze_shroomforest3_b6_2.cfg old mode 100755 new mode 100644 index 4cc21904..6a350cb9 --- a/entWatch4/configs/entwatch/ze_shroomforest3_b6_2.cfg +++ b/entWatch4/configs/entwatch/ze_shroomforest3_b6_2.cfg @@ -3,306 +3,306 @@ // Human - Items "0" { - "name" "Fire" - "short" "Fire" - "color" "BB0000" - "filter" "Player_Fire" - "weaponid" "576060" - "buttonid" "575849" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire" + "short" "Fire" + "color" "BB0000" + "filter" "Player_Fire" + "weaponid" "576060" + "buttonid" "575849" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Earth" - "short" "Earth" - "color" "09BE00" - "filter" "Player_Earth" - "weaponid" "383013" - "buttonid" "383091" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Earth" + "short" "Earth" + "color" "09BE00" + "filter" "Player_Earth" + "weaponid" "383013" + "buttonid" "383091" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "2" { - "name" "Gravity" - "short" "Gravity" - "color" "111111" - "filter" "Player_Gravity" - "weaponid" "462970" - "buttonid" "462828" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Gravity" + "short" "Gravity" + "color" "111111" + "filter" "Player_Gravity" + "weaponid" "462970" + "buttonid" "462828" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "3" { - "name" "Wind" - "short" "Wind" - "color" "00D8D5" - "filter" "Player_Wind" - "weaponid" "464086" - "buttonid" "464011" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Wind" + "short" "Wind" + "color" "00D8D5" + "filter" "Player_Wind" + "weaponid" "464086" + "buttonid" "464011" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "Player_Heal" - "weaponid" "465019" - "buttonid" "464939" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "Player_Heal" + "weaponid" "465019" + "buttonid" "464939" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "5" { - "name" "Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "Player_Mines" - "weaponid" "464836" - "buttonid" "464805" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "6" - "cooldown" "4" + "name" "Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "Player_Mines" + "weaponid" "464836" + "buttonid" "464805" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "6" + "cooldown" "4" } "6" { - "name" "Ice" - "short" "Ice" - "color" "21FFFC" - "filter" "Player_Ice" - "weaponid" "464343" - "buttonid" "464263" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice" + "short" "Ice" + "color" "21FFFC" + "filter" "Player_Ice" + "weaponid" "464343" + "buttonid" "464263" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ammo" - "short" "Ammo" - "color" "9FF781" - "filter" "Player_Ammo" - "weaponid" "465605" - "buttonid" "465461" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Ammo" + "short" "Ammo" + "color" "9FF781" + "filter" "Player_Ammo" + "weaponid" "465605" + "buttonid" "465461" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "8" { - "name" "Water" - "short" "Water" - "color" "0080FF" - "filter" "Player_Water" - "weaponid" "461179" - "buttonid" "461024" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Water" + "short" "Water" + "color" "0080FF" + "filter" "Player_Water" + "weaponid" "461179" + "buttonid" "461024" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "9" { - "name" "Electro" - "short" "Electro" - "color" "FFFF00" - "filter" "Player_Electro" - "weaponid" "780400" - "buttonid" "780385" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Electro" + "short" "Electro" + "color" "FFFF00" + "filter" "Player_Electro" + "weaponid" "780400" + "buttonid" "780385" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "10" { - "name" "Bulbasaur" - "short" "Bulbasaur" - "color" "00FF00" - "filter" "Player_Bulbasaur" - "weaponid" "785303" - "buttonid" "785305" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Bulbasaur" + "short" "Bulbasaur" + "color" "00FF00" + "filter" "Player_Bulbasaur" + "weaponid" "785303" + "buttonid" "785305" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "11" { - "name" "Charmander" - "short" "Charmander" - "color" "FF8000" - "filter" "Player_Charmander" - "weaponid" "785338" - "buttonid" "785340" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Charmander" + "short" "Charmander" + "color" "FF8000" + "filter" "Player_Charmander" + "weaponid" "785338" + "buttonid" "785340" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "12" { - "name" "Pikachu" - "short" "Pikachu" - "color" "FFFF00" - "filter" "Player_Pikachu" - "weaponid" "785371" - "buttonid" "785373" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Pikachu" + "short" "Pikachu" + "color" "FFFF00" + "filter" "Player_Pikachu" + "weaponid" "785371" + "buttonid" "785373" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "13" { - "name" "Squirtle" - "short" "Squirtle" - "color" "0080FF" - "filter" "Player_Squirtle" - "weaponid" "785268" - "buttonid" "785270" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Squirtle" + "short" "Squirtle" + "color" "0080FF" + "filter" "Player_Squirtle" + "weaponid" "785268" + "buttonid" "785270" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "14" { - "name" "Ditto" - "short" "Ditto" - "color" "FF46A3" - "filter" "Player_Ditto" - "weaponid" "785397" - "buttonid" "785399" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ditto" + "short" "Ditto" + "color" "FF46A3" + "filter" "Player_Ditto" + "weaponid" "785397" + "buttonid" "785399" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "15" { - "name" "Shiny Pikachu" - "short" "Shiny Pikachu" - "color" "FF8000" - "filter" "" - "weaponid" "2096294" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Shiny Pikachu" + "short" "Shiny Pikachu" + "color" "FF8000" + "filter" "" + "weaponid" "2096294" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "16" { - "name" "Key" - "short" "Key" - "color" "808000" - "filter" "" - "weaponid" "466021" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Key" + "short" "Key" + "color" "808000" + "filter" "" + "weaponid" "466021" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "17" { - "name" "Pokeball" - "short" "Pokeball" - "color" "FF0000" - "filter" "Player_Pokeball" - "weaponid" "2096304" - "buttonid" "2096309" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "5" + "name" "Pokeball" + "short" "Pokeball" + "color" "FF0000" + "filter" "Player_Pokeball" + "weaponid" "2096304" + "buttonid" "2096309" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "5" } "18" { - "name" "Masterball" - "short" "Masterball" - "color" "FF8A15" - "filter" "Player_Masterball" - "weaponid" "2096328" - "buttonid" "2096333" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "0" + "name" "Masterball" + "short" "Masterball" + "color" "FF8A15" + "filter" "Player_Masterball" + "weaponid" "2096328" + "buttonid" "2096333" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "0" } // Zombie - Items "19" { - "name" "Ghastly" - "short" "Ghastly" - "color" "8A15FF" - "filter" "Player_Ghastly" - "weaponid" "785430" - "buttonid" "785432" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Ghastly" + "short" "Ghastly" + "color" "8A15FF" + "filter" "Player_Ghastly" + "weaponid" "785430" + "buttonid" "785432" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } } diff --git a/entWatch4/configs/entwatch/ze_shroomforest_v4_5.cfg b/entWatch4/configs/entwatch/ze_shroomforest_v4_5.cfg old mode 100755 new mode 100644 index ef2a9dea..4f9bea5e --- a/entWatch4/configs/entwatch/ze_shroomforest_v4_5.cfg +++ b/entWatch4/configs/entwatch/ze_shroomforest_v4_5.cfg @@ -3,169 +3,169 @@ // Human - Items "0" { - "name" "Fire" - "short" "Fire" - "color" "BB0000" - "filter" "Player_Fire" - "weaponid" "1373783" - "buttonid" "1373572" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire" + "short" "Fire" + "color" "BB0000" + "filter" "Player_Fire" + "weaponid" "1373783" + "buttonid" "1373572" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Earth" - "short" "Earth" - "color" "09BE00" - "filter" "Player_Earth" - "weaponid" "1360492" - "buttonid" "1360410" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Earth" + "short" "Earth" + "color" "09BE00" + "filter" "Player_Earth" + "weaponid" "1360492" + "buttonid" "1360410" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "2" { - "name" "Gravity" - "short" "Gravity" - "color" "111111" - "filter" "Player_Gravity" - "weaponid" "1376195" - "buttonid" "1376053" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Gravity" + "short" "Gravity" + "color" "111111" + "filter" "Player_Gravity" + "weaponid" "1376195" + "buttonid" "1376053" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "3" { - "name" "Wind" - "short" "Wind" - "color" "00D8D5" - "filter" "Player_Wind" - "weaponid" "1377266" - "buttonid" "1377191" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Wind" + "short" "Wind" + "color" "00D8D5" + "filter" "Player_Wind" + "weaponid" "1377266" + "buttonid" "1377191" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FF0000" - "filter" "Player_Heal" - "weaponid" "1357854" - "buttonid" "1357777" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Heal" + "short" "Heal" + "color" "FF0000" + "filter" "Player_Heal" + "weaponid" "1357854" + "buttonid" "1357777" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "5" { - "name" "Mines" - "short" "Mines" - "color" "2F2F2F" - "filter" "Player_Mines" - "weaponid" "1358170" - "buttonid" "1358139" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "6" - "cooldown" "4" + "name" "Mines" + "short" "Mines" + "color" "2F2F2F" + "filter" "Player_Mines" + "weaponid" "1358170" + "buttonid" "1358139" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "6" + "cooldown" "4" } "6" { - "name" "Ice" - "short" "Ice" - "color" "21FFFC" - "filter" "Player_Ice" - "weaponid" "1377927" - "buttonid" "1377847" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice" + "short" "Ice" + "color" "21FFFC" + "filter" "Player_Ice" + "weaponid" "1377927" + "buttonid" "1377847" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ammo" - "short" "Ammo" - "color" "9FF781" - "filter" "Player_Ammo" - "weaponid" "1042444" - "buttonid" "1042429" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "45" + "name" "Ammo" + "short" "Ammo" + "color" "9FF781" + "filter" "Player_Ammo" + "weaponid" "1042444" + "buttonid" "1042429" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "45" } "8" { - "name" "Ultimate Weapon" - "short" "Ultimate" - "color" "120061" - "filter" "Player_Ultima" - "weaponid" "731073" - "buttonid" "731143" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Ultimate Weapon" + "short" "Ultimate" + "color" "120061" + "filter" "Player_Ultima" + "weaponid" "731073" + "buttonid" "731143" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } // Humans - Misc "9" { - "name" "Key" - "short" "Key" - "color" "BEBEBE" - "filter" "" - "weaponid" "1361177" - "buttonid" "" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Key" + "short" "Key" + "color" "BEBEBE" + "filter" "" + "weaponid" "1361177" + "buttonid" "" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "Gear Mechanism" - "short" "Gear" - "color" "BEBEBE" - "filter" "" - "weaponid" "1961291" - "buttonid" "" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Gear Mechanism" + "short" "Gear" + "color" "BEBEBE" + "filter" "" + "weaponid" "1961291" + "buttonid" "" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_siberia_1990_v1_2c.cfg b/entWatch4/configs/entwatch/ze_siberia_1990_v1_2c.cfg old mode 100755 new mode 100644 diff --git a/entWatch4/configs/entwatch/ze_sit_caelum_paradisus_b7s.cfg b/entWatch4/configs/entwatch/ze_sit_caelum_paradisus_b7s.cfg old mode 100755 new mode 100644 index f69feafa..0290a237 --- a/entWatch4/configs/entwatch/ze_sit_caelum_paradisus_b7s.cfg +++ b/entWatch4/configs/entwatch/ze_sit_caelum_paradisus_b7s.cfg @@ -3,124 +3,124 @@ // Human - Items "0" { - "name" "Ignis" - "short" "Fire" - "color" "FF6549" - "filter" "igniter" - "weaponid" "3385377" - "buttonid" "3385367" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ignis" + "short" "Fire" + "color" "FF6549" + "filter" "igniter" + "weaponid" "3385377" + "buttonid" "3385367" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Terra" - "short" "Earth" - "color" "FFCF68" - "filter" "terraman" - "weaponid" "3384759" - "buttonid" "3384775" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "Terra" + "short" "Earth" + "color" "FFCF68" + "filter" "terraman" + "weaponid" "3384759" + "buttonid" "3384775" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "2" { - "name" "Ventus" - "short" "Wind" - "color" "25FCC3" - "filter" "ventuser" - "weaponid" "3385038" - "buttonid" "3385026" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Ventus" + "short" "Wind" + "color" "25FCC3" + "filter" "ventuser" + "weaponid" "3385038" + "buttonid" "3385026" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "3" { - "name" "Sanatio" - "short" "HealAmmo" - "color" "C4FAFF" - "filter" "sanatioman" - "weaponid" "3385288" - "buttonid" "3385285" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "Sanatio" + "short" "HealAmmo" + "color" "C4FAFF" + "filter" "sanatioman" + "weaponid" "3385288" + "buttonid" "3385285" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "4" { - "name" "ServerMan" - "short" "ServerMan" - "color" "2060AD" - "filter" "" - "weaponid" "3385007" - "buttonid" "0" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "ServerMan" + "short" "ServerMan" + "color" "2060AD" + "filter" "" + "weaponid" "3385007" + "buttonid" "0" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "5" { - "name" "[ZM] Gracies" - "short" "[ZM] Gracies" - "color" "FF0000" - "filter" "gracieser" - "weaponid" "3497457" - "buttonid" "3497536" - "triggerid" "3497524" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM] Gracies" + "short" "[ZM] Gracies" + "color" "FF0000" + "filter" "gracieser" + "weaponid" "3497457" + "buttonid" "3497536" + "triggerid" "3497524" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "6" { - "name" "[ZM] Ignis" - "short" "[ZM] Fire" - "color" "FF6549" - "filter" "igniterzm1" - "weaponid" "3496625" - "buttonid" "3496627" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "[ZM] Ignis" + "short" "[ZM] Fire" + "color" "FF6549" + "filter" "igniterzm1" + "weaponid" "3496625" + "buttonid" "3496627" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "7" { - "name" "[ZM] Ignis" - "short" "[ZM] Fire" - "color" "FF6549" - "filter" "igniterzm2" - "weaponid" "3496546" - "buttonid" "3496548" - "triggerid" "0" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "[ZM] Ignis" + "short" "[ZM] Fire" + "color" "FF6549" + "filter" "igniterzm2" + "weaponid" "3496546" + "buttonid" "3496548" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_sky_athletic_adv_v9_12s.cfg b/entWatch4/configs/entwatch/ze_sky_athletic_adv_v9_12s.cfg old mode 100755 new mode 100644 index 23bb76b6..0e296644 --- a/entWatch4/configs/entwatch/ze_sky_athletic_adv_v9_12s.cfg +++ b/entWatch4/configs/entwatch/ze_sky_athletic_adv_v9_12s.cfg @@ -3,139 +3,139 @@ // Human - Items "0" { - "name" "Small Health Light" - "short" "Small Health Light" - "color" "FFFFFF" - "filter" "filter_item_smallheal" - "weaponid" "451782" - "buttonid" "451784" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Small Health Light" + "short" "Small Health Light" + "color" "FFFFFF" + "filter" "filter_item_smallheal" + "weaponid" "451782" + "buttonid" "451784" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "1" { - "name" "Cloud Father" - "short" "Cloud Father" - "color" "FFFFFF" - "filter" "helper_cloud" - "weaponid" "411688" - "buttonid" "411756" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Cloud Father" + "short" "Cloud Father" + "color" "FFFFFF" + "filter" "helper_cloud" + "weaponid" "411688" + "buttonid" "411756" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } "2" { - "name" "Burning Light" - "short" "Burning Light" - "color" "FF0000" - "filter" "filter_item_burning" - "weaponid" "19643" - "buttonid" "18497" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "35" + "name" "Burning Light" + "short" "Burning Light" + "color" "FF0000" + "filter" "filter_item_burning" + "weaponid" "19643" + "buttonid" "18497" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "35" } "3" { - "name" "Push Light" - "short" "Push Light" - "color" "00FFFF" - "filter" "filter_item_push" - "weaponid" "20852" - "buttonid" "20854" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "40" + "name" "Push Light" + "short" "Push Light" + "color" "00FFFF" + "filter" "filter_item_push" + "weaponid" "20852" + "buttonid" "20854" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "40" } "4" { - "name" "Cold Light" - "short" "Cold Light" - "color" "0000FF" - "filter" "filter_item_cold" - "weaponid" "44618" - "buttonid" "44620" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Cold Light" + "short" "Cold Light" + "color" "0000FF" + "filter" "filter_item_cold" + "weaponid" "44618" + "buttonid" "44620" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "5" { - "name" "Big Health Light" - "short" "Big Health Light" - "color" "FFFFFF" - "filter" "filter_item_bigheal" - "weaponid" "81400" - "buttonid" "81402" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Big Health Light" + "short" "Big Health Light" + "color" "FFFFFF" + "filter" "filter_item_bigheal" + "weaponid" "81400" + "buttonid" "81402" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } // Zombie - Item "6" { - "name" "Kamikaze Zombie" - "short" "Kamikaze Zombie" - "color" "008000" - "filter" "filter_item_kamikazel" - "weaponid" "254662" - "buttonid" "254989" - "triggerid" "254664" - "display" "7" - "slot" "3" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Kamikaze Zombie" + "short" "Kamikaze Zombie" + "color" "008000" + "filter" "filter_item_kamikazel" + "weaponid" "254662" + "buttonid" "254989" + "triggerid" "254664" + "display" "7" + "slot" "3" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "7" { - "name" "Push Zombie" - "short" "Push Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "252204" - "buttonid" "" - "triggerid" "252208" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Push Zombie" + "short" "Push Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "252204" + "buttonid" "" + "triggerid" "252208" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Hurt Zombie" - "short" "Hurt Zombie" - "color" "FFFFFF" - "filter" "" - "weaponid" "250161" - "buttonid" "" - "triggerid" "250191" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Hurt Zombie" + "short" "Hurt Zombie" + "color" "FFFFFF" + "filter" "" + "weaponid" "250161" + "buttonid" "" + "triggerid" "250191" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_slender_escape_b4.cfg b/entWatch4/configs/entwatch/ze_slender_escape_b4.cfg old mode 100755 new mode 100644 index 67d7185d..0cb6bcac --- a/entWatch4/configs/entwatch/ze_slender_escape_b4.cfg +++ b/entWatch4/configs/entwatch/ze_slender_escape_b4.cfg @@ -3,139 +3,139 @@ // Human - Items "0" { - "name" "Glow Stick" - "short" "Glow Stick" - "color" "3EFF3E" - "filter" "" - "weaponid" "6394" - "buttonid" "6396" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "15" + "name" "Glow Stick" + "short" "Glow Stick" + "color" "3EFF3E" + "filter" "" + "weaponid" "6394" + "buttonid" "6396" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "15" } "1" { - "name" "Flash Light" - "short" "Flash Light" - "color" "FFD700" - "filter" "" - "weaponid" "5250" - "buttonid" "5236" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flash Light" + "short" "Flash Light" + "color" "FFD700" + "filter" "" + "weaponid" "5250" + "buttonid" "5236" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Lantern" - "short" "Lantern" - "color" "FFD700" - "filter" "user_lantern" - "weaponid" "5681" - "buttonid" "5678" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "42" + "name" "Lantern" + "short" "Lantern" + "color" "FFD700" + "filter" "user_lantern" + "weaponid" "5681" + "buttonid" "5678" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "42" } "3" { - "name" "Fuel" - "short" "Fuel" - "color" "F8F8FF" - "filter" "" - "weaponid" "129822" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fuel" + "short" "Fuel" + "color" "F8F8FF" + "filter" "" + "weaponid" "129822" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Monkey Bomb" - "short" "Monkey" - "color" "BC8F8F" - "filter" "" - "weaponid" "779005" - "buttonid" "779007" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Monkey Bomb" + "short" "Monkey" + "color" "BC8F8F" + "filter" "" + "weaponid" "779005" + "buttonid" "779007" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { - "name" "Barrel" - "short" "Barrel" - "color" "F8F8FF" - "filter" "" - "weaponid" "61593" - "buttonid" "0" - "triggerid" "61587" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barrel" + "short" "Barrel" + "color" "F8F8FF" + "filter" "" + "weaponid" "61593" + "buttonid" "0" + "triggerid" "61587" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "6" { - "name" "Spider" - "short" "Spider" - "color" "FFFFFF" - "filter" "" - "weaponid" "738270" - "buttonid" "0" - "triggerid" "738267" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Spider" + "short" "Spider" + "color" "FFFFFF" + "filter" "" + "weaponid" "738270" + "buttonid" "0" + "triggerid" "738267" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Slender Zombie" - "short" "Slender Zombie" - "color" "FF4040" - "filter" "" - "weaponid" "54062" - "buttonid" "0" - "triggerid" "54064" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Slender Zombie" + "short" "Slender Zombie" + "color" "FF4040" + "filter" "" + "weaponid" "54062" + "buttonid" "0" + "triggerid" "54064" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { - "name" "Barrel Boss" - "short" "Barrel Boss" - "color" "FF4040" - "filter" "" - "weaponid" "347178" - "buttonid" "0" - "triggerid" "347180" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Barrel Boss" + "short" "Barrel Boss" + "color" "FF4040" + "filter" "" + "weaponid" "347178" + "buttonid" "0" + "triggerid" "347180" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_stalker_ultimate_v2_3.cfg b/entWatch4/configs/entwatch/ze_stalker_ultimate_v2_3.cfg old mode 100755 new mode 100644 index 09882288..6560de5f --- a/entWatch4/configs/entwatch/ze_stalker_ultimate_v2_3.cfg +++ b/entWatch4/configs/entwatch/ze_stalker_ultimate_v2_3.cfg @@ -3,109 +3,109 @@ // Human - Items "0" { - "name" "Meat Chunk" - "short" "Meat Chunk" - "color" "B8860B" - "filter" "meatchunk_owner" - "weaponid" "371452" - "buttonid" "371454" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Meat Chunk" + "short" "Meat Chunk" + "color" "B8860B" + "filter" "meatchunk_owner" + "weaponid" "371452" + "buttonid" "371454" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Fire Ball" - "short" "Fire Ball" - "color" "800000" - "filter" "fireball_owner" - "weaponid" "371607" - "buttonid" "371604" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Fire Ball" + "short" "Fire Ball" + "color" "800000" + "filter" "fireball_owner" + "weaponid" "371607" + "buttonid" "371604" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Piece of Flesh" - "short" "Piece of Flesh" - "color" "CBCBCB" - "filter" "meatchunk2_owner" - "weaponid" "445548" - "buttonid" "445545" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Piece of Flesh" + "short" "Piece of Flesh" + "color" "CBCBCB" + "filter" "meatchunk2_owner" + "weaponid" "445548" + "buttonid" "445545" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "3" { - "name" "Flash" - "short" "Flash" - "color" "00FFFF" - "filter" "flash_owner" - "weaponid" "550582" - "buttonid" "550514" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Flash" + "short" "Flash" + "color" "00FFFF" + "filter" "flash_owner" + "weaponid" "550582" + "buttonid" "550514" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Night Star" - "short" "Night Star" - "color" "FFD700" - "filter" "nightstar_owner" - "weaponid" "1124387" - "buttonid" "1124389" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Night Star" + "short" "Night Star" + "color" "FFD700" + "filter" "nightstar_owner" + "weaponid" "1124387" + "buttonid" "1124389" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "5" { - "name" "Spike Ball" - "short" "Spike Ball" - "color" "0814FF" - "filter" "urchen_owner" - "weaponid" "1137584" - "buttonid" "1137448" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Spike Ball" + "short" "Spike Ball" + "color" "0814FF" + "filter" "urchen_owner" + "weaponid" "1137584" + "buttonid" "1137448" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } // Human - Misc "6" { - "name" "Documents" - "short" "Documents" - "color" "F5F5F5" - "filter" "documents_man" - "weaponid" "763380" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Documents" + "short" "Documents" + "color" "F5F5F5" + "filter" "documents_man" + "weaponid" "763380" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_stalker_ultimate_v3.cfg b/entWatch4/configs/entwatch/ze_stalker_ultimate_v3.cfg old mode 100755 new mode 100644 index 1e2fc1c7..64109ea5 --- a/entWatch4/configs/entwatch/ze_stalker_ultimate_v3.cfg +++ b/entWatch4/configs/entwatch/ze_stalker_ultimate_v3.cfg @@ -3,153 +3,153 @@ // Humans - Items "0" { - "name" "Piece of Flesh" - "short" "Flesh" - "color" "CBCBCB" - "filter" "meatchunk2_owner" - "weaponid" "445548" - "buttonid" "445545" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Piece of Flesh" + "short" "Flesh" + "color" "CBCBCB" + "filter" "meatchunk2_owner" + "weaponid" "445548" + "buttonid" "445545" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "1" { - "name" "Flash" - "short" "Flash" - "color" "00FFFF" - "filter" "flash_owner" - "weaponid" "550582" - "buttonid" "550514" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Flash" + "short" "Flash" + "color" "00FFFF" + "filter" "flash_owner" + "weaponid" "550582" + "buttonid" "550514" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "2" { - "name" "Spike Ball" - "short" "Spike Ball" - "color" "0814FF" - "filter" "urchen_owner" - "weaponid" "1137584" - "buttonid" "1137448" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Spike Ball" + "short" "Spike Ball" + "color" "0814FF" + "filter" "urchen_owner" + "weaponid" "1137584" + "buttonid" "1137448" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "3" { - "name" "Night Star" - "short" "Night Star" - "color" "FFD700" - "filter" "nightstar_owner" - "weaponid" "1124387" - "buttonid" "1124389" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Night Star" + "short" "Night Star" + "color" "FFD700" + "filter" "nightstar_owner" + "weaponid" "1124387" + "buttonid" "1124389" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "4" { - "name" "Fire Ball" - "short" "Fire Ball" - "color" "800000" - "filter" "fireball_owner" - "weaponid" "371607" - "buttonid" "371604" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire Ball" + "short" "Fire Ball" + "color" "800000" + "filter" "fireball_owner" + "weaponid" "371607" + "buttonid" "371604" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Meat Chunk" - "short" "Meat Chunk" - "color" "B8860B" - "filter" "meatchunk_owner" - "weaponid" "371452" - "buttonid" "371454" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Meat Chunk" + "short" "Meat Chunk" + "color" "B8860B" + "filter" "meatchunk_owner" + "weaponid" "371452" + "buttonid" "371454" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "6" { - "name" "Documents" - "short" "Documents" - "color" "F5F5F5" - "filter" "documents_man" - "weaponid" "763380" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Documents" + "short" "Documents" + "color" "F5F5F5" + "filter" "documents_man" + "weaponid" "763380" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "7" { - "name" "Prototype N62" - "short" "Gauss" - "color" "F5F5F5" - "filter" "Gauss_Owner" - "weaponid" "2702409" - "buttonid" "2702414" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "4" - "cooldown" "5" + "name" "Prototype N62" + "short" "Gauss" + "color" "F5F5F5" + "filter" "Gauss_Owner" + "weaponid" "2702409" + "buttonid" "2702414" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "4" + "cooldown" "5" } // Zombies - Items "8" { - "name" "Bloodsucker" - "short" "Bloodsucker" - "color" "B69B73" - "filter" "bloodsucker" - "weaponid" "2582104" - "buttonid" "2582151" - "triggerid" "2582106" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "55" + "name" "Bloodsucker" + "short" "Bloodsucker" + "color" "B69B73" + "filter" "bloodsucker" + "weaponid" "2582104" + "buttonid" "2582151" + "triggerid" "2582106" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "55" } "9" { - "name" "Controller" - "short" "Controller" - "color" "CCAA77" - "filter" "ZM_Controller" - "weaponid" "2673527" - "buttonid" "2673521" - "triggerid" "2673524" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "15" + "name" "Controller" + "short" "Controller" + "color" "CCAA77" + "filter" "ZM_Controller" + "weaponid" "2673527" + "buttonid" "2673521" + "triggerid" "2673524" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "15" } } diff --git a/entWatch4/configs/entwatch/ze_starwars_v2fix.cfg b/entWatch4/configs/entwatch/ze_starwars_v2fix.cfg old mode 100755 new mode 100644 index f1b219dc..028b5385 --- a/entWatch4/configs/entwatch/ze_starwars_v2fix.cfg +++ b/entWatch4/configs/entwatch/ze_starwars_v2fix.cfg @@ -3,92 +3,92 @@ // Human - Items "0" { - "name" "Force Heal" - "short" "Heal" - "color" "FFFF00" - "filter" "Player_Jedi_Heal" - "weaponid" "2466" - "buttonid" "1997" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Force Heal" + "short" "Heal" + "color" "FFFF00" + "filter" "Player_Jedi_Heal" + "weaponid" "2466" + "buttonid" "1997" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Force Push" - "short" "Push" - "color" "04B404" - "filter" "Player_Jedi_Push" - "weaponid" "2464" - "buttonid" "2397" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Force Push" + "short" "Push" + "color" "04B404" + "filter" "Player_Jedi_Push" + "weaponid" "2464" + "buttonid" "2397" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Force Grip" - "short" "Grip" - "color" "ADD8E6" - "filter" "Player_Jedi_Slowdown" - "weaponid" "2468" - "buttonid" "2015" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Force Grip" + "short" "Grip" + "color" "ADD8E6" + "filter" "Player_Jedi_Slowdown" + "weaponid" "2468" + "buttonid" "2015" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Force Lightning" - "short" "Lightning" - "color" "0000A0" - "filter" "Player_Jedi_Electro" - "weaponid" "2469" - "buttonid" "2022" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Force Lightning" + "short" "Lightning" + "color" "0000A0" + "filter" "Player_Jedi_Electro" + "weaponid" "2469" + "buttonid" "2022" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Force Speed" - "short" "Speed" - "color" "FFA500" - "filter" "Player_Jedi_Speed" - "weaponid" "2467" - "buttonid" "2029" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Force Speed" + "short" "Speed" + "color" "FFA500" + "filter" "Player_Jedi_Speed" + "weaponid" "2467" + "buttonid" "2029" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Force Rage" - "short" "Rage" - "color" "FFFFFF" - "filter" "Player_Jedi_Rage" - "weaponid" "2465" - "buttonid" "2008" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Force Rage" + "short" "Rage" + "color" "FFFFFF" + "filter" "Player_Jedi_Rage" + "weaponid" "2465" + "buttonid" "2008" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_sunkentemple_v3_1s.cfg b/entWatch4/configs/entwatch/ze_sunkentemple_v3_1s.cfg old mode 100755 new mode 100644 index c5a08f3c..43a820e5 --- a/entWatch4/configs/entwatch/ze_sunkentemple_v3_1s.cfg +++ b/entWatch4/configs/entwatch/ze_sunkentemple_v3_1s.cfg @@ -1,49 +1,49 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Push" - "short" "Push" - "color" "22FF88" - "filter" "11" - "weaponid" "772831" - "buttonid" "772833" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Push" + "short" "Push" + "color" "22FF88" + "filter" "11" + "weaponid" "772831" + "buttonid" "772833" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "33" - "weaponid" "772920" - "buttonid" "772922" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "33" + "weaponid" "772920" + "buttonid" "772922" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Wall" - "short" "Wall" - "color" "32CD32" - "filter" "22" - "weaponid" "772763" - "buttonid" "772768" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wall" + "short" "Wall" + "color" "32CD32" + "filter" "22" + "weaponid" "772763" + "buttonid" "772768" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } } diff --git a/entWatch4/configs/entwatch/ze_sunlight_v2_0.cfg b/entWatch4/configs/entwatch/ze_sunlight_v2_0.cfg old mode 100755 new mode 100644 index 186dfe44..62082eca --- a/entWatch4/configs/entwatch/ze_sunlight_v2_0.cfg +++ b/entWatch4/configs/entwatch/ze_sunlight_v2_0.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Sacrificial Orb" - "short" "Sacrificial Orb" - "color" "E31612" - "filter" "sacrificeuser" - "weaponid" "473242" - "buttonid" "473259" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Sacrificial Orb" + "short" "Sacrificial Orb" + "color" "E31612" + "filter" "sacrificeuser" + "weaponid" "473242" + "buttonid" "473259" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Eye of the Storm" - "short" "Eye of the Storm" - "color" "1C6BEB" - "filter" "winduser" - "weaponid" "473267" - "buttonid" "473281" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Eye of the Storm" + "short" "Eye of the Storm" + "color" "1C6BEB" + "filter" "winduser" + "weaponid" "473267" + "buttonid" "473281" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "2" { - "name" "Melon Launcher" - "short" "Melon Launcher" - "color" "18ED2A" - "filter" "melonuser" - "weaponid" "473301" - "buttonid" "473303" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Melon Launcher" + "short" "Melon Launcher" + "color" "18ED2A" + "filter" "melonuser" + "weaponid" "473301" + "buttonid" "473303" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "3" { - "name" "Orange Launcher" - "short" "Orange Launcher" - "color" "E3A112" - "filter" "orangeuser" - "weaponid" "473321" - "buttonid" "473323" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "Orange Launcher" + "short" "Orange Launcher" + "color" "E3A112" + "filter" "orangeuser" + "weaponid" "473321" + "buttonid" "473323" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } } diff --git a/entWatch4/configs/entwatch/ze_super_mario_64_v2_b9.cfg b/entWatch4/configs/entwatch/ze_super_mario_64_v2_b9.cfg old mode 100755 new mode 100644 index 15872eae..3a61beb5 --- a/entWatch4/configs/entwatch/ze_super_mario_64_v2_b9.cfg +++ b/entWatch4/configs/entwatch/ze_super_mario_64_v2_b9.cfg @@ -3,94 +3,94 @@ // Human - Items "0" { - "name" "Toad" - "short" "Toad" - "color" "F3FF0F" - "filter" "" - "weaponid" "394209" - "buttonid" "0" - "triggerid" "400490" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Toad" + "short" "Toad" + "color" "F3FF0F" + "filter" "" + "weaponid" "394209" + "buttonid" "0" + "triggerid" "400490" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Mario" - "short" "Mario" - "color" "BB0000" - "filter" "" - "weaponid" "394361" - "buttonid" "0" - "triggerid" "1090240" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mario" + "short" "Mario" + "color" "BB0000" + "filter" "" + "weaponid" "394361" + "buttonid" "0" + "triggerid" "1090240" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Yoshi" - "short" "Yoshi" - "color" "00BB00" - "filter" "" - "weaponid" "388811" - "buttonid" "0" - "triggerid" "389247" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Yoshi" + "short" "Yoshi" + "color" "00BB00" + "filter" "" + "weaponid" "388811" + "buttonid" "0" + "triggerid" "389247" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Bomb" - "short" "Bomb" - "color" "0F0C23" - "filter" "" - "weaponid" "527813" - "buttonid" "0" - "triggerid" "2336373" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bomb" + "short" "Bomb" + "color" "0F0C23" + "filter" "" + "weaponid" "527813" + "buttonid" "0" + "triggerid" "2336373" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Peach" - "short" "Peach" - "color" "0F0C23" - "filter" "" - "weaponid" "2533150" - "buttonid" "0" - "triggerid" "2533248" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Peach" + "short" "Peach" + "color" "0F0C23" + "filter" "" + "weaponid" "2533150" + "buttonid" "0" + "triggerid" "2533248" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "5" { - "name" "Bowser" - "short" "Bowser" - "color" "0F0C23" - "filter" "" - "weaponid" "2419015" - "buttonid" "0" - "triggerid" "2419029" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Bowser" + "short" "Bowser" + "color" "0F0C23" + "filter" "" + "weaponid" "2419015" + "buttonid" "0" + "triggerid" "2419029" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_surf_bona_s.cfg b/entWatch4/configs/entwatch/ze_surf_bona_s.cfg new file mode 100644 index 00000000..9d03dc81 --- /dev/null +++ b/entWatch4/configs/entwatch/ze_surf_bona_s.cfg @@ -0,0 +1,50 @@ +"items" +{ + // Humans - Items + "0" + { + "name" "Push" + "short" "Push" + "color" "339966" + "filter" "push_guy" + "weaponid" "52552" + "buttonid" "52930" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "1" + { + "name" "Slow" + "short" "Slow" + "color" "ffe861" + "filter" "speed_guy" + "weaponid" "58792" + "buttonid" "58794" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + // Zombies - Items + "2" + { + "name" "ZM Speed" + "short" "ZM Speed" + "color" "ffa961" + "filter" "9nuke_men" + "weaponid" "165559" + "buttonid" "165713" + "triggerid" "165556" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "50" + } +} diff --git a/entWatch4/configs/entwatch/ze_surf_dark_fantasy_v1.cfg b/entWatch4/configs/entwatch/ze_surf_dark_fantasy_v1.cfg old mode 100755 new mode 100644 index 3d00f589..2ad43019 --- a/entWatch4/configs/entwatch/ze_surf_dark_fantasy_v1.cfg +++ b/entWatch4/configs/entwatch/ze_surf_dark_fantasy_v1.cfg @@ -1,198 +1,198 @@ "items" { - "0" - { - "name" "Collector Shield" - "short" "Shield" - "color" "C48911" - "filter" "" - "weaponid" "985181" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "1" - { - "name" "Collector Sword" - "short" "Sword" - "color" "115FC4" - "filter" "" - "weaponid" "987821" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "2" - { - "name" "Collector Spear" - "short" "Spear" - "color" "C41111" - "filter" "" - "weaponid" "987871" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "3" - { - "name" "Collector Bow" - "short" "Bow" - "color" "229922" - "filter" "" - "weaponid" "987911" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "4" - { - "name" "Seal" - "short" "Seal" - "color" "8511AD" - "filter" "" - "weaponid" "1296712" - "buttonid" "0" - "triggerid" "0" - "display" "1" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" - } - "5" - { - "name" "Wind" - "short" "Wind" - "color" "FFFFFF" - "filter" "f_wind_human" - "weaponid" "1451331" - "buttonid" "1451328" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "6" - { - "name" "Gravity" - "short" "Gravity" - "color" "5C1178" - "filter" "f_gravity_human" - "weaponid" "1451409" - "buttonid" "1451411" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "7" - { - "name" "Electro" - "short" "Electro" - "color" "FFEE33" - "filter" "f_electro_human" - "weaponid" "1451632" - "buttonid" "1451636" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "8" - { - "name" "Heal" - "short" "Heal" - "color" "14AB11" - "filter" "f_heal_human" - "weaponid" "1451852" - "buttonid" "1451849" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "9" - { - "name" "ZHeal" - "short" "ZHeal" - "color" "FF1111" - "filter" "f_heal_zombie" - "weaponid" "1452000" - "buttonid" "1451997" - "triggerid" "1452072" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "30" - } - "10" - { - "name" "ZDroper" - "short" "ZDroper" - "color" "113CAB" - "filter" "f_droper_zombie" - "weaponid" "1452075" - "buttonid" "1452079" - "triggerid" "1452149" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" - } - "11" - { - "name" "ZFire" - "short" "ZFire" - "color" "F1C111" - "filter" "f_fire_zombie" - "weaponid" "1452310" - "buttonid" "1452314" - "triggerid" "1452384" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "30" - } - "12" - { - "name" "Shia Trophy" - "short" "Shia Trophy" - "color" "11D1F1" - "filter" "f_trophy_shea" - "weaponid" "1452391" - "buttonid" "1452395" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" - } + "0" + { + "name" "Collector Shield" + "short" "Shield" + "color" "C48911" + "filter" "" + "weaponid" "985181" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "1" + { + "name" "Collector Sword" + "short" "Sword" + "color" "115FC4" + "filter" "" + "weaponid" "987821" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "2" + { + "name" "Collector Spear" + "short" "Spear" + "color" "C41111" + "filter" "" + "weaponid" "987871" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "3" + { + "name" "Collector Bow" + "short" "Bow" + "color" "229922" + "filter" "" + "weaponid" "987911" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "4" + { + "name" "Seal" + "short" "Seal" + "color" "8511AD" + "filter" "" + "weaponid" "1296712" + "buttonid" "0" + "triggerid" "0" + "display" "1" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "5" + { + "name" "Wind" + "short" "Wind" + "color" "FFFFFF" + "filter" "f_wind_human" + "weaponid" "1451331" + "buttonid" "1451328" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "6" + { + "name" "Gravity" + "short" "Gravity" + "color" "5C1178" + "filter" "f_gravity_human" + "weaponid" "1451409" + "buttonid" "1451411" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "7" + { + "name" "Electro" + "short" "Electro" + "color" "FFEE33" + "filter" "f_electro_human" + "weaponid" "1451632" + "buttonid" "1451636" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "8" + { + "name" "Heal" + "short" "Heal" + "color" "14AB11" + "filter" "f_heal_human" + "weaponid" "1451852" + "buttonid" "1451849" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "9" + { + "name" "ZHeal" + "short" "ZHeal" + "color" "FF1111" + "filter" "f_heal_zombie" + "weaponid" "1452000" + "buttonid" "1451997" + "triggerid" "1452072" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "30" + } + "10" + { + "name" "ZDroper" + "short" "ZDroper" + "color" "113CAB" + "filter" "f_droper_zombie" + "weaponid" "1452075" + "buttonid" "1452079" + "triggerid" "1452149" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "11" + { + "name" "ZFire" + "short" "ZFire" + "color" "F1C111" + "filter" "f_fire_zombie" + "weaponid" "1452310" + "buttonid" "1452314" + "triggerid" "1452384" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "30" + } + "12" + { + "name" "Shia Trophy" + "short" "Shia Trophy" + "color" "11D1F1" + "filter" "f_trophy_shea" + "weaponid" "1452391" + "buttonid" "1452395" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } } \ No newline at end of file diff --git a/entWatch4/configs/entwatch/ze_surf_froyo_css3.cfg b/entWatch4/configs/entwatch/ze_surf_froyo_css3.cfg old mode 100755 new mode 100644 index 0952cd56..0d1d4397 --- a/entWatch4/configs/entwatch/ze_surf_froyo_css3.cfg +++ b/entWatch4/configs/entwatch/ze_surf_froyo_css3.cfg @@ -22,14 +22,14 @@ "short" "(Damage) Roar Crystal" "color" "FFFFFF" "filter" "roar_user" - "weaponid" "308540" + "weaponid" "308540" "buttonid" "308465" "triggerid" "0" "display" "7" "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "25" + "mode" "1" + "maxuses" "0" + "cooldown" "25" } "2" { @@ -37,14 +37,14 @@ "short" "(Wind) Halo Crystal" "color" "FFFFFF" "filter" "halo_user" - "weaponid" "308707" + "weaponid" "308707" "buttonid" "308632" "triggerid" "0" "display" "7" "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } "3" { @@ -52,14 +52,14 @@ "short" "(Ultima) Froyo's Power" "color" "FFFFFF" "filter" "blast_user" - "weaponid" "309029" + "weaponid" "309029" "buttonid" "309107" "triggerid" "0" "display" "7" "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "4" { @@ -67,14 +67,14 @@ "short" "(Ultima) Boss Star's Power" "color" "FFFFFF" "filter" "wave_user" - "weaponid" "308800" + "weaponid" "308800" "buttonid" "308879" "triggerid" "0" "display" "7" "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "5" { @@ -82,14 +82,14 @@ "short" "(Electro) Lightwall Crystal" "color" "FFFFFF" "filter" "lightwall_user" - "weaponid" "307894" + "weaponid" "307894" "buttonid" "307965" "triggerid" "0" "display" "7" "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "38" + "mode" "1" + "maxuses" "0" + "cooldown" "38" } "6" { @@ -97,14 +97,14 @@ "short" "(Ice) Snowstorm Crystal" "color" "FFFFFF" "filter" "snowstorm_user" - "weaponid" "307817" + "weaponid" "307817" "buttonid" "308797" "triggerid" "0" "display" "7" "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "48" + "mode" "1" + "maxuses" "0" + "cooldown" "48" } // Human - Knifes @@ -114,14 +114,14 @@ "short" "(Push) Shock Ring" "color" "FFFFFF" "filter" "" - "weaponid" "774625" + "weaponid" "774625" "buttonid" "0" "triggerid" "774627" "display" "7" "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "8" { @@ -129,14 +129,14 @@ "short" "(Push) Shock Ring" "color" "FFFFFF" "filter" "" - "weaponid" "775824" + "weaponid" "775824" "buttonid" "0" "triggerid" "775826" "display" "7" "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items @@ -146,14 +146,14 @@ "short" "(Ice) Fear Crystal" "color" "FFFFFF" "filter" "fear_user" - "weaponid" "308137" + "weaponid" "308137" "buttonid" "308150" "triggerid" "308222" "display" "7" "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "63" + "mode" "1" + "maxuses" "0" + "cooldown" "63" } "10" { @@ -161,13 +161,13 @@ "short" "(Ice + Heal) Health Crystal" "color" "FFFFFF" "filter" "health_user" - "weaponid" "308232" + "weaponid" "308232" "buttonid" "308311" "triggerid" "308383" "display" "7" "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "56" + "mode" "1" + "maxuses" "0" + "cooldown" "56" } } diff --git a/entWatch4/configs/entwatch/ze_surf_vortex_v1_9s.cfg b/entWatch4/configs/entwatch/ze_surf_vortex_v1_9s.cfg old mode 100755 new mode 100644 index e150399b..4e337fa4 --- a/entWatch4/configs/entwatch/ze_surf_vortex_v1_9s.cfg +++ b/entWatch4/configs/entwatch/ze_surf_vortex_v1_9s.cfg @@ -3,47 +3,47 @@ // Human - Items "0" { - "name" "Gravity" - "short" "Gravity" - "color" "FF00FF" - "filter" "" - "weaponid" "65739" - "buttonid" "65736" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Gravity" + "short" "Gravity" + "color" "FF00FF" + "filter" "" + "weaponid" "65739" + "buttonid" "65736" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "1" { - "name" "Low Health" - "short" "Low" - "color" "00FFFF" - "filter" "player_filter_low" - "weaponid" "142912" - "buttonid" "142914" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Low Health" + "short" "Low" + "color" "00FFFF" + "filter" "player_filter_low" + "weaponid" "142912" + "buttonid" "142914" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "2" { - "name" "Ultimate" - "short" "Ultimate" - "color" "00FF00" - "filter" "" - "weaponid" "167533" - "buttonid" "167550" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "5" + "name" "Ultimate" + "short" "Ultimate" + "color" "00FF00" + "filter" "" + "weaponid" "167533" + "buttonid" "167550" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "5" } } diff --git a/entWatch4/configs/entwatch/ze_temple_raider_b4.cfg b/entWatch4/configs/entwatch/ze_temple_raider_b4.cfg old mode 100755 new mode 100644 index aa2f5da6..d76e2ac4 --- a/entWatch4/configs/entwatch/ze_temple_raider_b4.cfg +++ b/entWatch4/configs/entwatch/ze_temple_raider_b4.cfg @@ -1,19 +1,19 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Health Kit" - "short" "Heal" - "color" "E2EE2D" - "filter" "Player_Gun_Heal" - "weaponid" "1880330" - "buttonid" "1880262" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Health Kit" + "short" "Heal" + "color" "E2EE2D" + "filter" "Player_Gun_Heal" + "weaponid" "1880330" + "buttonid" "1880262" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } } diff --git a/entWatch4/configs/entwatch/ze_tesv_skyrim_v4fix.cfg b/entWatch4/configs/entwatch/ze_tesv_skyrim_v4fix.cfg old mode 100755 new mode 100644 index 9d4500e6..224c94bc --- a/entWatch4/configs/entwatch/ze_tesv_skyrim_v4fix.cfg +++ b/entWatch4/configs/entwatch/ze_tesv_skyrim_v4fix.cfg @@ -3,231 +3,231 @@ // Human - Items "0" { - "name" "Nightingale" - "short" "Nightingale" - "color" "191919" - "filter" "" - "weaponid" "7919" - "buttonid" "0" - "triggerid" "6672" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Nightingale" + "short" "Nightingale" + "color" "191919" + "filter" "" + "weaponid" "7919" + "buttonid" "0" + "triggerid" "6672" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Healmage" - "short" "Healmage" - "color" "FFFFFF" - "filter" "" - "weaponid" "6176" - "buttonid" "0" - "triggerid" "6664" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Healmage" + "short" "Healmage" + "color" "FFFFFF" + "filter" "" + "weaponid" "6176" + "buttonid" "0" + "triggerid" "6664" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Dovahkiin" - "short" "Dovahkiin" - "color" "00D8D5" - "filter" "" - "weaponid" "6158" - "buttonid" "0" - "triggerid" "6660" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dovahkiin" + "short" "Dovahkiin" + "color" "00D8D5" + "filter" "" + "weaponid" "6158" + "buttonid" "0" + "triggerid" "6660" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "3" { - "name" "Archmage" - "short" "Archmage" - "color" "BB0000" - "filter" "" - "weaponid" "6272" - "buttonid" "0" - "triggerid" "6698" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Archmage" + "short" "Archmage" + "color" "BB0000" + "filter" "" + "weaponid" "6272" + "buttonid" "0" + "triggerid" "6698" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Deadric" - "short" "Deadric" - "color" "120061" - "filter" "" - "weaponid" "6137" - "buttonid" "0" - "triggerid" "6655" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Deadric" + "short" "Deadric" + "color" "120061" + "filter" "" + "weaponid" "6137" + "buttonid" "0" + "triggerid" "6655" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Human - Misc "5" { - "name" "Freeze Staff" - "short" "Freeze" - "color" "21FFFC" - "filter" "staff" - "weaponid" "5734" - "buttonid" "5738" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "10" + "name" "Freeze Staff" + "short" "Freeze" + "color" "21FFFC" + "filter" "staff" + "weaponid" "5734" + "buttonid" "5738" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "10" } "6" { - "name" "Heal Staff" - "short" "Heal" - "color" "FFFFFF" - "filter" "" - "weaponid" "5076" - "buttonid" "5077" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "2" - "cooldown" "20" + "name" "Heal Staff" + "short" "Heal" + "color" "FFFFFF" + "filter" "" + "weaponid" "5076" + "buttonid" "5077" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "2" + "cooldown" "20" } "7" { - "name" "The Elder Scroll" - "short" "Elder Scroll" - "color" "120061" - "filter" "" - "weaponid" "5902" - "buttonid" "5903" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "The Elder Scroll" + "short" "Elder Scroll" + "color" "120061" + "filter" "" + "weaponid" "5902" + "buttonid" "5903" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "8" { - "name" "The Elder Scroll" - "short" "Elder Scroll" - "color" "120061" - "filter" "" - "weaponid" "5086" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Elder Scroll" + "short" "Elder Scroll" + "color" "120061" + "filter" "" + "weaponid" "5086" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "9" { - "name" "The Torch" - "short" "Torch" - "color" "120061" - "filter" "" - "weaponid" "1766903" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Torch" + "short" "Torch" + "color" "120061" + "filter" "" + "weaponid" "1766903" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "10" { - "name" "The Lever" - "short" "Lever" - "color" "120061" - "filter" "" - "weaponid" "1768303" - "buttonid" "0" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "The Lever" + "short" "Lever" + "color" "120061" + "filter" "" + "weaponid" "1768303" + "buttonid" "0" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "11" { - "name" "Werewolf" - "short" "Werewolf" - "color" "B40404" - "filter" "" - "weaponid" "1551382" - "buttonid" "0" - "triggerid" "6667" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Werewolf" + "short" "Werewolf" + "color" "B40404" + "filter" "" + "weaponid" "1551382" + "buttonid" "0" + "triggerid" "6667" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Troll" - "short" "Troll" - "color" "B40404" - "filter" "" - "weaponid" "1551093" - "buttonid" "0" - "triggerid" "6670" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Troll" + "short" "Troll" + "color" "B40404" + "filter" "" + "weaponid" "1551093" + "buttonid" "0" + "triggerid" "6670" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Giant" - "short" "Giant" - "color" "B40404" - "filter" "" - "weaponid" "1551122" - "buttonid" "0" - "triggerid" "6674" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Giant" + "short" "Giant" + "color" "B40404" + "filter" "" + "weaponid" "1551122" + "buttonid" "0" + "triggerid" "6674" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "12" { - "name" "Dragonpriest" - "short" "Dragonpriest" - "color" "B40404" - "filter" "" - "weaponid" "1551162" - "buttonid" "0" - "triggerid" "6766" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Dragonpriest" + "short" "Dragonpriest" + "color" "B40404" + "filter" "" + "weaponid" "1551162" + "buttonid" "0" + "triggerid" "6766" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_tilex_ultimate_v2_14s.cfg b/entWatch4/configs/entwatch/ze_tilex_ultimate_v2_14s.cfg old mode 100755 new mode 100644 index a778604b..54d1a9d0 --- a/entWatch4/configs/entwatch/ze_tilex_ultimate_v2_14s.cfg +++ b/entWatch4/configs/entwatch/ze_tilex_ultimate_v2_14s.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "healer1" - "weaponid" "374229" - "buttonid" "374231" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "healer1" + "weaponid" "374229" + "buttonid" "374231" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "1" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "healer2" - "weaponid" "928679" - "buttonid" "928681" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "healer2" + "weaponid" "928679" + "buttonid" "928681" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "2" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "healer3" - "weaponid" "375991" - "buttonid" "375993" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "healer3" + "weaponid" "375991" + "buttonid" "375993" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "3" { - "name" "Abyss" - "short" "Abyss" - "color" "9524D6" - "filter" "habysser" - "weaponid" "375836" - "buttonid" "375838" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "30" + "name" "Abyss" + "short" "Abyss" + "color" "9524D6" + "filter" "habysser" + "weaponid" "375836" + "buttonid" "375838" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "30" } } diff --git a/entWatch4/configs/entwatch/ze_timesplitters_v1_2.cfg b/entWatch4/configs/entwatch/ze_timesplitters_v1_2.cfg old mode 100755 new mode 100644 index b5aa3dd0..e5d175e2 --- a/entWatch4/configs/entwatch/ze_timesplitters_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_timesplitters_v1_2.cfg @@ -3,64 +3,64 @@ // Human - Items "0" { - "name" "Viola" - "short" "Viola" - "color" "F9429E" - "filter" "" - "weaponid" "8670" - "buttonid" "0" - "triggerid" "8734" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Viola" + "short" "Viola" + "color" "F9429E" + "filter" "" + "weaponid" "8670" + "buttonid" "0" + "triggerid" "8734" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Cortez" - "short" "Cortez" - "color" "FF0000" - "filter" "" - "weaponid" "9252" - "buttonid" "0" - "triggerid" "9247" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Cortez" + "short" "Cortez" + "color" "FF0000" + "filter" "" + "weaponid" "9252" + "buttonid" "0" + "triggerid" "9247" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "2" { - "name" "Borg" - "short" "Borg" - "color" "DAB30A" - "filter" "" - "weaponid" "40476" - "buttonid" "0" - "triggerid" "40469" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Borg" + "short" "Borg" + "color" "DAB30A" + "filter" "" + "weaponid" "40476" + "buttonid" "0" + "triggerid" "40469" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } // Zombie - Items "3" { - "name" "Scorg" - "short" "Scorg" - "color" "00D8D5" - "filter" "" - "weaponid" "41099" - "buttonid" "0" - "triggerid" "41105" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Scorg" + "short" "Scorg" + "color" "00D8D5" + "filter" "" + "weaponid" "41099" + "buttonid" "0" + "triggerid" "41105" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_toaster_v1_2.cfg b/entWatch4/configs/entwatch/ze_toaster_v1_2.cfg old mode 100755 new mode 100644 index 9c31af1c..248ad92d --- a/entWatch4/configs/entwatch/ze_toaster_v1_2.cfg +++ b/entWatch4/configs/entwatch/ze_toaster_v1_2.cfg @@ -3,77 +3,77 @@ // Human - Items "0" { - "name" "Toaster" - "short" "Toaster" - "color" "664A15" - "filter" "" - "weaponid" "204268" - "buttonid" "204265" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Toaster" + "short" "Toaster" + "color" "664A15" + "filter" "" + "weaponid" "204268" + "buttonid" "204265" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "1" { - "name" "Peanut Butter" - "short" "Peanut Butter" - "color" "A37621" - "filter" "" - "weaponid" "204361" - "buttonid" "204358" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "4" + "name" "Peanut Butter" + "short" "Peanut Butter" + "color" "A37621" + "filter" "" + "weaponid" "204361" + "buttonid" "204358" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "4" } "2" { - "name" "Sour Milk" - "short" "Sour Milk" - "color" "EDECE8" - "filter" "" - "weaponid" "204444" - "buttonid" "204441" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "6" + "name" "Sour Milk" + "short" "Sour Milk" + "color" "EDECE8" + "filter" "" + "weaponid" "204444" + "buttonid" "204441" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "6" } "3" { - "name" "A Jalapeno" - "short" "A Jalapeno" - "color" "F23722" - "filter" "" - "weaponid" "204527" - "buttonid" "204524" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "A Jalapeno" + "short" "A Jalapeno" + "color" "F23722" + "filter" "" + "weaponid" "204527" + "buttonid" "204524" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } "4" { - "name" "A Metal Ass" - "short" "A Metal Ass" - "color" "125E73" - "filter" "" - "weaponid" "204615" - "buttonid" "204612" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "10" + "name" "A Metal Ass" + "short" "A Metal Ass" + "color" "125E73" + "filter" "" + "weaponid" "204615" + "buttonid" "204612" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "10" } } diff --git a/entWatch4/configs/entwatch/ze_totally_new_wester.cfg b/entWatch4/configs/entwatch/ze_totally_new_wester.cfg new file mode 100644 index 00000000..3bb161f4 --- /dev/null +++ b/entWatch4/configs/entwatch/ze_totally_new_wester.cfg @@ -0,0 +1,248 @@ +"items" +{ + // Human - Items + "1" + { + "name" "Water Staff" + "short" "Water" + "color" "0000FF" + "filter" "Player_Staff_Water" + "weaponid" "2665857" + "buttonid" "2665844" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "2" + { + "name" "Fire Staff" + "short" "Fire" + "color" "FF7300" + "filter" "Player_Staff_Fire" + "weaponid" "2665939" + "buttonid" "2666016" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "3" + { + "name" "Heal Staff" + "short" "Heal" + "color" "FFFFFF" + "filter" "Player_Staff_Heal" + "weaponid" "2666175" + "buttonid" "2666177" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "4" + { + "name" "Earth Staff" + "short" "Earth" + "color" "965F00" + "filter" "Player_Staff_Earth" + "weaponid" "2666253" + "buttonid" "2665924" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "5" + { + "name" "Electro Staff" + "short" "Electro" + "color" "FFFF00" + "filter" "Player_Staff_Electro" + "weaponid" "2666329" + "buttonid" "2666341" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "6" + { + "name" "Wind Staff" + "short" "Wind" + "color" "00FF00" + "filter" "Player_Staff_Wind" + "weaponid" "2666416" + "buttonid" "2666409" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "7" + { + "name" "Holy Staff" + "short" "Holy" + "color" "FFFFFF" + "filter" "Player_Staff_Holy" + "weaponid" "2666037" + "buttonid" "2666019" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" + } + + // Human - Misc + "8" + { + "name" "Solo Winner" + "short" "Solo Winner" + "color" "FFFFFF" + "filter" "" + "weaponid" "4270237" + "buttonid" "4270234" + "triggerid" "0" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + + // Zombie - Items + "9" + { + "name" "[ZM] Lure" + "short" "[ZM] Lure" + "color" "FF0000" + "filter" "Player_Knife_Lure" + "weaponid" "2665489" + "buttonid" "2665560" + "triggerid" "2667155" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "10" + { + "name" "[ZM] Blind" + "short" "[ZM] Blind" + "color" "FF0000" + "filter" "Player_Knife_Blind" + "weaponid" "2665770" + "buttonid" "2665772" + "triggerid" "2667152" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "11" + { + "name" "[ZM] Warp" + "short" "[ZM] Warp" + "color" "FF0000" + "filter" "Player_Knife_Warp" + "weaponid" "2666579" + "buttonid" "2666581" + "triggerid" "2667149" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "12" + { + "name" "[ZM] Invisibility" + "short" "[ZM] Invisibility" + "color" "FF0000" + "filter" "Player_Knife_Invis" + "weaponid" "2666721" + "buttonid" "2666653" + "triggerid" "2666723" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "13" + { + "name" "[ZM] Shield" + "short" "[ZM] Shield" + "color" "FF0000" + "filter" "Player_Knife_Shield" + "weaponid" "2666977" + "buttonid" "2666981" + "triggerid" "2666974" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "14" + { + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FF0000" + "filter" "Player_Knife_Heal" + "weaponid" "2667303" + "buttonid" "2667229" + "triggerid" "2667226" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "15" + { + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "FF0000" + "filter" "Player_Knife_Fire" + "weaponid" "2708384" + "buttonid" "2708251" + "triggerid" "2708528" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "16" + { + "name" "[ZM] Frost" + "short" "[ZM] Frost" + "color" "FF0000" + "filter" "Player_Knife_Frost" + "weaponid" "2708451" + "buttonid" "2708520" + "triggerid" "2708525" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } +} diff --git a/entWatch4/configs/entwatch/ze_trials_v1fs.cfg b/entWatch4/configs/entwatch/ze_trials_v1fs.cfg old mode 100755 new mode 100644 index 052c20fa..84da99ab --- a/entWatch4/configs/entwatch/ze_trials_v1fs.cfg +++ b/entWatch4/configs/entwatch/ze_trials_v1fs.cfg @@ -3,62 +3,62 @@ // Human - Items "0" { - "name" "Wall" - "short" "Wall" - "color" "2A2A2A" - "filter" "" - "weaponid" "40294" - "buttonid" "40291" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Wall" + "short" "Wall" + "color" "2A2A2A" + "filter" "" + "weaponid" "40294" + "buttonid" "40291" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Heal" - "short" "Heal" - "color" "0072FF" - "filter" "" - "weaponid" "245145" - "buttonid" "245216" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Heal" + "short" "Heal" + "color" "0072FF" + "filter" "" + "weaponid" "245145" + "buttonid" "245216" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "2" { - "name" "Wand" - "short" "Wand" - "color" "FF0000" - "filter" "" - "weaponid" "160150" - "buttonid" "160217" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Wand" + "short" "Wand" + "color" "FF0000" + "filter" "" + "weaponid" "160150" + "buttonid" "160217" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Mapper Logo" - "short" "Mapper Logo" - "color" "B22222" - "filter" "" - "weaponid" "141223" - "buttonid" "0" - "triggerid" "141302" - "display" "7" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Mapper Logo" + "short" "Mapper Logo" + "color" "B22222" + "filter" "" + "weaponid" "141223" + "buttonid" "0" + "triggerid" "141302" + "display" "7" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } } diff --git a/entWatch4/configs/entwatch/ze_tyranny2_v1_1.cfg b/entWatch4/configs/entwatch/ze_tyranny2_v1_1.cfg new file mode 100644 index 00000000..53185c5a --- /dev/null +++ b/entWatch4/configs/entwatch/ze_tyranny2_v1_1.cfg @@ -0,0 +1,231 @@ +"items" +{ + // Human - Items + "0" + { + "name" "Meteor" + "short" "Meteor" + "color" "FF0000" + "filter" "player_meteor" + "weaponid" "5226333" + "buttonid" "5226337" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" + } + "1" + { + "name" "Crystal" + "short" "Crystal" + "color" "00FFFF" + "filter" "player_crystal" + "weaponid" "5226344" + "buttonid" "5226346" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "2" + { + "name" "Tornado" + "short" "Tornado" + "color" "CCFFFF" + "filter" "player_tornado" + "weaponid" "5226351" + "buttonid" "5226353" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "3" + { + "name" "Venom" + "short" "Venom" + "color" "009933" + "filter" "player_venom" + "weaponid" "5226361" + "buttonid" "5226356" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "4" + { + "name" "Ammo" + "short" "Ammo" + "color" "FFFF99" + "filter" "player_ammo" + "weaponid" "5226372" + "buttonid" "5226363" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "5" + { + "name" "Shade" + "short" "Shade" + "color" "CC33FF" + "filter" "player_shade" + "weaponid" "5226376" + "buttonid" "5226366" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "2" + "cooldown" "60" + } + "6" + { + "name" "Sacred" + "short" "Sacred" + "color" "FF66CC" + "filter" "player_sacred" + "weaponid" "5226382" + "buttonid" "5226384" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "2" + "cooldown" "60" + } + "7" + { + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "5226387" + "buttonid" "5226369" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "8" + { + "name" "Ballista" + "short" "Ballista" + "color" "FFFFFF" + "filter" "player_ballista" + "weaponid" "5226454" + "buttonid" "5226456" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "9" + { + "name" "Bible" + "short" "Bible" + "color" "FFFFFF" + "filter" "player_bible" + "weaponid" "5226948" + "buttonid" "5226950" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" + } + + // Zombie - Items + "10" + { + "name" "[ZM]Heal" + "short" "[ZM]Heal" + "color" "FFFFFF" + "filter" "player_bloodorb" + "weaponid" "5231725" + "buttonid" "5231859" + "triggerid" "5231865" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "11" + { + "name" "[ZM]Barrel" + "short" "[ZM]Barrel" + "color" "FFFFFF" + "filter" "player_barrel" + "weaponid" "5231873" + "buttonid" "5231870" + "triggerid" "5231875" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" + } + "12" + { + "name" "[ZM]Necro" + "short" "[ZM]Necro" + "color" "FFFFFF" + "filter" "player_necromancy" + "weaponid" "5231887" + "buttonid" "5231889" + "triggerid" "5231884" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" + } + "13" + { + "name" "[ZM]Guillotine" + "short" "[ZM]Guillotine" + "color" "FFFFFF" + "filter" "player_guillotine" + "weaponid" "5232189" + "buttonid" "5232183" + "triggerid" "5232186" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" + } + "14" + { + "name" "[ZM]Abyss" + "short" "[ZM]Abyss" + "color" "FFFFFF" + "filter" "player_abyss" + "weaponid" "5232265" + "buttonid" "5232262" + "triggerid" "5232267" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" + } +} diff --git a/entWatch4/configs/entwatch/ze_tyranny2_v1fix.cfg b/entWatch4/configs/entwatch/ze_tyranny2_v1fix.cfg old mode 100755 new mode 100644 index 7ba63af4..53185c5a --- a/entWatch4/configs/entwatch/ze_tyranny2_v1fix.cfg +++ b/entWatch4/configs/entwatch/ze_tyranny2_v1fix.cfg @@ -3,229 +3,229 @@ // Human - Items "0" { - "name" "Meteor" - "short" "Meteor" - "color" "FF0000" - "filter" "player_meteor" - "weaponid" "5226333" - "buttonid" "5226337" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "50" + "name" "Meteor" + "short" "Meteor" + "color" "FF0000" + "filter" "player_meteor" + "weaponid" "5226333" + "buttonid" "5226337" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "50" } "1" { - "name" "Crystal" - "short" "Crystal" - "color" "00FFFF" - "filter" "player_crystal" - "weaponid" "5226344" - "buttonid" "5226346" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Crystal" + "short" "Crystal" + "color" "00FFFF" + "filter" "player_crystal" + "weaponid" "5226344" + "buttonid" "5226346" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "2" { - "name" "Tornado" - "short" "Tornado" - "color" "CCFFFF" - "filter" "player_tornado" - "weaponid" "5226351" - "buttonid" "5226353" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Tornado" + "short" "Tornado" + "color" "CCFFFF" + "filter" "player_tornado" + "weaponid" "5226351" + "buttonid" "5226353" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Venom" - "short" "Venom" - "color" "009933" - "filter" "player_venom" - "weaponid" "5226361" - "buttonid" "5226356" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Venom" + "short" "Venom" + "color" "009933" + "filter" "player_venom" + "weaponid" "5226361" + "buttonid" "5226356" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF99" - "filter" "player_ammo" - "weaponid" "5226372" - "buttonid" "5226363" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF99" + "filter" "player_ammo" + "weaponid" "5226372" + "buttonid" "5226363" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Shade" - "short" "Shade" - "color" "CC33FF" - "filter" "player_shade" - "weaponid" "5226376" - "buttonid" "5226366" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "2" - "cooldown" "60" + "name" "Shade" + "short" "Shade" + "color" "CC33FF" + "filter" "player_shade" + "weaponid" "5226376" + "buttonid" "5226366" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "2" + "cooldown" "60" } "6" { - "name" "Sacred" - "short" "Sacred" - "color" "FF66CC" - "filter" "player_sacred" - "weaponid" "5226382" - "buttonid" "5226384" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "2" - "cooldown" "60" + "name" "Sacred" + "short" "Sacred" + "color" "FF66CC" + "filter" "player_sacred" + "weaponid" "5226382" + "buttonid" "5226384" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "2" + "cooldown" "60" } "7" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "player_heal" - "weaponid" "5226387" - "buttonid" "5226369" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "5226387" + "buttonid" "5226369" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "Ballista" - "short" "Ballista" - "color" "FFFFFF" - "filter" "player_ballista" - "weaponid" "5226454" - "buttonid" "5226456" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ballista" + "short" "Ballista" + "color" "FFFFFF" + "filter" "player_ballista" + "weaponid" "5226454" + "buttonid" "5226456" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "9" { - "name" "Bible" - "short" "Bible" - "color" "FFFFFF" - "filter" "player_bible" - "weaponid" "5226948" - "buttonid" "5226950" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Bible" + "short" "Bible" + "color" "FFFFFF" + "filter" "player_bible" + "weaponid" "5226948" + "buttonid" "5226950" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } // Zombie - Items "10" { - "name" "[ZM]Heal" - "short" "[ZM]Heal" - "color" "FFFFFF" - "filter" "player_bloodorb" - "weaponid" "5231725" - "buttonid" "5231859" - "triggerid" "5231865" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "[ZM]Heal" + "short" "[ZM]Heal" + "color" "FFFFFF" + "filter" "player_bloodorb" + "weaponid" "5231725" + "buttonid" "5231859" + "triggerid" "5231865" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "11" { - "name" "[ZM]Barrel" - "short" "[ZM]Barrel" - "color" "FFFFFF" - "filter" "player_barrel" - "weaponid" "5231873" - "buttonid" "5231870" - "triggerid" "5231875" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM]Barrel" + "short" "[ZM]Barrel" + "color" "FFFFFF" + "filter" "player_barrel" + "weaponid" "5231873" + "buttonid" "5231870" + "triggerid" "5231875" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "12" { - "name" "[ZM]Necro" - "short" "[ZM]Necro" - "color" "FFFFFF" - "filter" "player_necromancy" - "weaponid" "5231887" - "buttonid" "5231889" - "triggerid" "5231884" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "[ZM]Necro" + "short" "[ZM]Necro" + "color" "FFFFFF" + "filter" "player_necromancy" + "weaponid" "5231887" + "buttonid" "5231889" + "triggerid" "5231884" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "13" { - "name" "[ZM]Guillotine" - "short" "[ZM]Guillotine" - "color" "FFFFFF" - "filter" "player_guillotine" - "weaponid" "5232189" - "buttonid" "5232183" - "triggerid" "5232186" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "80" + "name" "[ZM]Guillotine" + "short" "[ZM]Guillotine" + "color" "FFFFFF" + "filter" "player_guillotine" + "weaponid" "5232189" + "buttonid" "5232183" + "triggerid" "5232186" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "80" } "14" { - "name" "[ZM]Abyss" - "short" "[ZM]Abyss" - "color" "FFFFFF" - "filter" "player_abyss" - "weaponid" "5232265" - "buttonid" "5232262" - "triggerid" "5232267" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM]Abyss" + "short" "[ZM]Abyss" + "color" "FFFFFF" + "filter" "player_abyss" + "weaponid" "5232265" + "buttonid" "5232262" + "triggerid" "5232267" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } } diff --git a/entWatch4/configs/entwatch/ze_tyranny_v5fix.cfg b/entWatch4/configs/entwatch/ze_tyranny_v5fix.cfg old mode 100755 new mode 100644 index 117be895..66a83300 --- a/entWatch4/configs/entwatch/ze_tyranny_v5fix.cfg +++ b/entWatch4/configs/entwatch/ze_tyranny_v5fix.cfg @@ -3,244 +3,244 @@ // Human - Items "0" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFF00" - "filter" "player_ammo" - "weaponid" "565799" - "buttonid" "565646" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ammo" + "short" "Ammo" + "color" "FFFF00" + "filter" "player_ammo" + "weaponid" "565799" + "buttonid" "565646" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "1" { - "name" "Killer" - "short" "Killer" - "color" "CC22CC" - "filter" "player_killer" - "weaponid" "565801" - "buttonid" "565789" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "3" - "maxuses" "1" - "cooldown" "20" + "name" "Killer" + "short" "Killer" + "color" "CC22CC" + "filter" "player_killer" + "weaponid" "565801" + "buttonid" "565789" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "3" + "maxuses" "1" + "cooldown" "20" } "2" { - "name" "Hedge" - "short" "Hedge" - "color" "32CD32" - "filter" "player_hedge" - "weaponid" "565893" - "buttonid" "565895" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Hedge" + "short" "Hedge" + "color" "32CD32" + "filter" "player_hedge" + "weaponid" "565893" + "buttonid" "565895" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Push" - "short" "Push" - "color" "22FF88" - "filter" "player_push" - "weaponid" "566048" - "buttonid" "566050" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Push" + "short" "Push" + "color" "22FF88" + "filter" "player_push" + "weaponid" "566048" + "buttonid" "566050" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "4" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "player_heal" - "weaponid" "566342" - "buttonid" "566271" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "566342" + "buttonid" "566271" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "5" { - "name" "Gravity" - "short" "Gravity" - "color" "2A2A2A" - "filter" "player_gravity" - "weaponid" "2289102" - "buttonid" "566639" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Gravity" + "short" "Gravity" + "color" "2A2A2A" + "filter" "player_gravity" + "weaponid" "2289102" + "buttonid" "566639" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "6" { - "name" "Fire" - "short" "Fire" - "color" "CC0000" - "filter" "player_fire" - "weaponid" "566646" - "buttonid" "566560" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Fire" + "short" "Fire" + "color" "CC0000" + "filter" "player_fire" + "weaponid" "566646" + "buttonid" "566560" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "7" { - "name" "Ice" - "short" "Ice" - "color" "0000FF" - "filter" "player_ice" - "weaponid" "566648" - "buttonid" "566417" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Ice" + "short" "Ice" + "color" "0000FF" + "filter" "player_ice" + "weaponid" "566648" + "buttonid" "566417" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "8" { - "name" "Lightning" - "short" "Lightning" - "color" "0072FF" - "filter" "player_lightning" - "weaponid" "566650" - "buttonid" "566118" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Lightning" + "short" "Lightning" + "color" "0072FF" + "filter" "player_lightning" + "weaponid" "566650" + "buttonid" "566118" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } // Zombie - Items "9" { - "name" "[ZM] Killer" - "short" "[ZM] Killer" - "color" "BB4433" - "filter" "player_zkiller" - "weaponid" "566669" - "buttonid" "566804" - "triggerid" "566671" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "120" + "name" "[ZM] Killer" + "short" "[ZM] Killer" + "color" "BB4433" + "filter" "player_zkiller" + "weaponid" "566669" + "buttonid" "566804" + "triggerid" "566671" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "120" } "10" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "FF7777" - "filter" "player_zheal" - "weaponid" "566812" - "buttonid" "566947" - "triggerid" "566814" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FF7777" + "filter" "player_zheal" + "weaponid" "566812" + "buttonid" "566947" + "triggerid" "566814" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } "11" { - "name" "[ZM] Fire" - "short" "[ZM] Fire" - "color" "FF4400" - "filter" "player_zfire" - "weaponid" "567096" - "buttonid" "566961" - "triggerid" "567098" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Fire" + "short" "[ZM] Fire" + "color" "FF4400" + "filter" "player_zfire" + "weaponid" "567096" + "buttonid" "566961" + "triggerid" "567098" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "12" { - "name" "[ZM] Drug" - "short" "[ZM] Drug" - "color" "0011BB" - "filter" "player_zdrag" - "weaponid" "567263" - "buttonid" "567398" - "triggerid" "567265" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Drug" + "short" "[ZM] Drug" + "color" "0011BB" + "filter" "player_zdrag" + "weaponid" "567263" + "buttonid" "567398" + "triggerid" "567265" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "13" { - "name" "[ZM] Invisible" - "short" "[ZM] Invisible" - "color" "FFBB00" - "filter" "player_zinv" - "weaponid" "567408" - "buttonid" "567478" - "triggerid" "567410" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Invisible" + "short" "[ZM] Invisible" + "color" "FFBB00" + "filter" "player_zinv" + "weaponid" "567408" + "buttonid" "567478" + "triggerid" "567410" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "14" { - "name" "[ZM] Poison" - "short" "[ZM] Poison" - "color" "00DD00" - "filter" "player_zpoison" - "weaponid" "567548" - "buttonid" "567478" - "triggerid" "567550" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Poison" + "short" "[ZM] Poison" + "color" "00DD00" + "filter" "player_zpoison" + "weaponid" "567548" + "buttonid" "567478" + "triggerid" "567550" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } "15" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "FF0066" - "filter" "player_zgravity" - "weaponid" "567631" - "buttonid" "567192" - "triggerid" "567628" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "90" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "FF0066" + "filter" "player_zgravity" + "weaponid" "567631" + "buttonid" "567192" + "triggerid" "567628" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "90" } } diff --git a/entWatch4/configs/entwatch/ze_ut2004_convoy_v2_2_1.cfg b/entWatch4/configs/entwatch/ze_ut2004_convoy_v2_2_1.cfg old mode 100755 new mode 100644 index 41db45d1..b91c99de --- a/entWatch4/configs/entwatch/ze_ut2004_convoy_v2_2_1.cfg +++ b/entWatch4/configs/entwatch/ze_ut2004_convoy_v2_2_1.cfg @@ -1,79 +1,79 @@ "items" { // Humans - Items - "0" + "0" { - "name" "Lighting Rifle" - "short" "Lighting" - "color" "2BC5D9" - "filter" "lighting_gun_carrier" - "weaponid" "372999" - "buttonid" "370268" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "150" + "name" "Lighting Rifle" + "short" "Lighting" + "color" "2BC5D9" + "filter" "lighting_gun_carrier" + "weaponid" "372999" + "buttonid" "370268" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "150" } "1" { - "name" "Rocket Launcher" - "short" "Rocket" - "color" "B81C1C" - "filter" "rocket_launcher_carrier" - "weaponid" "381922" - "buttonid" "711588" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "7" + "name" "Rocket Launcher" + "short" "Rocket" + "color" "B81C1C" + "filter" "rocket_launcher_carrier" + "weaponid" "381922" + "buttonid" "711588" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "7" } "2" { - "name" "Redeemer" - "short" "Redeemer" - "color" "FFFFFF" - "filter" "redeemer_carrier" - "weaponid" "633375" - "buttonid" "682853" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "2" - "maxuses" "1" - "cooldown" "0" + "name" "Redeemer" + "short" "Redeemer" + "color" "FFFFFF" + "filter" "redeemer_carrier" + "weaponid" "633375" + "buttonid" "682853" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "2" + "maxuses" "1" + "cooldown" "0" } "3" { - "name" "Berserk Combo" - "short" "Berserk" - "color" "EEF51D" - "filter" "berserk_combo_carrier" - "weaponid" "388191" - "buttonid" "391431" - "triggerid" "0" - "display" "5" - "slot" "2" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "Berserk Combo" + "short" "Berserk" + "color" "EEF51D" + "filter" "berserk_combo_carrier" + "weaponid" "388191" + "buttonid" "391431" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "4" { - "name" "Flak Cannon" - "short" "Flak" - "color" "F5A00C" - "filter" "flak_cannon_carrier" - "weaponid" "381190" - "buttonid" "381283" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "4" + "name" "Flak Cannon" + "short" "Flak" + "color" "F5A00C" + "filter" "flak_cannon_carrier" + "weaponid" "381190" + "buttonid" "381283" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "4" } } diff --git a/entWatch4/configs/entwatch/ze_v0u0v_a6.cfg b/entWatch4/configs/entwatch/ze_v0u0v_a6.cfg old mode 100755 new mode 100644 index 9939da86..74b12fed --- a/entWatch4/configs/entwatch/ze_v0u0v_a6.cfg +++ b/entWatch4/configs/entwatch/ze_v0u0v_a6.cfg @@ -3,229 +3,229 @@ // Human - Items "0" { - "name" "Heal" - "short" "Heal" - "color" "FFFFFF" - "filter" "player_heal" - "weaponid" "1735230" - "buttonid" "1735227" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "1735230" + "buttonid" "1735227" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "1" { - "name" "Ammo" - "short" "Ammo" - "color" "FFFC2C" - "filter" "player_ammo" - "weaponid" "1735305" - "buttonid" "1735307" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Ammo" + "short" "Ammo" + "color" "FFFC2C" + "filter" "player_ammo" + "weaponid" "1735305" + "buttonid" "1735307" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "2" { - "name" "Push" - "short" "Push" - "color" "F31EFE" - "filter" "player_wind" - "weaponid" "1736111" - "buttonid" "1736113" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "60" + "name" "Push" + "short" "Push" + "color" "F31EFE" + "filter" "player_wind" + "weaponid" "1736111" + "buttonid" "1736113" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" } "3" { - "name" "Rainbow Beam" - "short" "Beam" - "color" "FEF21E" - "filter" "player_beam" - "weaponid" "1737085" - "buttonid" "1736949" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "65" + "name" "Rainbow Beam" + "short" "Beam" + "color" "FEF21E" + "filter" "player_beam" + "weaponid" "1737085" + "buttonid" "1736949" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" } "4" { - "name" "Slower Sphere" - "short" "Slow" - "color" "1EFE59" - "filter" "player_poison" - "weaponid" "1737542" - "buttonid" "1737539" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "70" + "name" "Slower Sphere" + "short" "Slow" + "color" "1EFE59" + "filter" "player_poison" + "weaponid" "1737542" + "buttonid" "1737539" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" } "5" { - "name" "Fire Toilet" - "short" "Fire" - "color" "FE1E1E" - "filter" "player_firet" - "weaponid" "1942370" - "buttonid" "1942296" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Fire Toilet" + "short" "Fire" + "color" "FE1E1E" + "filter" "player_firet" + "weaponid" "1942370" + "buttonid" "1942296" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "6" { - "name" "Ice Toilet" - "short" "Ice" - "color" "1EC2FE" - "filter" "player_icet" - "weaponid" "1942452" - "buttonid" "1942447" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Ice Toilet" + "short" "Ice" + "color" "1EC2FE" + "filter" "player_icet" + "weaponid" "1942452" + "buttonid" "1942447" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "7" { - "name" "Electric Toilet" - "short" "Electro" - "color" "FEF61E" - "filter" "player_elect" - "weaponid" "1942595" - "buttonid" "1942599" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Electric Toilet" + "short" "Electro" + "color" "FEF61E" + "filter" "player_elect" + "weaponid" "1942595" + "buttonid" "1942599" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "8" { - "name" "Gravity Toilet" - "short" "Gravity" - "color" "6B6B6B" - "filter" "player_gravityt" - "weaponid" "1942760" - "buttonid" "1942755" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Gravity Toilet" + "short" "Gravity" + "color" "6B6B6B" + "filter" "player_gravityt" + "weaponid" "1942760" + "buttonid" "1942755" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "9" { - "name" "Earth Toilet" - "short" "Earth" - "color" "91452C" - "filter" "player_eartht" - "weaponid" "1942840" - "buttonid" "1942837" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Earth Toilet" + "short" "Earth" + "color" "91452C" + "filter" "player_eartht" + "weaponid" "1942840" + "buttonid" "1942837" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "10" { - "name" "Water Toilet" - "short" "Water" - "color" "002A73" - "filter" "player_watert" - "weaponid" "1942983" - "buttonid" "1942913" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Water Toilet" + "short" "Water" + "color" "002A73" + "filter" "player_watert" + "weaponid" "1942983" + "buttonid" "1942913" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "11" { - "name" "Wind Toilet" - "short" "Wind" - "color" "D9FAF6" - "filter" "player_pusht" - "weaponid" "1943132" - "buttonid" "1943127" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Wind Toilet" + "short" "Wind" + "color" "D9FAF6" + "filter" "player_pusht" + "weaponid" "1943132" + "buttonid" "1943127" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } "12" { - "name" "Poison Toilet" - "short" "Poison" - "color" "D9FAF6" - "filter" "player_poisont" - "weaponid" "1942680" - "buttonid" "1942675" - "triggerid" "0" - "display" "7" - "slot" "2" - "mode" "1" - "maxuses" "0" - "cooldown" "75" + "name" "Poison Toilet" + "short" "Poison" + "color" "D9FAF6" + "filter" "player_poisont" + "weaponid" "1942680" + "buttonid" "1942675" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" } // Zombie - Items "13" { - "name" "[ZM] Gravity" - "short" "[ZM] Gravity" - "color" "FF0000" - "filter" "player_zgravity" - "weaponid" "1736441" - "buttonid" "1736446" - "triggerid" "1736438" - "display" "5" - "slot" "3" - "mode" "0" - "maxuses" "0" - "cooldown" "0" + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "FF0000" + "filter" "player_zgravity" + "weaponid" "1736441" + "buttonid" "1736446" + "triggerid" "1736438" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" } "14" { - "name" "[ZM] Heal" - "short" "[ZM] Heal" - "color" "FF0000" - "filter" "player_zheal" - "weaponid" "1738106" - "buttonid" "1737971" - "triggerid" "1738108" - "display" "7" - "slot" "3" - "mode" "1" - "maxuses" "0" - "cooldown" "20" + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FF0000" + "filter" "player_zheal" + "weaponid" "1738106" + "buttonid" "1737971" + "triggerid" "1738108" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" } } diff --git a/entWatch4/configs/entwatch/ze_v0u0v_b2.cfg b/entWatch4/configs/entwatch/ze_v0u0v_b2.cfg new file mode 100644 index 00000000..74b12fed --- /dev/null +++ b/entWatch4/configs/entwatch/ze_v0u0v_b2.cfg @@ -0,0 +1,231 @@ +"items" +{ + // Human - Items + "0" + { + "name" "Heal" + "short" "Heal" + "color" "FFFFFF" + "filter" "player_heal" + "weaponid" "1735230" + "buttonid" "1735227" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "1" + { + "name" "Ammo" + "short" "Ammo" + "color" "FFFC2C" + "filter" "player_ammo" + "weaponid" "1735305" + "buttonid" "1735307" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "2" + { + "name" "Push" + "short" "Push" + "color" "F31EFE" + "filter" "player_wind" + "weaponid" "1736111" + "buttonid" "1736113" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "3" + { + "name" "Rainbow Beam" + "short" "Beam" + "color" "FEF21E" + "filter" "player_beam" + "weaponid" "1737085" + "buttonid" "1736949" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "65" + } + "4" + { + "name" "Slower Sphere" + "short" "Slow" + "color" "1EFE59" + "filter" "player_poison" + "weaponid" "1737542" + "buttonid" "1737539" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "70" + } + "5" + { + "name" "Fire Toilet" + "short" "Fire" + "color" "FE1E1E" + "filter" "player_firet" + "weaponid" "1942370" + "buttonid" "1942296" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "6" + { + "name" "Ice Toilet" + "short" "Ice" + "color" "1EC2FE" + "filter" "player_icet" + "weaponid" "1942452" + "buttonid" "1942447" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "7" + { + "name" "Electric Toilet" + "short" "Electro" + "color" "FEF61E" + "filter" "player_elect" + "weaponid" "1942595" + "buttonid" "1942599" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "8" + { + "name" "Gravity Toilet" + "short" "Gravity" + "color" "6B6B6B" + "filter" "player_gravityt" + "weaponid" "1942760" + "buttonid" "1942755" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "9" + { + "name" "Earth Toilet" + "short" "Earth" + "color" "91452C" + "filter" "player_eartht" + "weaponid" "1942840" + "buttonid" "1942837" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "10" + { + "name" "Water Toilet" + "short" "Water" + "color" "002A73" + "filter" "player_watert" + "weaponid" "1942983" + "buttonid" "1942913" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "11" + { + "name" "Wind Toilet" + "short" "Wind" + "color" "D9FAF6" + "filter" "player_pusht" + "weaponid" "1943132" + "buttonid" "1943127" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + "12" + { + "name" "Poison Toilet" + "short" "Poison" + "color" "D9FAF6" + "filter" "player_poisont" + "weaponid" "1942680" + "buttonid" "1942675" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "1" + "maxuses" "0" + "cooldown" "75" + } + + // Zombie - Items + "13" + { + "name" "[ZM] Gravity" + "short" "[ZM] Gravity" + "color" "FF0000" + "filter" "player_zgravity" + "weaponid" "1736441" + "buttonid" "1736446" + "triggerid" "1736438" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "14" + { + "name" "[ZM] Heal" + "short" "[ZM] Heal" + "color" "FF0000" + "filter" "player_zheal" + "weaponid" "1738106" + "buttonid" "1737971" + "triggerid" "1738108" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "20" + } +} diff --git a/entWatch4/configs/entwatch/ze_valkvang_s1.cfg b/entWatch4/configs/entwatch/ze_valkvang_s1.cfg new file mode 100644 index 00000000..3039c28e --- /dev/null +++ b/entWatch4/configs/entwatch/ze_valkvang_s1.cfg @@ -0,0 +1,63 @@ +"items" +{ + "0" + { + "name" "Spear" + "short" "Spear" + "color" "888888" + "filter" "spear1" + "weaponid" "1299266" + "buttonid" "1299268" + "triggerid" "0" + "display" "5" + "slot" "2" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "1" + { + "name" "Sword" + "short" "Sword" + "color" "880099" + "filter" "sword1" + "weaponid" "1277975" + "buttonid" "1277977" + "triggerid" "1729857" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } + "2" + { + "name" "Bonfire" + "short" "Bonfire" + "color" "DDAA00" + "filter" "bonfire1" + "weaponid" "490658" + "buttonid" "490660" + "triggerid" "0" + "display" "7" + "slot" "2" + "mode" "4" + "maxuses" "1" + "cooldown" "8" + } + "3" + { + "name" "Zombie Spear" + "short" "ZM Spear" + "color" "770000" + "filter" "zspear1" + "weaponid" "1338467" + "buttonid" "1338469" + "triggerid" "1357185" + "display" "5" + "slot" "3" + "mode" "0" + "maxuses" "0" + "cooldown" "0" + } +}