update entwatch cfgs and convert to tab indentation

This commit is contained in:
BotoX 2019-10-20 13:28:51 +02:00
parent c62bc03193
commit d9fb7ad700
156 changed files with 15690 additions and 14420 deletions

0
entWatch4/configs/entwatch/missing.sh Normal file → Executable file
View File

62
entWatch4/configs/entwatch/template.txt Executable file → Normal file
View File

@ -1,34 +1,34 @@
"items" "items"
{ {
"0" "0"
{ {
"name" "" // The "full" name of the item. (Used in CHAT) "name" "" // The "full" name of the item. (Used in CHAT)
"short" "" // The "short" name of the item. (Used on the HUD) "short" "" // The "short" name of the item. (Used on the HUD)
"color" "" // The HEX color code of the item. "color" "" // The HEX color code of the item.
"filter" "" // The targetname maps use for filtering. (Leave empty if none) "filter" "" // The targetname maps use for filtering. (Leave empty if none)
"weaponid" "0" // The HammerID of the weapon. "weaponid" "0" // The HammerID of the weapon.
"buttonid" "0" // The HammerID of the button. "buttonid" "0" // The HammerID of the button.
"triggerid" "0" // The HammerID of the trigger. "triggerid" "0" // The HammerID of the trigger.
"display" "0" // The Bitflag for displays. "display" "0" // The Bitflag for displays.
// 1 = CHAT. // 1 = CHAT.
// 2 = USE. // 2 = USE.
// 3 = CHAT & USE. // 3 = CHAT & USE.
// 4 = HUD. // 4 = HUD.
// 5 = CHAT & HUD. // 5 = CHAT & HUD.
// 6 = USE & HUD. // 6 = USE & HUD.
// 7 = ALL. // 7 = ALL.
"slot" "0" // The weapon slot. "slot" "0" // The weapon slot.
// 0 = None // 0 = None
// 1 = Primary // 1 = Primary
// 2 = Secondary // 2 = Secondary
// 3 = Knife // 3 = Knife
// 4 = Grenades // 4 = Grenades
"mode" "0" // The mode of the item. "mode" "0" // The mode of the item.
// 1 = Cooldown. // 1 = Cooldown.
// 2 = Limited uses. // 2 = Limited uses.
// 3 = Limited uses with cooldown. // 3 = Limited uses with cooldown.
// 4 = Cooldown after multiple uses. // 4 = Cooldown after multiple uses.
"maxuses" "0" // The maximum amount of uses. "maxuses" "0" // The maximum amount of uses.
"cooldown" "0" // The cooldown between uses. "cooldown" "0" // The cooldown between uses.
} }
} }

View File

@ -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"
}
}

View File

@ -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"
}
}

120
entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg Executable file → Normal file
View File

@ -3,77 +3,77 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Red Ball" "name" "Red Ball"
"short" "Rball" "short" "Rball"
"color" "FF0000" "color" "FF0000"
"filter" "filtronucleo" "filter" "filtronucleo"
"weaponid" "5127" "weaponid" "5127"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Green Ball" "name" "Green Ball"
"short" "Gball" "short" "Gball"
"color" "04B404" "color" "04B404"
"filter" "filtronucleo2" "filter" "filtronucleo2"
"weaponid" "5129" "weaponid" "5129"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Turret" "name" "Turret"
"short" "Turret" "short" "Turret"
"color" "111111" "color" "111111"
"filter" "torreta_0" "filter" "torreta_0"
"weaponid" "561736" "weaponid" "561736"
"buttonid" "561738" "buttonid" "561738"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Turret" "name" "Turret"
"short" "Turret" "short" "Turret"
"color" "111111" "color" "111111"
"filter" "torreta_1" "filter" "torreta_1"
"weaponid" "561787" "weaponid" "561787"
"buttonid" "561789" "buttonid" "561789"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "FF0000" "color" "FF0000"
"filter" "lanzallamero" "filter" "lanzallamero"
"weaponid" "562339" "weaponid" "562339"
"buttonid" "562341" "buttonid" "562341"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

120
entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg Executable file → Normal file
View File

@ -3,77 +3,77 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Electro" "name" "Electro"
"short" "Electro" "short" "Electro"
"color" "0072FF" "color" "0072FF"
"filter" "Filter_Electro" "filter" "Filter_Electro"
"weaponid" "82185" "weaponid" "82185"
"buttonid" "82187" "buttonid" "82187"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"1" "1"
{ {
"name" "Fire" "name" "Fire"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Filter_Fire" "filter" "Filter_Fire"
"weaponid" "85797" "weaponid" "85797"
"buttonid" "85799" "buttonid" "85799"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Filter_Heal" "filter" "Filter_Heal"
"weaponid" "87600" "weaponid" "87600"
"buttonid" "87667" "buttonid" "87667"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"3" "3"
{ {
"name" "Wind" "name" "Wind"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "Filter_Wind" "filter" "Filter_Wind"
"weaponid" "88534" "weaponid" "88534"
"buttonid" "88601" "buttonid" "88601"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"4" "4"
{ {
"name" "Bio" "name" "Bio"
"short" "Bio" "short" "Bio"
"color" "20BC59" "color" "20BC59"
"filter" "Filter_Bio" "filter" "Filter_Bio"
"weaponid" "89477" "weaponid" "89477"
"buttonid" "89472" "buttonid" "89472"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
} }

72
entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Push Gun" "name" "Push Gun"
"short" "Push" "short" "Push"
"color" "04B404" "color" "04B404"
"filter" "bootro" "filter" "bootro"
"weaponid" "2532529" "weaponid" "2532529"
"buttonid" "2532531" "buttonid" "2532531"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "4" "maxuses" "4"
"cooldown" "15" "cooldown" "15"
} }
"1" "1"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Filter_Heal" "filter" "Filter_Heal"
"weaponid" "9191195" "weaponid" "9191195"
"buttonid" "9191192" "buttonid" "9191192"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "49" "cooldown" "49"
} }
"1" "1"
{ {
"name" "Bomb" "name" "Bomb"
"short" "Bomb" "short" "Bomb"
"color" "4A8AE2" "color" "4A8AE2"
"filter" "" "filter" ""
"weaponid" "2468646" "weaponid" "2468646"
"buttonid" "9027758" "buttonid" "9027758"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
} }

168
entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg Executable file → Normal file
View File

@ -3,109 +3,109 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Ammo Gun" "name" "Ammo Gun"
"short" "Ammo" "short" "Ammo"
"color" "FFCC33" "color" "FFCC33"
"filter" "weapon_ammorefill_player" "filter" "weapon_ammorefill_player"
"weaponid" "2063283" "weaponid" "2063283"
"buttonid" "2063138" "buttonid" "2063138"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"1" "1"
{ {
"name" "Rift Gun" "name" "Rift Gun"
"short" "Rift" "short" "Rift"
"color" "9900FF" "color" "9900FF"
"filter" "weapon_electro_player" "filter" "weapon_electro_player"
"weaponid" "2068427" "weaponid" "2068427"
"buttonid" "2068424" "buttonid" "2068424"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "30" "cooldown" "30"
} }
"2" "2"
{ {
"name" "Inferno Gun" "name" "Inferno Gun"
"short" "Inferno" "short" "Inferno"
"color" "FF3700" "color" "FF3700"
"filter" "weapon_flamethrower_player" "filter" "weapon_flamethrower_player"
"weaponid" "2070457" "weaponid" "2070457"
"buttonid" "2070459" "buttonid" "2070459"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Growth Gun" "name" "Growth Gun"
"short" "Growth" "short" "Growth"
"color" "669900" "color" "669900"
"filter" "weapon_earth_player" "filter" "weapon_earth_player"
"weaponid" "2073008" "weaponid" "2073008"
"buttonid" "2073003" "buttonid" "2073003"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"4" "4"
{ {
"name" "Tornado Gun" "name" "Tornado Gun"
"short" "Tornado" "short" "Tornado"
"color" "0099CC" "color" "0099CC"
"filter" "weapon_push_player" "filter" "weapon_push_player"
"weaponid" "2073926" "weaponid" "2073926"
"buttonid" "2073928" "buttonid" "2073928"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
// Zombie - Items // Zombie - Items
"5" "5"
{ {
"name" "Quadralex" "name" "Quadralex"
"short" "Quadralex" "short" "Quadralex"
"color" "E4A1FF" "color" "E4A1FF"
"filter" "" "filter" ""
"weaponid" "2109516" "weaponid" "2109516"
"buttonid" "" "buttonid" ""
"triggerid" "2109507" "triggerid" "2109507"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Rusher" "name" "Rusher"
"short" "Rusher" "short" "Rusher"
"color" "9900FF" "color" "9900FF"
"filter" "" "filter" ""
"weaponid" "2109055" "weaponid" "2109055"
"buttonid" "" "buttonid" ""
"triggerid" "2109046" "triggerid" "2109046"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

168
entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg Executable file → Normal file
View File

@ -3,109 +3,109 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Ammo Gun" "name" "Ammo Gun"
"short" "Ammo" "short" "Ammo"
"color" "FFCC33" "color" "FFCC33"
"filter" "weapon_ammorefill_player" "filter" "weapon_ammorefill_player"
"weaponid" "4791896" "weaponid" "4791896"
"buttonid" "4791891" "buttonid" "4791891"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"1" "1"
{ {
"name" "Rift Gun" "name" "Rift Gun"
"short" "Rift" "short" "Rift"
"color" "9900FF" "color" "9900FF"
"filter" "weapon_electro_player" "filter" "weapon_electro_player"
"weaponid" "4792261" "weaponid" "4792261"
"buttonid" "4792258" "buttonid" "4792258"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"2" "2"
{ {
"name" "Inferno Gun" "name" "Inferno Gun"
"short" "Inferno" "short" "Inferno"
"color" "FF3700" "color" "FF3700"
"filter" "weapon_flamethrower_player" "filter" "weapon_flamethrower_player"
"weaponid" "4792537" "weaponid" "4792537"
"buttonid" "4792539" "buttonid" "4792539"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Growth Gun" "name" "Growth Gun"
"short" "Growth" "short" "Growth"
"color" "669900" "color" "669900"
"filter" "weapon_earth_player" "filter" "weapon_earth_player"
"weaponid" "4793316" "weaponid" "4793316"
"buttonid" "4793318" "buttonid" "4793318"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"4" "4"
{ {
"name" "Tornado Gun" "name" "Tornado Gun"
"short" "Tornado" "short" "Tornado"
"color" "0099CC" "color" "0099CC"
"filter" "weapon_push_player" "filter" "weapon_push_player"
"weaponid" "4793530" "weaponid" "4793530"
"buttonid" "4793527" "buttonid" "4793527"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
// Zombie - Items // Zombie - Items
"5" "5"
{ {
"name" "Quadralex" "name" "Quadralex"
"short" "Quadralex" "short" "Quadralex"
"color" "E4A1FF" "color" "E4A1FF"
"filter" "" "filter" ""
"weaponid" "2109516" "weaponid" "2109516"
"buttonid" "" "buttonid" ""
"triggerid" "2109507" "triggerid" "2109507"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Rusher" "name" "Rusher"
"short" "Rusher" "short" "Rusher"
"color" "9900FF" "color" "9900FF"
"filter" "" "filter" ""
"weaponid" "2109055" "weaponid" "2109055"
"buttonid" "" "buttonid" ""
"triggerid" "2109046" "triggerid" "2109046"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

48
entWatch4/configs/entwatch/ze_antartika_b2.cfg Executable file → Normal file
View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Banana Gun" "name" "Banana Gun"
"short" "Banana" "short" "Banana"
"color" "EEFF00" "color" "EEFF00"
"filter" "banana" "filter" "banana"
"weaponid" "600295" "weaponid" "600295"
"buttonid" "600299" "buttonid" "600299"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Penis Gun" "name" "Penis Gun"
"short" "Penis" "short" "Penis"
"color" "FF005D" "color" "FF005D"
"filter" "" "filter" ""
"weaponid" "600240" "weaponid" "600240"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

168
entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg Executable file → Normal file
View File

@ -3,107 +3,107 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Burning Orb" "name" "Burning Orb"
"short" "Burning Orb" "short" "Burning Orb"
"color" "EA6309" "color" "EA6309"
"filter" "flameuser" "filter" "flameuser"
"weaponid" "1015926" "weaponid" "1015926"
"buttonid" "1015928" "buttonid" "1015928"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"1" "1"
{ {
"name" "Glacial Orb" "name" "Glacial Orb"
"short" "Glacial Orb" "short" "Glacial Orb"
"color" "6DE3FC" "color" "6DE3FC"
"filter" "iceuser" "filter" "iceuser"
"weaponid" "1015959" "weaponid" "1015959"
"buttonid" "1015961" "buttonid" "1015961"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"2" "2"
{ {
"name" "Lightning Orb" "name" "Lightning Orb"
"short" "Lightning Orb" "short" "Lightning Orb"
"color" "F9EF77" "color" "F9EF77"
"filter" "thunderuser" "filter" "thunderuser"
"weaponid" "1015992" "weaponid" "1015992"
"buttonid" "1015994" "buttonid" "1015994"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"3" "3"
{ {
"name" "Gust Orb" "name" "Gust Orb"
"short" "Gust Orb" "short" "Gust Orb"
"color" "8AEEC3" "color" "8AEEC3"
"filter" "gustuser" "filter" "gustuser"
"weaponid" "1016176" "weaponid" "1016176"
"buttonid" "1016178" "buttonid" "1016178"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"4" "4"
{ {
"name" "Divine Orb" "name" "Divine Orb"
"short" "Divine Orb" "short" "Divine Orb"
"color" "E0FDFE" "color" "E0FDFE"
"filter" "divineuser" "filter" "divineuser"
"weaponid" "1016025" "weaponid" "1016025"
"buttonid" "1016027" "buttonid" "1016027"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Abyssal Orb" "name" "Abyssal Orb"
"short" "Abyssal Orb" "short" "Abyssal Orb"
"color" "D10C96" "color" "D10C96"
"filter" "abyssuser" "filter" "abyssuser"
"weaponid" "1016076" "weaponid" "1016076"
"buttonid" "1016078" "buttonid" "1016078"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Celestial Embrace" "name" "Celestial Embrace"
"short" "Celestial Embrace" "short" "Celestial Embrace"
"color" "FDCCFD" "color" "FDCCFD"
"filter" "" "filter" ""
"weaponid" "1016062" "weaponid" "1016062"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

10
entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg Executable file → Normal file
View File

@ -22,14 +22,14 @@
"short" "Torch" "short" "Torch"
"color" "800000" "color" "800000"
"filter" "player_torch" "filter" "player_torch"
"weaponid" "1025466" "weaponid" "1025466"
"buttonid" "1025433" "buttonid" "1025433"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "6" "maxuses" "6"
"cooldown" "9" "cooldown" "9"
} }
"2" "2"
{ {
@ -37,7 +37,7 @@
"short" "Ammo" "short" "Ammo"
"color" "ffff00" "color" "ffff00"
"filter" "player_ammo" "filter" "player_ammo"
"weaponid" "1376865" "weaponid" "1376865"
"buttonid" "1376851" "buttonid" "1376851"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"

96
entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg Executable file → Normal file
View File

@ -3,64 +3,64 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Pushgun" "name" "Pushgun"
"short" "Pushgun" "short" "Pushgun"
"color" "0072FF" "color" "0072FF"
"filter" "" "filter" ""
"weaponid" "443964" "weaponid" "443964"
"buttonid" "443953" "buttonid" "443953"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "21" "cooldown" "21"
} }
"1" "1"
{ {
"name" "Napalm Launcher" "name" "Napalm Launcher"
"short" "Napalm Launcher" "short" "Napalm Launcher"
"color" "0072FF" "color" "0072FF"
"filter" "" "filter" ""
"weaponid" "507423" "weaponid" "507423"
"buttonid" "507432" "buttonid" "507432"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "32" "maxuses" "32"
"cooldown" "4" "cooldown" "4"
} }
"2" "2"
{ {
"name" "Ammo Box" "name" "Ammo Box"
"short" "Ammo" "short" "Ammo"
"color" "0072FF" "color" "0072FF"
"filter" "" "filter" ""
"weaponid" "483667" "weaponid" "483667"
"buttonid" "483669" "buttonid" "483669"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
// Zombie - Items // Zombie - Items
"3" "3"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "442275" "weaponid" "442275"
"buttonid" "0" "buttonid" "0"
"triggerid" "442281" "triggerid" "442281"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

192
entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg Executable file → Normal file
View File

@ -3,122 +3,122 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Blue Spark" "name" "Blue Spark"
"short" "Spark" "short" "Spark"
"color" "0000FF" "color" "0000FF"
"filter" "ct_elec" "filter" "ct_elec"
"weaponid" "1986587" "weaponid" "1986587"
"buttonid" "1986584" "buttonid" "1986584"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Icy Vortex" "name" "Icy Vortex"
"short" "Ice" "short" "Ice"
"color" "00BBFF" "color" "00BBFF"
"filter" "ct_ice" "filter" "ct_ice"
"weaponid" "2570216" "weaponid" "2570216"
"buttonid" "2570079" "buttonid" "2570079"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Ammo" "name" "Ammo"
"short" "Ammo" "short" "Ammo"
"color" "FFFF00" "color" "FFFF00"
"filter" "ct_ammo" "filter" "ct_ammo"
"weaponid" "1986862" "weaponid" "1986862"
"buttonid" "1986794" "buttonid" "1986794"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "ct_heal" "filter" "ct_heal"
"weaponid" "1986724" "weaponid" "1986724"
"buttonid" "1986721" "buttonid" "1986721"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"4" "4"
{ {
"name" "Venom Beam" "name" "Venom Beam"
"short" "Poison" "short" "Poison"
"color" "00FF33" "color" "00FF33"
"filter" "ct_poison" "filter" "ct_poison"
"weaponid" "1986515" "weaponid" "1986515"
"buttonid" "1986512" "buttonid" "1986512"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "12" "cooldown" "12"
} }
"5" "5"
{ {
"name" "Flame Beam" "name" "Flame Beam"
"short" "Fire" "short" "Fire"
"color" "FF3300" "color" "FF3300"
"filter" "ct_fire" "filter" "ct_fire"
"weaponid" "1986376" "weaponid" "1986376"
"buttonid" "1986373" "buttonid" "1986373"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "12" "cooldown" "12"
} }
"6" "6"
{ {
"name" "Electric Beam" "name" "Electric Beam"
"short" "Beam" "short" "Beam"
"color" "00FFAA" "color" "00FFAA"
"filter" "ct_beam" "filter" "ct_beam"
"weaponid" "2445121" "weaponid" "2445121"
"buttonid" "2445190" "buttonid" "2445190"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "2" "cooldown" "2"
} }
"7" "7"
{ {
"name" "Wind Blaster" "name" "Wind Blaster"
"short" "Wind" "short" "Wind"
"color" "FF55FF" "color" "FF55FF"
"filter" "ct_push" "filter" "ct_push"
"weaponid" "2704265" "weaponid" "2704265"
"buttonid" "2704262" "buttonid" "2704262"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

48
entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg Executable file → Normal file
View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Sponge Builder" "name" "Sponge Builder"
"short" "Builder" "short" "Builder"
"color" "D60046" "color" "D60046"
"filter" "zbran_houba_filtr" "filter" "zbran_houba_filtr"
"weaponid" "534670" "weaponid" "534670"
"buttonid" "787441" "buttonid" "787441"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "52" "cooldown" "52"
} }
"1" "1"
{ {
"name" "Mouse Trap" "name" "Mouse Trap"
"short" "Mouse Trap" "short" "Mouse Trap"
"color" "FEE000" "color" "FEE000"
"filter" "zbran_pasticka_filtr" "filter" "zbran_pasticka_filtr"
"weaponid" "511906" "weaponid" "511906"
"buttonid" "787542" "buttonid" "787542"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "42" "cooldown" "42"
} }
} }

View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "2F2F2F" "color" "2F2F2F"
"filter" "" "filter" ""
"weaponid" "256847" "weaponid" "256847"
"buttonid" "" "buttonid" ""
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "4" "slot" "4"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flame" "short" "Flame"
"color" "DB0000" "color" "DB0000"
"filter" "Player_Fire" "filter" "Player_Fire"
"weaponid" "782412" "weaponid" "782412"
"buttonid" "782420" "buttonid" "782420"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

24
entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg Executable file → Normal file
View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Fire" "name" "Fire"
"short" "Fire" "short" "Fire"
"color" "DB0000" "color" "DB0000"
"filter" "" "filter" ""
"weaponid" "1000" "weaponid" "1000"
"buttonid" "1001" "buttonid" "1001"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
} }

288
entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg Executable file → Normal file
View File

@ -3,186 +3,186 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Insect Swarm Plasmid" "name" "Insect Swarm Plasmid"
"short" "Insect Swarm" "short" "Insect Swarm"
"color" "04B404" "color" "04B404"
"filter" "" "filter" ""
"weaponid" "24222" "weaponid" "24222"
"buttonid" "24224" "buttonid" "24224"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "10" "cooldown" "10"
} }
"1" "1"
{ {
"name" "Incinerate Plasmid" "name" "Incinerate Plasmid"
"short" "Incinerate" "short" "Incinerate"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "20392" "weaponid" "20392"
"buttonid" "20394" "buttonid" "20394"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "5" "cooldown" "5"
} }
"2" "2"
{ {
"name" "Sonic Boom Plasmid" "name" "Sonic Boom Plasmid"
"short" "Sonic Boom" "short" "Sonic Boom"
"color" "A1A1A1" "color" "A1A1A1"
"filter" "" "filter" ""
"weaponid" "20538" "weaponid" "20538"
"buttonid" "20540" "buttonid" "20540"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "10" "cooldown" "10"
} }
"3" "3"
{ {
"name" "Electro Bolt Plasmid" "name" "Electro Bolt Plasmid"
"short" "Electro Bolt" "short" "Electro Bolt"
"color" "BCCD00" "color" "BCCD00"
"filter" "" "filter" ""
"weaponid" "20244" "weaponid" "20244"
"buttonid" "20246" "buttonid" "20246"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "11" "cooldown" "11"
} }
"4" "4"
{ {
"name" "Gravity Well Plasmid" "name" "Gravity Well Plasmid"
"short" "Gravity Well" "short" "Gravity Well"
"color" "DFDFDF" "color" "DFDFDF"
"filter" "" "filter" ""
"weaponid" "5063227" "weaponid" "5063227"
"buttonid" "5063229" "buttonid" "5063229"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "18" "cooldown" "18"
} }
"5" "5"
{ {
"name" "Winter Blast Plasmid" "name" "Winter Blast Plasmid"
"short" "Winter Blast" "short" "Winter Blast"
"color" "CCE100" "color" "CCE100"
"filter" "" "filter" ""
"weaponid" "5082173" "weaponid" "5082173"
"buttonid" "5082175" "buttonid" "5082175"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "13" "cooldown" "13"
} }
// Human - Misc // Human - Misc
"6" "6"
{ {
"name" "Ionic Gel" "name" "Ionic Gel"
"short" "Ionic Gel" "short" "Ionic Gel"
"color" "BCCD00" "color" "BCCD00"
"filter" "" "filter" ""
"weaponid" "22991" "weaponid" "22991"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Fuse Wire" "name" "Fuse Wire"
"short" "Fuse Wire" "short" "Fuse Wire"
"color" "BCCD00" "color" "BCCD00"
"filter" "" "filter" ""
"weaponid" "22713" "weaponid" "22713"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"mode" "0" "mode" "0"
"slot" "2" "slot" "2"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Nitroglycerin" "name" "Nitroglycerin"
"short" "Nitroglycerin" "short" "Nitroglycerin"
"color" "BCCD00" "color" "BCCD00"
"filter" "" "filter" ""
"weaponid" "3694018" "weaponid" "3694018"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "EMP Bomb" "name" "EMP Bomb"
"short" "EMP Bomb" "short" "EMP Bomb"
"color" "BCCD00" "color" "BCCD00"
"filter" "" "filter" ""
"weaponid" "3613358" "weaponid" "3613358"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"10" "10"
{ {
"name" "Little Sister" "name" "Little Sister"
"short" "Little Sister" "short" "Little Sister"
"color" "FF69B4" "color" "FF69B4"
"filter" "" "filter" ""
"weaponid" "2251059" "weaponid" "2251059"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Big Daddy" "name" "Big Daddy"
"short" "Big Daddy" "short" "Big Daddy"
"color" "7CFC00" "color" "7CFC00"
"filter" "" "filter" ""
"weaponid" "2251077" "weaponid" "2251077"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

264
entWatch4/configs/entwatch/ze_boredom_v543656.cfg Executable file → Normal file
View File

@ -3,169 +3,169 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Interdimensional Wooden Vortex" "name" "Interdimensional Wooden Vortex"
"short" "Wood" "short" "Wood"
"color" "C000C0" "color" "C000C0"
"filter" "" "filter" ""
"weaponid" "216850" "weaponid" "216850"
"buttonid" "216844" "buttonid" "216844"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Seagull Launcher" "name" "Seagull Launcher"
"short" "Seagull" "short" "Seagull"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "217604" "weaponid" "217604"
"buttonid" "217598" "buttonid" "217598"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "7" "cooldown" "7"
} }
"2" "2"
{ {
"name" "Pomodoro Seeds" "name" "Pomodoro Seeds"
"short" "Pomodoro" "short" "Pomodoro"
"color" "00FF00" "color" "00FF00"
"filter" "" "filter" ""
"weaponid" "227120" "weaponid" "227120"
"buttonid" "227114" "buttonid" "227114"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Diary of Empty Thoughts" "name" "Diary of Empty Thoughts"
"short" "Diary" "short" "Diary"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "226233" "weaponid" "226233"
"buttonid" "226227" "buttonid" "226227"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Flaming Hot Penis" "name" "Flaming Hot Penis"
"short" "Flame" "short" "Flame"
"color" "FFC000" "color" "FFC000"
"filter" "" "filter" ""
"weaponid" "210956" "weaponid" "210956"
"buttonid" "211255" "buttonid" "211255"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"5" "5"
{ {
"name" "Thick Banana Juice" "name" "Thick Banana Juice"
"short" "Banana" "short" "Banana"
"color" "FFFF00" "color" "FFFF00"
"filter" "" "filter" ""
"weaponid" "215366" "weaponid" "215366"
"buttonid" "215373" "buttonid" "215373"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"6" "6"
{ {
"name" "Stanley Kubrick Soul" "name" "Stanley Kubrick Soul"
"short" "Kubrick" "short" "Kubrick"
"color" "FFC0F0" "color" "FFC0F0"
"filter" "" "filter" ""
"weaponid" "216558" "weaponid" "216558"
"buttonid" "216555" "buttonid" "216555"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
// Zombie - Items // Zombie - Items
"7" "7"
{ {
"name" "Kamikaze Bum-Bum" "name" "Kamikaze Bum-Bum"
"short" "Kamikaze" "short" "Kamikaze"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "478149" "weaponid" "478149"
"buttonid" "478154" "buttonid" "478154"
"triggerid" "478151" "triggerid" "478151"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Twinkle Flavoured Butter" "name" "Twinkle Flavoured Butter"
"short" "Butter" "short" "Butter"
"color" "FFFF00" "color" "FFFF00"
"filter" "" "filter" ""
"weaponid" "478365" "weaponid" "478365"
"buttonid" "478370" "buttonid" "478370"
"triggerid" "478367" "triggerid" "478367"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"9" "9"
{ {
"name" "Zombie Shrink" "name" "Zombie Shrink"
"short" "Shrink" "short" "Shrink"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "478383" "weaponid" "478383"
"buttonid" "478388" "buttonid" "478388"
"triggerid" "478385" "triggerid" "478385"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"10" "10"
{ {
"name" "Jelly Bean Ecstacy" "name" "Jelly Bean Ecstacy"
"short" "Ecstacy" "short" "Ecstacy"
"color" "00FF00" "color" "00FF00"
"filter" "" "filter" ""
"weaponid" "478413" "weaponid" "478413"
"buttonid" "478418" "buttonid" "478418"
"triggerid" "478415" "triggerid" "478415"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
} }

View File

@ -3,77 +3,77 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Color Lift" "name" "Color Lift"
"short" "Lift" "short" "Lift"
"color" "FF80FF" "color" "FF80FF"
"filter" "" "filter" ""
"weaponid" "237001" "weaponid" "237001"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Health Mushroom" "name" "Health Mushroom"
"short" "Health" "short" "Health"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "health_mushroom_player" "filter" "health_mushroom_player"
"weaponid" "272566" "weaponid" "272566"
"buttonid" "276328" "buttonid" "276328"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "Poison Fire Mushroom" "name" "Poison Fire Mushroom"
"short" "Poison" "short" "Poison"
"color" "8000FF" "color" "8000FF"
"filter" "poison_mushroom" "filter" "poison_mushroom"
"weaponid" "280094" "weaponid" "280094"
"buttonid" "280161" "buttonid" "280161"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Wind Fire Mushroom" "name" "Wind Fire Mushroom"
"short" "Wind" "short" "Wind"
"color" "00FF00" "color" "00FF00"
"filter" "wind_fire_mushroom" "filter" "wind_fire_mushroom"
"weaponid" "286845" "weaponid" "286845"
"buttonid" "286865" "buttonid" "286865"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Power Star" "name" "Power Star"
"short" "Power" "short" "Power"
"color" "FFFF00" "color" "FFFF00"
"filter" "star" "filter" "star"
"weaponid" "330419" "weaponid" "330419"
"buttonid" "330421" "buttonid" "330421"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
} }

216
entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg Executable file → Normal file
View File

@ -3,139 +3,139 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Oil Barrel" "name" "Oil Barrel"
"short" "Oil" "short" "Oil"
"color" "FF9C25" "color" "FF9C25"
"filter" "player_oil" "filter" "player_oil"
"weaponid" "14027874" "weaponid" "14027874"
"buttonid" "14027871" "buttonid" "14027871"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "5" "maxuses" "5"
"cooldown" "6" "cooldown" "6"
} }
"1" "1"
{ {
"name" "Purification" "name" "Purification"
"short" "Heal" "short" "Heal"
"color" "45F5FF" "color" "45F5FF"
"filter" "player_purification" "filter" "player_purification"
"weaponid" "3501678" "weaponid" "3501678"
"buttonid" "3501749" "buttonid" "3501749"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "TNT" "name" "TNT"
"short" "TNT" "short" "TNT"
"color" "C15050" "color" "C15050"
"filter" "player_tnt" "filter" "player_tnt"
"weaponid" "5667691" "weaponid" "5667691"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Garden Key" "name" "Garden Key"
"short" "Key" "short" "Key"
"color" "55A929" "color" "55A929"
"filter" "player_key" "filter" "player_key"
"weaponid" "5684722" "weaponid" "5684722"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Purify Crystal" "name" "Purify Crystal"
"short" "Crystal" "short" "Crystal"
"color" "4BD1EA" "color" "4BD1EA"
"filter" "player_purifying" "filter" "player_purifying"
"weaponid" "11049857" "weaponid" "11049857"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"5" "5"
{ {
"name" "Demonic Bible" "name" "Demonic Bible"
"short" "Demonic" "short" "Demonic"
"color" "D90000" "color" "D90000"
"filter" "player_demonic" "filter" "player_demonic"
"weaponid" "3413318" "weaponid" "3413318"
"buttonid" "3413246" "buttonid" "3413246"
"triggerid" "3413385" "triggerid" "3413385"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Pulsar" "name" "Pulsar"
"short" "Pulsar" "short" "Pulsar"
"color" "4F4F4F" "color" "4F4F4F"
"filter" "player_pulsar" "filter" "player_pulsar"
"weaponid" "3456858" "weaponid" "3456858"
"buttonid" "3456860" "buttonid" "3456860"
"triggerid" "3456855" "triggerid" "3456855"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"7" "7"
{ {
"name" "Ghost" "name" "Ghost"
"short" "Ghost" "short" "Ghost"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "player_ghost" "filter" "player_ghost"
"weaponid" "4311620" "weaponid" "4311620"
"buttonid" "4311610" "buttonid" "4311610"
"triggerid" "4311613" "triggerid" "4311613"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"8" "8"
{ {
"name" "Bomb Crate" "name" "Bomb Crate"
"short" "Bomb" "short" "Bomb"
"color" "F68D00" "color" "F68D00"
"filter" "player_zbomb" "filter" "player_zbomb"
"weaponid" "3327298" "weaponid" "3327298"
"buttonid" "0" "buttonid" "0"
"triggerid" "3327295" "triggerid" "3327295"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

480
entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg Executable file → Normal file
View File

@ -3,306 +3,306 @@
// Human - Specials // Human - Specials
"0" "0"
{ {
"name" "Alucard" "name" "Alucard"
"short" "Alucard" "short" "Alucard"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "114094" "weaponid" "114094"
"buttonid" "114118" //114102 -> Main attack, special specified. "buttonid" "114118" //114102 -> Main attack, special specified.
"triggerid" "0" //112051 -> func_button, no trigger. "triggerid" "0" //112051 -> func_button, no trigger.
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"1" "1"
{ {
"name" "Belmont" "name" "Belmont"
"short" "Belmont" "short" "Belmont"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "114258" "weaponid" "114258"
"buttonid" "114414" //114266 -> Main attack, special specified. "buttonid" "114414" //114266 -> Main attack, special specified.
"triggerid" "0" //112232 -> func_button, no trigger. "triggerid" "0" //112232 -> func_button, no trigger.
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "100" "cooldown" "100"
} }
"2" "2"
{ {
"name" "Healer" "name" "Healer"
"short" "Healer" "short" "Healer"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "115464" "weaponid" "115464"
"buttonid" "115483" //115466 -> Main attack, special specified. "buttonid" "115483" //115466 -> Main attack, special specified.
"triggerid" "115478" "triggerid" "115478"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"3" "3"
{ {
"name" "Holy Knight" "name" "Holy Knight"
"short" "Holy Knight" "short" "Holy Knight"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "118372" "weaponid" "118372"
"buttonid" "118395" //115466 -> Main attack, special specified. "buttonid" "118395" //115466 -> Main attack, special specified.
"triggerid" "118369" "triggerid" "118369"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "21" "cooldown" "21"
} }
"4" "4"
{ {
"name" "VIP" "name" "VIP"
"short" "VIP" "short" "VIP"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "116503" "weaponid" "116503"
"buttonid" "116589" //116513 -> Main attack, special specified. "buttonid" "116589" //116513 -> Main attack, special specified.
"triggerid" "116505" "triggerid" "116505"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "32" "cooldown" "32"
} }
// Human - Items // Human - Items
"5" "5"
{ {
"name" "Holy Water" "name" "Holy Water"
"short" "Holy Water" "short" "Holy Water"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "111680" "weaponid" "111680"
"buttonid" "111686" "buttonid" "111686"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Cross" "name" "Cross"
"short" "Cross" "short" "Cross"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "111794" "weaponid" "111794"
"buttonid" "111796" "buttonid" "111796"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Dagger" "name" "Dagger"
"short" "Dagger" "short" "Dagger"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "111928" "weaponid" "111928"
"buttonid" "111905" "buttonid" "111905"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Holy Cross" "name" "Holy Cross"
"short" "Holy Cross" "short" "Holy Cross"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "112075" "weaponid" "112075"
"buttonid" "112070" "buttonid" "112070"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Storm Beacon" "name" "Storm Beacon"
"short" "Storm Beacon" "short" "Storm Beacon"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "112256" "weaponid" "112256"
"buttonid" "112262" "buttonid" "112262"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "113954" "weaponid" "113954"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Torch Bag" "name" "Torch Bag"
"short" "Torch Bag" "short" "Torch Bag"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "113988" "weaponid" "113988"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Ammo Spawner" "name" "Ammo Spawner"
"short" "Ammo Spawner" "short" "Ammo Spawner"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "114678" "weaponid" "114678"
"buttonid" "114680" "buttonid" "114680"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "Big Sword" "name" "Big Sword"
"short" "Big Sword" "short" "Big Sword"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "117991" "weaponid" "117991"
"buttonid" "117993" "buttonid" "117993"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "Holy Five" "name" "Holy Five"
"short" "Holy Five" "short" "Holy Five"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "118132" "weaponid" "118132"
"buttonid" "118129" "buttonid" "118129"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "Sprint" "name" "Sprint"
"short" "Sprint" "short" "Sprint"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "118149" "weaponid" "118149"
"buttonid" "118151" "buttonid" "118151"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Barricade" "name" "Barricade"
"short" "Barricade" "short" "Barricade"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "115761" "weaponid" "115761"
"buttonid" "115758" "buttonid" "115758"
"triggerid" "0" "triggerid" "0"
"display" "0" "display" "0"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "Weapon Holder" "name" "Weapon Holder"
"short" "Weapon Holder" "short" "Weapon Holder"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "118496" "weaponid" "118496"
"buttonid" "118491" "buttonid" "118491"
"triggerid" "0" "triggerid" "0"
"display" "0" "display" "0"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"18" "18"
{ {
"name" "NPC Spawner" "name" "NPC Spawner"
"short" "NPC Spawner" "short" "NPC Spawner"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "116463" "weaponid" "116463"
"buttonid" "116468" "buttonid" "116468"
"triggerid" "116465" "triggerid" "116465"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"19" "19"
{ {
"name" "Weapon Holder" "name" "Weapon Holder"
"short" "Weapon Holder" "short" "Weapon Holder"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "118872" "weaponid" "118872"
"buttonid" "118876" "buttonid" "118876"
"triggerid" "118888" "triggerid" "118888"
"display" "0" "display" "0"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

144
entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg Executable file → Normal file
View File

@ -3,92 +3,92 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Chicken Launcher" "name" "Chicken Launcher"
"short" "Chicken" "short" "Chicken"
"color" "F2F0D8" "color" "F2F0D8"
"filter" "ChickenLauncher_Guy" "filter" "ChickenLauncher_Guy"
"weaponid" "1489833" "weaponid" "1489833"
"buttonid" "1489919" "buttonid" "1489919"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "4" "cooldown" "4"
} }
"1" "1"
{ {
"name" "Penis Gun" "name" "Penis Gun"
"short" "Penis" "short" "Penis"
"color" "FF005D" "color" "FF005D"
"filter" "" "filter" ""
"weaponid" "1868050" "weaponid" "1868050"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "ED7A2D" "color" "ED7A2D"
"filter" "Flamethrower_Guy" "filter" "Flamethrower_Guy"
"weaponid" "1489328" "weaponid" "1489328"
"buttonid" "1489325" "buttonid" "1489325"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Landmine" "name" "Landmine"
"short" "Landmine" "short" "Landmine"
"color" "59524D" "color" "59524D"
"filter" "Mines_Guy" "filter" "Mines_Guy"
"weaponid" "1489596" "weaponid" "1489596"
"buttonid" "1489440" "buttonid" "1489440"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "6" "maxuses" "6"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Ammo" "name" "Ammo"
"short" "Ammo" "short" "Ammo"
"color" "C4B1A3" "color" "C4B1A3"
"filter" "Ammo_Guy" "filter" "Ammo_Guy"
"weaponid" "1489826" "weaponid" "1489826"
"buttonid" "1489611" "buttonid" "1489611"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "15" "cooldown" "15"
} }
"5" "5"
{ {
"name" "Medic" "name" "Medic"
"short" "Medic" "short" "Medic"
"color" "C94F47" "color" "C94F47"
"filter" "Medikit_Guy" "filter" "Medikit_Guy"
"weaponid" "1489947" "weaponid" "1489947"
"buttonid" "1489940" "buttonid" "1489940"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "15" "cooldown" "15"
} }
} }

48
entWatch4/configs/entwatch/ze_christmas_beta3f.cfg Executable file → Normal file
View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Gravity" "name" "Gravity"
"short" "Gravity" "short" "Gravity"
"color" "111111" "color" "111111"
"filter" "Player_Gravity" "filter" "Player_Gravity"
"weaponid" "784344" "weaponid" "784344"
"buttonid" "784265" "buttonid" "784265"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"1" "1"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Heal" "filter" "Player_Heal"
"weaponid" "785654" "weaponid" "785654"
"buttonid" "785572" "buttonid" "785572"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
} }

View File

@ -3,260 +3,260 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Icewall" "name" "Icewall"
"short" "Icewall" "short" "Icewall"
"color" "Icewall" "color" "Icewall"
"filter" "icewall" "filter" "icewall"
"weaponid" "361395" "weaponid" "361395"
"buttonid" "361423" "buttonid" "361423"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "66" "cooldown" "66"
} }
"1" "1"
{ {
"name" "Magical Lantern" "name" "Magical Lantern"
"short" "Lantern" "short" "Lantern"
"color" "00FFAA" "color" "00FFAA"
"filter" "lant" "filter" "lant"
"weaponid" "364139" "weaponid" "364139"
"buttonid" "364141" "buttonid" "364141"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "61" "cooldown" "61"
} }
"2" "2"
{ {
"name" "Mines" "name" "Mines"
"short" "Mines" "short" "Mines"
"color" "F53D3D" "color" "F53D3D"
"filter" "zpres" "filter" "zpres"
"weaponid" "365900" "weaponid" "365900"
"buttonid" "365895" "buttonid" "365895"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "6" "maxuses" "6"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Unlimited Ammo" "name" "Unlimited Ammo"
"short" "Ammo" "short" "Ammo"
"color" "00CC03" "color" "00CC03"
"filter" "tree" "filter" "tree"
"weaponid" "366934" "weaponid" "366934"
"buttonid" "366929" "buttonid" "366929"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "51" "cooldown" "51"
} }
"4" "4"
{ {
"name" "Snowball Launcher" "name" "Snowball Launcher"
"short" "Snowballs" "short" "Snowballs"
"color" "47FFFC" "color" "47FFFC"
"filter" "snow" "filter" "snow"
"weaponid" "373567" "weaponid" "373567"
"buttonid" "373574" "buttonid" "373574"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "35" "cooldown" "35"
} }
"5" "5"
{ {
"name" "Napalm Candle" "name" "Napalm Candle"
"short" "Candle" "short" "Candle"
"color" "FF7300" "color" "FF7300"
"filter" "we1" "filter" "we1"
"weaponid" "372103" "weaponid" "372103"
"buttonid" "372100" "buttonid" "372100"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Core" "name" "Core"
"short" "Core" "short" "Core"
"color" "CC0000" "color" "CC0000"
"filter" "" "filter" ""
"weaponid" "753917" "weaponid" "753917"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Banana Gun" "name" "Banana Gun"
"short" "Banana" "short" "Banana"
"color" "EEFF00" "color" "EEFF00"
"filter" "banana" "filter" "banana"
"weaponid" "932778" "weaponid" "932778"
"buttonid" "1122955" "buttonid" "1122955"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Penis Gun" "name" "Penis Gun"
"short" "Penis" "short" "Penis"
"color" "FF005D" "color" "FF005D"
"filter" "" "filter" ""
"weaponid" "900562" "weaponid" "900562"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Hat Gun" "name" "Hat Gun"
"short" "Hat" "short" "Hat"
"color" "DD4411" "color" "DD4411"
"filter" "" "filter" ""
"weaponid" "900523" "weaponid" "900523"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"10" "10"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "healfil" "filter" "healfil"
"weaponid" "381242" "weaponid" "381242"
"buttonid" "3282" "buttonid" "3282"
"triggerid" "381278" "triggerid" "381278"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "56" "cooldown" "56"
} }
"11" "11"
{ {
"name" "Christmas Ogre" "name" "Christmas Ogre"
"short" "Ogre" "short" "Ogre"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "386892" "weaponid" "386892"
"buttonid" "0" "buttonid" "0"
"triggerid" "386993" "triggerid" "386993"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Ice Boomerang" "name" "Ice Boomerang"
"short" "Boomerang" "short" "Boomerang"
"color" "0087E8" "color" "0087E8"
"filter" "boomer" "filter" "boomer"
"weaponid" "392708" "weaponid" "392708"
"buttonid" "3282" "buttonid" "3282"
"triggerid" "392720" "triggerid" "392720"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "35" "cooldown" "35"
} }
"13" "13"
{ {
"name" "Fog" "name" "Fog"
"short" "Fog" "short" "Fog"
"color" "969696" "color" "969696"
"filter" "fog" "filter" "fog"
"weaponid" "399172" "weaponid" "399172"
"buttonid" "399176" "buttonid" "399176"
"triggerid" "399325" "triggerid" "399325"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"14" "14"
{ {
"name" "Whirlpool Summoner" "name" "Whirlpool Summoner"
"short" "Whirlpool" "short" "Whirlpool"
"color" "B40404" "color" "B40404"
"filter" "tornado" "filter" "tornado"
"weaponid" "1028432" "weaponid" "1028432"
"buttonid" "1028429" "buttonid" "1028429"
"triggerid" "1054333" "triggerid" "1054333"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"15" "15"
{ {
"name" "Trampoline Placer" "name" "Trampoline Placer"
"short" "Trampoline" "short" "Trampoline"
"color" "B40404" "color" "B40404"
"filter" "tramp" "filter" "tramp"
"weaponid" "1062968" "weaponid" "1062968"
"buttonid" "1062970" "buttonid" "1062970"
"triggerid" "1062965" "triggerid" "1062965"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "76" "cooldown" "76"
} }
"16" "16"
{ {
"name" "Zombie King" "name" "Zombie King"
"short" "Zombie King" "short" "Zombie King"
"color" "D4AF37" "color" "D4AF37"
"filter" "" "filter" ""
"weaponid" "1104667" "weaponid" "1104667"
"buttonid" "0" "buttonid" "0"
"triggerid" "1104669" "triggerid" "1104669"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

96
entWatch4/configs/entwatch/ze_chroma_v0_4.cfg Executable file → Normal file
View File

@ -3,62 +3,62 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Red-Cyan" "name" "Red-Cyan"
"short" "Red" "short" "Red"
"color" "FA6464" "color" "FA6464"
"filter" "rcitemuser" "filter" "rcitemuser"
"weaponid" "521169" "weaponid" "521169"
"buttonid" "521173" "buttonid" "521173"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Green-Magenta" "name" "Green-Magenta"
"short" "Green" "short" "Green"
"color" "64FA64" "color" "64FA64"
"filter" "gmitemuser" "filter" "gmitemuser"
"weaponid" "523179" "weaponid" "523179"
"buttonid" "523246" "buttonid" "523246"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "Blue-Yellow" "name" "Blue-Yellow"
"short" "Blue" "short" "Blue"
"color" "6464FA" "color" "6464FA"
"filter" "byitemuser" "filter" "byitemuser"
"weaponid" "524594" "weaponid" "524594"
"buttonid" "524661" "buttonid" "524661"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Chromatic Heal" "name" "Chromatic Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "healitemuser" "filter" "healitemuser"
"weaponid" "525032" "weaponid" "525032"
"buttonid" "525099" "buttonid" "525099"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
} }

24
entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg Executable file → Normal file
View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Apple Cannon" "name" "Apple Cannon"
"short" "Cannon" "short" "Cannon"
"color" "0040FF" "color" "0040FF"
"filter" "tappo_kantaja" "filter" "tappo_kantaja"
"weaponid" "432248" "weaponid" "432248"
"buttonid" "432245" "buttonid" "432245"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

168
entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg Executable file → Normal file
View File

@ -3,109 +3,109 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Frost Wave" "name" "Frost Wave"
"short" "Frost Wave" "short" "Frost Wave"
"color" "6EE4FF" "color" "6EE4FF"
"filter" "IceOwner" "filter" "IceOwner"
"weaponid" "175887" "weaponid" "175887"
"buttonid" "179072" "buttonid" "179072"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "66" "cooldown" "66"
} }
"1" "1"
{ {
"name" "Aeolus' Spirit" "name" "Aeolus' Spirit"
"short" "Aeolus' Spirit" "short" "Aeolus' Spirit"
"color" "7CFF40" "color" "7CFF40"
"filter" "WindOwner" "filter" "WindOwner"
"weaponid" "179589" "weaponid" "179589"
"buttonid" "179721" "buttonid" "179721"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "66" "cooldown" "66"
} }
"2" "2"
{ {
"name" "Flame of Udun" "name" "Flame of Udun"
"short" "Flame of Udun" "short" "Flame of Udun"
"color" "DB4AE8" "color" "DB4AE8"
"filter" "player_flame" "filter" "player_flame"
"weaponid" "299591" "weaponid" "299591"
"buttonid" "299596" "buttonid" "299596"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"3" "3"
{ {
"name" "Projectile Deflector" "name" "Projectile Deflector"
"short" "Deflector" "short" "Deflector"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "316089" "weaponid" "316089"
"buttonid" "316255" "buttonid" "316255"
"triggerid" "316091" "triggerid" "316091"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Slightly Cursed Hexahedron" "name" "Slightly Cursed Hexahedron"
"short" "Hexahedron" "short" "Hexahedron"
"color" "B40404" "color" "B40404"
"filter" "Miniboss" "filter" "Miniboss"
"weaponid" "784705" "weaponid" "784705"
"buttonid" "793054" "buttonid" "793054"
"triggerid" "784715" "triggerid" "784715"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"5" "5"
{ {
"name" "Boss" "name" "Boss"
"short" "Boss" "short" "Boss"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "259063" "weaponid" "259063"
"buttonid" "0" "buttonid" "0"
"triggerid" "259049" "triggerid" "259049"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Painter" "name" "Painter"
"short" "Painter" "short" "Painter"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "304674" "weaponid" "304674"
"buttonid" "0" "buttonid" "0"
"triggerid" "304676" "triggerid" "304676"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

384
entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg Executable file → Normal file
View File

@ -3,244 +3,244 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "White Dragon Breath" "name" "White Dragon Breath"
"short" "White Dragon Breath" "short" "White Dragon Breath"
"color" "01A9DB" "color" "01A9DB"
"filter" "WDB_Owner" "filter" "WDB_Owner"
"weaponid" "9910" "weaponid" "9910"
"buttonid" "9918" "buttonid" "9918"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (4-14) "maxuses" "0" // Maxuses can vary (4-14)
"cooldown" "0" // 7 "cooldown" "0" // 7
} }
"1" "1"
{ {
"name" "Chaos Storm" "name" "Chaos Storm"
"short" "Chaos Storm" "short" "Chaos Storm"
"color" "DF3A01" "color" "DF3A01"
"filter" "ChSt_Owner" "filter" "ChSt_Owner"
"weaponid" "10008" "weaponid" "10008"
"buttonid" "10005" "buttonid" "10005"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (3-13) "maxuses" "0" // Maxuses can vary (3-13)
"cooldown" "0" // 10 "cooldown" "0" // 10
} }
"2" "2"
{ {
"name" "Sooling Sunlight" "name" "Sooling Sunlight"
"short" "Sooling Sunlight" "short" "Sooling Sunlight"
"color" "F7FE2E" "color" "F7FE2E"
"filter" "SS_Owner" "filter" "SS_Owner"
"weaponid" "10423" "weaponid" "10423"
"buttonid" "731461" "buttonid" "731461"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (3-13) "maxuses" "0" // Maxuses can vary (3-13)
"cooldown" "0" // 15 "cooldown" "0" // 15
} }
"3" "3"
{ {
"name" "Wrath of the Gods" "name" "Wrath of the Gods"
"short" "Wrath of the Gods" "short" "Wrath of the Gods"
"color" "EFFBFB" "color" "EFFBFB"
"filter" "WOTG_Owner" "filter" "WOTG_Owner"
"weaponid" "10509" "weaponid" "10509"
"buttonid" "10506" "buttonid" "10506"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (6-16) "maxuses" "0" // Maxuses can vary (6-16)
"cooldown" "0" // 1.05 "cooldown" "0" // 1.05
} }
"4" "4"
{ {
"name" "Dark Orb" "name" "Dark Orb"
"short" "Dark Orb" "short" "Dark Orb"
"color" "2A0A29" "color" "2A0A29"
"filter" "DO_Owner" "filter" "DO_Owner"
"weaponid" "10681" "weaponid" "10681"
"buttonid" "10676" "buttonid" "10676"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (3-13) "maxuses" "0" // Maxuses can vary (3-13)
"cooldown" "0" // 2.5 "cooldown" "0" // 2.5
} }
"5" "5"
{ {
"name" "Hidden Body" "name" "Hidden Body"
"short" "Hidden Body" "short" "Hidden Body"
"color" "5E610B" "color" "5E610B"
"filter" "HiBo_Owner" "filter" "HiBo_Owner"
"weaponid" "10719" "weaponid" "10719"
"buttonid" "10716" "buttonid" "10716"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (2-12) "maxuses" "0" // Maxuses can vary (2-12)
"cooldown" "0" // 7.5 "cooldown" "0" // 7.5
} }
"6" "6"
{ {
"name" "Estus Flask" "name" "Estus Flask"
"short" "Estus Flask" "short" "Estus Flask"
"color" "D7DF01" "color" "D7DF01"
"filter" "EF_Owner" "filter" "EF_Owner"
"weaponid" "514824" "weaponid" "514824"
"buttonid" "514821" "buttonid" "514821"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // 5 "maxuses" "0" // 5
"cooldown" "0" // 4.5 "cooldown" "0" // 4.5
} }
"7" "7"
{ {
"name" "Ash Estus Flask" "name" "Ash Estus Flask"
"short" "Ash Estus Flask" "short" "Ash Estus Flask"
"color" "01A9DB" "color" "01A9DB"
"filter" "AEF_Owner" "filter" "AEF_Owner"
"weaponid" "515837" "weaponid" "515837"
"buttonid" "515834" "buttonid" "515834"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // 3 "maxuses" "0" // 3
"cooldown" "0" // 4.5 "cooldown" "0" // 4.5
} }
"8" "8"
{ {
"name" "Lightning Spear" "name" "Lightning Spear"
"short" "Lightning Spear" "short" "Lightning Spear"
"color" "FFFF00" "color" "FFFF00"
"filter" "LS_Owner" "filter" "LS_Owner"
"weaponid" "515333" "weaponid" "515333"
"buttonid" "515328" "buttonid" "515328"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (7-17) "maxuses" "0" // Maxuses can vary (7-17)
"cooldown" "0" // 2.5 "cooldown" "0" // 2.5
} }
"9" "9"
{ {
"name" "Great Heavy Soul Arrow" "name" "Great Heavy Soul Arrow"
"short" "Great Heavy Soul Arrow" "short" "Great Heavy Soul Arrow"
"color" "0080FF" "color" "0080FF"
"filter" "GHSA_Owner" "filter" "GHSA_Owner"
"weaponid" "515527" "weaponid" "515527"
"buttonid" "515522" "buttonid" "515522"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // Maxuses can vary (10-20) "maxuses" "0" // Maxuses can vary (10-20)
"cooldown" "0" // 2.5 "cooldown" "0" // 2.5
} }
"10" "10"
{ {
"name" "Green Blossom" "name" "Green Blossom"
"short" "Green Blossom" "short" "Green Blossom"
"color" "00FF40" "color" "00FF40"
"filter" "Salad_Owner" "filter" "Salad_Owner"
"weaponid" "666978" "weaponid" "666978"
"buttonid" "666975" "buttonid" "666975"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // 3 "maxuses" "0" // 3
"cooldown" "0" // 4.5 "cooldown" "0" // 4.5
} }
"11" "11"
{ {
"name" "Darkstorm" "name" "Darkstorm"
"short" "Darkstorm" "short" "Darkstorm"
"color" "2A0A29" "color" "2A0A29"
"filter" "DaSt_Owner" "filter" "DaSt_Owner"
"weaponid" "1156847" "weaponid" "1156847"
"buttonid" "1156844" "buttonid" "1156844"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" // 2 "maxuses" "0" // 2
"cooldown" "0" // 10 "cooldown" "0" // 10
} }
// Zombie - Items // Zombie - Items
"12" "12"
{ {
"name" "[ZM] Power Within" "name" "[ZM] Power Within"
"short" "Power Within" "short" "Power Within"
"color" "DF0101" "color" "DF0101"
"filter" "PW_Owner" "filter" "PW_Owner"
"weaponid" "666608" "weaponid" "666608"
"buttonid" "666675" "buttonid" "666675"
"triggerid" "666683" "triggerid" "666683"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "[ZM] Toxic Mist" "name" "[ZM] Toxic Mist"
"short" "Toxic Mist" "short" "Toxic Mist"
"color" "6A0888" "color" "6A0888"
"filter" "PM_Owner" "filter" "PM_Owner"
"weaponid" "666074" "weaponid" "666074"
"buttonid" "666141" "buttonid" "666141"
"triggerid" "666147" "triggerid" "666147"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "[ZM] Black Flame" "name" "[ZM] Black Flame"
"short" "Black Flame" "short" "Black Flame"
"color" "CD853F" "color" "CD853F"
"filter" "BF_Owner" "filter" "BF_Owner"
"weaponid" "1561358" "weaponid" "1561358"
"buttonid" "1561279" "buttonid" "1561279"
"triggerid" "1561374" "triggerid" "1561374"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "3" // 2.5 "cooldown" "3" // 2.5
} }
"15" "15"
{ {
"name" "[ZM] Poison Mist" "name" "[ZM] Poison Mist"
"short" "Poison Mist" "short" "Poison Mist"
"color" "80C436" "color" "80C436"
"filter" "ZMPoison_Owner" "filter" "ZMPoison_Owner"
"weaponid" "1702534" "weaponid" "1702534"
"buttonid" "1702526" "buttonid" "1702526"
"triggerid" "1702531" "triggerid" "1702531"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "20" "cooldown" "20"
} }
} }

72
entWatch4/configs/entwatch/ze_deadcore_s6.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Cannon" "name" "Cannon"
"short" "Cannon" "short" "Cannon"
"color" "00FFFF" "color" "00FFFF"
"filter" "cannon1" "filter" "cannon1"
"weaponid" "609101" "weaponid" "609101"
"buttonid" "1427217" "buttonid" "1427217"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "3" "cooldown" "3"
} }
"1" "1"
{ {
"name" "Cannon" "name" "Cannon"
"short" "Cannon" "short" "Cannon"
"color" "00FFFF" "color" "00FFFF"
"filter" "cannon2" "filter" "cannon2"
"weaponid" "1259831" "weaponid" "1259831"
"buttonid" "1259833" "buttonid" "1259833"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "3" "cooldown" "3"
} }
"2" "2"
{ {
"name" "Cannon" "name" "Cannon"
"short" "Cannon" "short" "Cannon"
"color" "00FFFF" "color" "00FFFF"
"filter" "cannon3" "filter" "cannon3"
"weaponid" "1261070" "weaponid" "1261070"
"buttonid" "1261072" "buttonid" "1261072"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "3" "cooldown" "3"
} }
} }

View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Blue Lightsaber" "name" "Blue Lightsaber"
"short" "Blue Saber" "short" "Blue Saber"
"color" "0000FF" "color" "0000FF"
"filter" "Player_Fire" "filter" "Player_Fire"
"weaponid" "1480205" "weaponid" "1480205"
"buttonid" "1480191" "buttonid" "1480191"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"1" "1"
{ {
"name" "Red Lightsaber" "name" "Red Lightsaber"
"short" "Red Saber" "short" "Red Saber"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Earth" "filter" "Player_Earth"
"weaponid" "1544598" "weaponid" "1544598"
"buttonid" "1544582" "buttonid" "1544582"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

@ -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"
}
}

288
entWatch4/configs/entwatch/ze_doom3_v1.cfg Executable file → Normal file
View File

@ -3,184 +3,184 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Soul Cube" "name" "Soul Cube"
"short" "Cube" "short" "Cube"
"color" "111111" "color" "111111"
"filter" "cubdux1" "filter" "cubdux1"
"weaponid" "2009" "weaponid" "2009"
"buttonid" "2003" "buttonid" "2003"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "12" "cooldown" "12"
} }
"1" "1"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "228800" "color" "228800"
"filter" "" "filter" ""
"weaponid" "2083" "weaponid" "2083"
"buttonid" "3538" "buttonid" "3538"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "6"
} }
"2" "2"
{ {
"name" "Electro Grenade" "name" "Electro Grenade"
"short" "Electro" "short" "Electro"
"color" "21FFFC" "color" "21FFFC"
"filter" "grenades1" "filter" "grenades1"
"weaponid" "3135" "weaponid" "3135"
"buttonid" "3142" "buttonid" "3142"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"3" "3"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "oxx" "filter" "oxx"
"weaponid" "3202" "weaponid" "3202"
"buttonid" "3200" "buttonid" "3200"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"4" "4"
{ {
"name" "Heart of Hell" "name" "Heart of Hell"
"short" "Heart" "short" "Heart"
"color" "FF0000" "color" "FF0000"
"filter" "oxx1" "filter" "oxx1"
"weaponid" "3309" "weaponid" "3309"
"buttonid" "3311" "buttonid" "3311"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Pushgun" "name" "Pushgun"
"short" "Push" "short" "Push"
"color" "22FF88" "color" "22FF88"
"filter" "oxx11" "filter" "oxx11"
"weaponid" "3320" "weaponid" "3320"
"buttonid" "3322" "buttonid" "3322"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"6" "6"
{ {
"name" "Minigun" "name" "Minigun"
"short" "Minigun" "short" "Minigun"
"color" "FFFF00" "color" "FFFF00"
"filter" "krub1" "filter" "krub1"
"weaponid" "3993" "weaponid" "3993"
"buttonid" "3988" "buttonid" "3988"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "13" "cooldown" "13"
} }
"7" "7"
{ {
"name" "BFG" "name" "BFG"
"short" "BFG" "short" "BFG"
"color" "EE0000" "color" "EE0000"
"filter" "grenades1tru" "filter" "grenades1tru"
"weaponid" "1520691" "weaponid" "1520691"
"buttonid" "1520408" "buttonid" "1520408"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "15" "cooldown" "15"
} }
// Zombie - Items // Zombie - Items
"8" "8"
{ {
"name" "Spider" "name" "Spider"
"short" "ZSpider" "short" "ZSpider"
"color" "EE0000" "color" "EE0000"
"filter" "imps1" "filter" "imps1"
"weaponid" "1900" "weaponid" "1900"
"buttonid" "1902" "buttonid" "1902"
"triggerid" "2952" "triggerid" "2952"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "8" "cooldown" "8"
} }
"9" "9"
{ {
"name" "Spider" "name" "Spider"
"short" "ZSpider" "short" "ZSpider"
"color" "EE0000" "color" "EE0000"
"filter" "pauchixaxx" "filter" "pauchixaxx"
"weaponid" "1929" "weaponid" "1929"
"buttonid" "1934" "buttonid" "1934"
"triggerid" "1930" "triggerid" "1930"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "7" "cooldown" "7"
} }
"10" "10"
{ {
"name" "Pinky" "name" "Pinky"
"short" "ZPinky" "short" "ZPinky"
"color" "EE0000" "color" "EE0000"
"filter" "sobaka" "filter" "sobaka"
"weaponid" "1918" "weaponid" "1918"
"buttonid" "1919" "buttonid" "1919"
"triggerid" "1916" "triggerid" "1916"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "5" "cooldown" "5"
} }
"11" "11"
{ {
"name" "Skelet" "name" "Skelet"
"short" "ZSkelet" "short" "ZSkelet"
"color" "EE0000" "color" "EE0000"
"filter" "skelets1" "filter" "skelets1"
"weaponid" "1938" "weaponid" "1938"
"buttonid" "1942" "buttonid" "1942"
"triggerid" "1940" "triggerid" "1940"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "9" "cooldown" "9"
} }
} }

144
entWatch4/configs/entwatch/ze_doom_v1_1.cfg Executable file → Normal file
View File

@ -3,92 +3,92 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Berserker" "name" "Berserker"
"short" "Berserker" "short" "Berserker"
"color" "FF0000" "color" "FF0000"
"filter" "berserker" "filter" "berserker"
"weaponid" "26895" "weaponid" "26895"
"buttonid" "26887" "buttonid" "26887"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "BFG" "name" "BFG"
"short" "BFG" "short" "BFG"
"color" "0000FF" "color" "0000FF"
"filter" "bfg_own" "filter" "bfg_own"
"weaponid" "26859" "weaponid" "26859"
"buttonid" "26845" "buttonid" "26845"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Megasphere" "name" "Megasphere"
"short" "Megasphere" "short" "Megasphere"
"color" "00FF00" "color" "00FF00"
"filter" "megasphere" "filter" "megasphere"
"weaponid" "26879" "weaponid" "26879"
"buttonid" "26881" "buttonid" "26881"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Soulsphere" "name" "Soulsphere"
"short" "Soulsphere" "short" "Soulsphere"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "soulsphere" "filter" "soulsphere"
"weaponid" "26854" "weaponid" "26854"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Soulsphere" "name" "Soulsphere"
"short" "Soulsphere" "short" "Soulsphere"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "soulsphere2" "filter" "soulsphere2"
"weaponid" "26740" "weaponid" "26740"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Soulsphere" "name" "Soulsphere"
"short" "Soulsphere" "short" "Soulsphere"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "soulsphere3" "filter" "soulsphere3"
"weaponid" "26767" "weaponid" "26767"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -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"
}
}

View File

@ -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"
}
}

20
entWatch4/configs/entwatch/ze_eden_a3s.cfg Executable file → Normal file
View File

@ -2,15 +2,15 @@
{ {
"0" "0"
{ {
"name" "(de)Bugger." "name" "(de)Bugger."
"short" "debugger" "short" "debugger"
"color" "686868" "color" "686868"
"filter" "" "filter" ""
"weaponid" "35470" "weaponid" "35470"
"buttonid" "35594" "buttonid" "35594"
"display" "5" "display" "5"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

264
entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg Executable file → Normal file
View File

@ -3,169 +3,169 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal Staff" "name" "Heal Staff"
"short" "Heal" "short" "Heal"
"color" "00FA9A" "color" "00FA9A"
"filter" "heal_player" "filter" "heal_player"
"weaponid" "18729416" "weaponid" "18729416"
"buttonid" "18729420" "buttonid" "18729420"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Tornado Staff" "name" "Tornado Staff"
"short" "Tornado" "short" "Tornado"
"color" "C0C0C0" "color" "C0C0C0"
"filter" "tornado_player" "filter" "tornado_player"
"weaponid" "18753722" "weaponid" "18753722"
"buttonid" "18753583" "buttonid" "18753583"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Freeze Staff" "name" "Freeze Staff"
"short" "Freeze" "short" "Freeze"
"color" "00BFFF" "color" "00BFFF"
"filter" "freeze_player" "filter" "freeze_player"
"weaponid" "18718079" "weaponid" "18718079"
"buttonid" "18717942" "buttonid" "18717942"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"3" "3"
{ {
"name" "Earth Staff" "name" "Earth Staff"
"short" "Earth" "short" "Earth"
"color" "CD853F" "color" "CD853F"
"filter" "earth_player" "filter" "earth_player"
"weaponid" "18776809" "weaponid" "18776809"
"buttonid" "18776672" "buttonid" "18776672"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Fire Staff" "name" "Fire Staff"
"short" "Fire" "short" "Fire"
"color" "FF4500" "color" "FF4500"
"filter" "fire_player" "filter" "fire_player"
"weaponid" "17301106" "weaponid" "17301106"
"buttonid" "17301329" "buttonid" "17301329"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Ultimate Staff" "name" "Ultimate Staff"
"short" "Ultimate" "short" "Ultimate"
"color" "D8BFD8" "color" "D8BFD8"
"filter" "ultimate_player" "filter" "ultimate_player"
"weaponid" "19321023" "weaponid" "19321023"
"buttonid" "19320947" "buttonid" "19320947"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "15" "cooldown" "15"
} }
// Zombie - Items // Zombie - Items
"6" "6"
{ {
"name" "Cromcruach" "name" "Cromcruach"
"short" "Cromcruach" "short" "Cromcruach"
"color" "C0C0C0" "color" "C0C0C0"
"filter" "zmskin2_player" "filter" "zmskin2_player"
"weaponid" "18809475" "weaponid" "18809475"
"buttonid" "0" "buttonid" "0"
"triggerid" "18809472" "triggerid" "18809472"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Glasgavelen" "name" "Glasgavelen"
"short" "Glasgavelen" "short" "Glasgavelen"
"color" "C0C0C0" "color" "C0C0C0"
"filter" "zmskin1_player" "filter" "zmskin1_player"
"weaponid" "18808768" "weaponid" "18808768"
"buttonid" "0" "buttonid" "0"
"triggerid" "18808765" "triggerid" "18808765"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "[ZM] Fire" "name" "[ZM] Fire"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "FF4500" "color" "FF4500"
"filter" "zmfire_player" "filter" "zmfire_player"
"weaponid" "18790442" "weaponid" "18790442"
"buttonid" "18790366" "buttonid" "18790366"
"triggerid" "18790723" "triggerid" "18790723"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"9" "9"
{ {
"name" "[ZM] Gravity" "name" "[ZM] Gravity"
"short" "[ZM] Gravity" "short" "[ZM] Gravity"
"color" "9400D3" "color" "9400D3"
"filter" "zmgravity_player" "filter" "zmgravity_player"
"weaponid" "18791994" "weaponid" "18791994"
"buttonid" "18791923" "buttonid" "18791923"
"triggerid" "18791991" "triggerid" "18791991"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"10" "10"
{ {
"name" "[ZM] Freeze" "name" "[ZM] Freeze"
"short" "[ZM] Freeze" "short" "[ZM] Freeze"
"color" "00BFFF" "color" "00BFFF"
"filter" "zmfreeze_player" "filter" "zmfreeze_player"
"weaponid" "18805946" "weaponid" "18805946"
"buttonid" "18805808" "buttonid" "18805808"
"triggerid" "18805943" "triggerid" "18805943"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

242
entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg Executable file → Normal file
View File

@ -1,156 +1,156 @@
"items" "items"
{ {
// Humans - Items // Humans - Items
"0" "0"
{ {
"name" "Shadow" "name" "Shadow"
"short" "Shadow" "short" "Shadow"
"color" "5D6D7E" "color" "5D6D7E"
"filter" "Item_Shadow_User" "filter" "Item_Shadow_User"
"weaponid" "177360" "weaponid" "177360"
"buttonid" "177362" "buttonid" "177362"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Light" "name" "Light"
"short" "Light" "short" "Light"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Item_Light_User" "filter" "Item_Light_User"
"weaponid" "177504" "weaponid" "177504"
"buttonid" "177506" "buttonid" "177506"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "Wind" "name" "Wind"
"short" "Wind" "short" "Wind"
"color" "76D7C4" "color" "76D7C4"
"filter" "Item_Wind_User" "filter" "Item_Wind_User"
"weaponid" "177789" "weaponid" "177789"
"buttonid" "177794" "buttonid" "177794"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Ice" "name" "Ice"
"short" "Ice" "short" "Ice"
"color" "3498DB" "color" "3498DB"
"filter" "Item_Ice_User" "filter" "Item_Ice_User"
"weaponid" "177929" "weaponid" "177929"
"buttonid" "177931" "buttonid" "177931"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Thunder" "name" "Thunder"
"short" "Thunder" "short" "Thunder"
"color" "85C1E9" "color" "85C1E9"
"filter" "Item_Thunder_User" "filter" "Item_Thunder_User"
"weaponid" "178069" "weaponid" "178069"
"buttonid" "178071" "buttonid" "178071"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Fire" "name" "Fire"
"short" "Fire" "short" "Fire"
"color" "F39C12" "color" "F39C12"
"filter" "Item_Fire_User" "filter" "Item_Fire_User"
"weaponid" "178213" "weaponid" "178213"
"buttonid" "178210" "buttonid" "178210"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
// Zombies - Items // Zombies - Items
"6" "6"
{ {
"name" "[ZM] Fire" "name" "[ZM] Fire"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "F39C12" "color" "F39C12"
"filter" "Item_ZFire_User" "filter" "Item_ZFire_User"
"weaponid" "176978" "weaponid" "176978"
"buttonid" "176982" "buttonid" "176982"
"triggerid" "177062" "triggerid" "177062"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"7" "7"
{ {
"name" "[ZM] Ice" "name" "[ZM] Ice"
"short" "[ZM] Ice" "short" "[ZM] Ice"
"color" "3498DB" "color" "3498DB"
"filter" "Item_ZIce_User" "filter" "Item_ZIce_User"
"weaponid" "2424762" "weaponid" "2424762"
"buttonid" "177138" "buttonid" "177138"
"triggerid" "2424764" "triggerid" "2424764"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"8" "8"
{ {
"name" "[ZM] Wind" "name" "[ZM] Wind"
"short" "[ZM] Wind" "short" "[ZM] Wind"
"color" "76D7C4" "color" "76D7C4"
"filter" "Item_ZWind_User" "filter" "Item_ZWind_User"
"weaponid" "2424770" "weaponid" "2424770"
"buttonid" "176172" "buttonid" "176172"
"triggerid" "2424767" "triggerid" "2424767"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"9" "9"
{ {
"name" "[ZM] Thunder" "name" "[ZM] Thunder"
"short" "[ZM] Thunder" "short" "[ZM] Thunder"
"color" "85C1E9" "color" "85C1E9"
"filter" "Item_ZThunder_User" "filter" "Item_ZThunder_User"
"weaponid" "2424840" "weaponid" "2424840"
"buttonid" "1127593" "buttonid" "1127593"
"triggerid" "2424837" "triggerid" "2424837"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
} }

216
entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg Executable file → Normal file
View File

@ -3,137 +3,137 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Wall Spawner" "name" "Wall Spawner"
"short" "Wall" "short" "Wall"
"color" "AD4100" "color" "AD4100"
"filter" "blockade" "filter" "blockade"
"weaponid" "326008" "weaponid" "326008"
"buttonid" "325989" "buttonid" "325989"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "2" "cooldown" "2"
} }
"1" "1"
{ {
"name" "Electro Gun" "name" "Electro Gun"
"short" "Electro" "short" "Electro"
"color" "BCCD00" "color" "BCCD00"
"filter" "electric" "filter" "electric"
"weaponid" "326171" "weaponid" "326171"
"buttonid" "326315" "buttonid" "326315"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "EyeTech Launcher" "name" "EyeTech Launcher"
"short" "Launcher" "short" "Launcher"
"color" "120061" "color" "120061"
"filter" "launcher" "filter" "launcher"
"weaponid" "326586" "weaponid" "326586"
"buttonid" "326588" "buttonid" "326588"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "2" "cooldown" "2"
} }
"3" "3"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "heal" "filter" "heal"
"weaponid" "325974" "weaponid" "325974"
"buttonid" "325899" "buttonid" "325899"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Push Gun" "name" "Push Gun"
"short" "Push" "short" "Push"
"color" "00D8D5" "color" "00D8D5"
"filter" "push" "filter" "push"
"weaponid" "326086" "weaponid" "326086"
"buttonid" "326088" "buttonid" "326088"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "35" "cooldown" "35"
} }
"5" "5"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flame" "short" "Flame"
"color" "BB0000" "color" "BB0000"
"filter" "flamethrower" "filter" "flamethrower"
"weaponid" "326332" "weaponid" "326332"
"buttonid" "326334" "buttonid" "326334"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "10" "cooldown" "10"
} }
"6" "6"
{ {
"name" "Ammo" "name" "Ammo"
"short" "Ammo" "short" "Ammo"
"color" "AD4100" "color" "AD4100"
"filter" "ammowep" "filter" "ammowep"
"weaponid" "326492" "weaponid" "326492"
"buttonid" "326494" "buttonid" "326494"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"7" "7"
{ {
"name" "Pipe Bomb" "name" "Pipe Bomb"
"short" "Bomb" "short" "Bomb"
"color" "DC143C" "color" "DC143C"
"filter" "pipe" "filter" "pipe"
"weaponid" "326600" "weaponid" "326600"
"buttonid" "326602" "buttonid" "326602"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "5" "maxuses" "5"
"cooldown" "2" "cooldown" "2"
} }
"8" "8"
{ {
"name" "EyeTech Cannon" "name" "EyeTech Cannon"
"short" "Cannon" "short" "Cannon"
"color" "AD4100" "color" "AD4100"
"filter" "cannon" "filter" "cannon"
"weaponid" "326711" "weaponid" "326711"
"buttonid" "326713" "buttonid" "326713"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

288
entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg Executable file → Normal file
View File

@ -3,182 +3,182 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Uber Cannon" "name" "Uber Cannon"
"short" "Uber" "short" "Uber"
"color" "120061" "color" "120061"
"filter" "uber" "filter" "uber"
"weaponid" "25307" "weaponid" "25307"
"buttonid" "25300" "buttonid" "25300"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "150" "cooldown" "150"
} }
"1" "1"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "heal" "filter" "heal"
"weaponid" "1889" "weaponid" "1889"
"buttonid" "1891" "buttonid" "1891"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Ammo Box" "name" "Ammo Box"
"short" "Ammo" "short" "Ammo"
"color" "AD4100" "color" "AD4100"
"filter" "kuulid" "filter" "kuulid"
"weaponid" "4509" "weaponid" "4509"
"buttonid" "4524" "buttonid" "4524"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Explosive Mines" "name" "Explosive Mines"
"short" "Mines" "short" "Mines"
"color" "2F2F2F" "color" "2F2F2F"
"filter" "mineboom" "filter" "mineboom"
"weaponid" "1881" "weaponid" "1881"
"buttonid" "1879" "buttonid" "1879"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "5" "maxuses" "5"
"cooldown" "2" "cooldown" "2"
} }
"4" "4"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flame" "short" "Flame"
"color" "BB0000" "color" "BB0000"
"filter" "flamethrower" "filter" "flamethrower"
"weaponid" "1952" "weaponid" "1952"
"buttonid" "1946" "buttonid" "1946"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Grenade Spawner" "name" "Grenade Spawner"
"short" "Grenade" "short" "Grenade"
"color" "AD4100" "color" "AD4100"
"filter" "nades" "filter" "nades"
"weaponid" "1868" "weaponid" "1868"
"buttonid" "1869" "buttonid" "1869"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Wall Spawner" "name" "Wall Spawner"
"short" "Wall" "short" "Wall"
"color" "AD4100" "color" "AD4100"
"filter" "blockage" "filter" "blockage"
"weaponid" "1923" "weaponid" "1923"
"buttonid" "1921" "buttonid" "1921"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "2" "cooldown" "2"
} }
"7" "7"
{ {
"name" "Push Gun" "name" "Push Gun"
"short" "Push" "short" "Push"
"color" "00D8D5" "color" "00D8D5"
"filter" "push" "filter" "push"
"weaponid" "1893" "weaponid" "1893"
"buttonid" "1894" "buttonid" "1894"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"8" "8"
{ {
"name" "Hand Cannon" "name" "Hand Cannon"
"short" "Cannon" "short" "Cannon"
"color" "AD4100" "color" "AD4100"
"filter" "kahur" "filter" "kahur"
"weaponid" "4555" "weaponid" "4555"
"buttonid" "4553" "buttonid" "4553"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Banana Gun" "name" "Banana Gun"
"short" "Banana" "short" "Banana"
"color" "E0E800" "color" "E0E800"
"filter" "banana" "filter" "banana"
"weaponid" "424414" "weaponid" "424414"
"buttonid" "424447" "buttonid" "424447"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "15" "maxuses" "15"
"cooldown" "2" "cooldown" "2"
} }
"10" "10"
{ {
"name" "Kim" "name" "Kim"
"short" "Kim" "short" "Kim"
"color" "FD5E5E" "color" "FD5E5E"
"filter" "" "filter" ""
"weaponid" "2874" "weaponid" "2874"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Päss" "name" "Päss"
"short" "Pass" "short" "Pass"
"color" "FD5E5E" "color" "FD5E5E"
"filter" "" "filter" ""
"weaponid" "2886" "weaponid" "2886"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,233 +3,233 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Gravity Materia" "name" "Gravity Materia"
"short" "Gravity" "short" "Gravity"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "Gravity_Owner" "filter" "Gravity_Owner"
"weaponid" "323441" "weaponid" "323441"
"buttonid" "323443" "buttonid" "323443"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Electro Materia" "name" "Electro Materia"
"short" "Electro" "short" "Electro"
"color" "0072FF" "color" "0072FF"
"filter" "Electro_Owner" "filter" "Electro_Owner"
"weaponid" "323285" "weaponid" "323285"
"buttonid" "323354" "buttonid" "323354"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "4" "mode" "4"
"maxuses" "2" "maxuses" "2"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "Fire Materia" "name" "Fire Materia"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Fire_Owner" "filter" "Fire_Owner"
"weaponid" "323126" "weaponid" "323126"
"buttonid" "323128" "buttonid" "323128"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Bio Materia" "name" "Bio Materia"
"short" "Bio" "short" "Bio"
"color" "990033" "color" "990033"
"filter" "Bio_Owner" "filter" "Bio_Owner"
"weaponid" "323363" "weaponid" "323363"
"buttonid" "323367" "buttonid" "323367"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Heal Materia" "name" "Heal Materia"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Heal_Owner" "filter" "Heal_Owner"
"weaponid" "323052" "weaponid" "323052"
"buttonid" "323121" "buttonid" "323121"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Earth Materia" "name" "Earth Materia"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "Earth_Owner" "filter" "Earth_Owner"
"weaponid" "323735" "weaponid" "323735"
"buttonid" "323737" "buttonid" "323737"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Wind Materia" "name" "Wind Materia"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "Wind_Owner" "filter" "Wind_Owner"
"weaponid" "323517" "weaponid" "323517"
"buttonid" "323519" "buttonid" "323519"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"7" "7"
{ {
"name" "Ultima Materia" "name" "Ultima Materia"
"short" "Ultima" "short" "Ultima"
"color" "00FF00" "color" "00FF00"
"filter" "Ultima_Owner" "filter" "Ultima_Owner"
"weaponid" "323814" "weaponid" "323814"
"buttonid" "323816" "buttonid" "323816"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "15" "cooldown" "15"
} }
"8" "8"
{ {
"name" "Sleep Materia" "name" "Sleep Materia"
"short" "Sleep" "short" "Sleep"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "Sleep_Owner" "filter" "Sleep_Owner"
"weaponid" "524758" "weaponid" "524758"
"buttonid" "524762" "buttonid" "524762"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
// Human - Potion // Human - Potion
"9" "9"
{ {
"name" "Phoenix Down" "name" "Phoenix Down"
"short" "Phoenix Down" "short" "Phoenix Down"
"color" "00BFFF" "color" "00BFFF"
"filter" "Potion_Owner" "filter" "Potion_Owner"
"weaponid" "2576537" "weaponid" "2576537"
"buttonid" "2576539" "buttonid" "2576539"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"10" "10"
{ {
"name" "[ZM] Ice Materia" "name" "[ZM] Ice Materia"
"short" "[ZM] Ice" "short" "[ZM] Ice"
"color" "00BFFF" "color" "00BFFF"
"filter" "Ice_Z_Owner" "filter" "Ice_Z_Owner"
"weaponid" "1589580" "weaponid" "1589580"
"buttonid" "1589574" "buttonid" "1589574"
"triggerid" "1589577" "triggerid" "1589577"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"11" "11"
{ {
"name" "[ZM] Fire Materia" "name" "[ZM] Fire Materia"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "B22222" "color" "B22222"
"filter" "Fire_Z_Owner" "filter" "Fire_Z_Owner"
"weaponid" "1576012" "weaponid" "1576012"
"buttonid" "1576006" "buttonid" "1576006"
"triggerid" "1576009" "triggerid" "1576009"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"12" "12"
{ {
"name" "[ZM] Poison Materia" "name" "[ZM] Poison Materia"
"short" "[ZM] Poison" "short" "[ZM] Poison"
"color" "7CFC00" "color" "7CFC00"
"filter" "Poison_Z_Owner" "filter" "Poison_Z_Owner"
"weaponid" "2102221" "weaponid" "2102221"
"buttonid" "2102228" "buttonid" "2102228"
"triggerid" "2102223" "triggerid" "2102223"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"13" "13"
{ {
"name" "[ZM] Confuse Materia" "name" "[ZM] Confuse Materia"
"short" "[ZM] Confuse" "short" "[ZM] Confuse"
"color" "9B27D1" "color" "9B27D1"
"filter" "Confuse_Owner" "filter" "Confuse_Owner"
"weaponid" "3468411" "weaponid" "3468411"
"buttonid" "3468276" "buttonid" "3468276"
"triggerid" "3468413" "triggerid" "3468413"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
// Zombie - Misc // Zombie - Misc
"14" "14"
{ {
"name" "[ZM] Pampa" "name" "[ZM] Pampa"
"short" "[ZM] Pampa" "short" "[ZM] Pampa"
"color" "9B27D1" "color" "9B27D1"
"filter" "CactusZM_Z_Owner" "filter" "CactusZM_Z_Owner"
"weaponid" "1446677" "weaponid" "1446677"
"buttonid" "0" "buttonid" "0"
"triggerid" "1446670" "triggerid" "1446670"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

192
entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg Executable file → Normal file
View File

@ -3,122 +3,122 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Gravity Materia" "name" "Gravity Materia"
"short" "Gravity" "short" "Gravity"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "portador_gravedad" "filter" "portador_gravedad"
"weaponid" "1589" "weaponid" "1589"
"buttonid" "1587" "buttonid" "1587"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"1" "1"
{ {
"name" "Electro Materia" "name" "Electro Materia"
"short" "Electro" "short" "Electro"
"color" "0072FF" "color" "0072FF"
"filter" "portador_electro" "filter" "portador_electro"
"weaponid" "1546" "weaponid" "1546"
"buttonid" "1544" "buttonid" "1544"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Fire Materia" "name" "Fire Materia"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "portador_fire" "filter" "portador_fire"
"weaponid" "1410" "weaponid" "1410"
"buttonid" "1422" "buttonid" "1422"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"3" "3"
{ {
"name" "Ice Materia" "name" "Ice Materia"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "portador_ice" "filter" "portador_ice"
"weaponid" "1377" "weaponid" "1377"
"buttonid" "1398" "buttonid" "1398"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"4" "4"
{ {
"name" "Heal Materia" "name" "Heal Materia"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "portador_heal" "filter" "portador_heal"
"weaponid" "1492" "weaponid" "1492"
"buttonid" "1494" "buttonid" "1494"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"5" "5"
{ {
"name" "Earth Materia" "name" "Earth Materia"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "portador_earth" "filter" "portador_earth"
"weaponid" "1460" "weaponid" "1460"
"buttonid" "1463" "buttonid" "1463"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"6" "6"
{ {
"name" "Wind Materia" "name" "Wind Materia"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "portador_viento" "filter" "portador_viento"
"weaponid" "1434" "weaponid" "1434"
"buttonid" "1440" "buttonid" "1440"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"7" "7"
{ {
"name" "Ultima Materia" "name" "Ultima Materia"
"short" "Ultima" "short" "Ultima"
"color" "00FF00" "color" "00FF00"
"filter" "portador_ultima" "filter" "portador_ultima"
"weaponid" "1359" "weaponid" "1359"
"buttonid" "1364" "buttonid" "1364"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

@ -3,182 +3,182 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Gravity Materia" "name" "Gravity Materia"
"short" "Gravity" "short" "Gravity"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "player_gravity" "filter" "player_gravity"
"weaponid" "2908185" "weaponid" "2908185"
"buttonid" "2908117" "buttonid" "2908117"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"1" "1"
{ {
"name" "Electro Materia" "name" "Electro Materia"
"short" "Electro" "short" "Electro"
"color" "0072FF" "color" "0072FF"
"filter" "player_electro" "filter" "player_electro"
"weaponid" "2908013" "weaponid" "2908013"
"buttonid" "2907945" "buttonid" "2907945"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Fire Materia" "name" "Fire Materia"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "player_fire" "filter" "player_fire"
"weaponid" "2907860" "weaponid" "2907860"
"buttonid" "2907792" "buttonid" "2907792"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"3" "3"
{ {
"name" "Ice Materia" "name" "Ice Materia"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "player_ice" "filter" "player_ice"
"weaponid" "2907354" "weaponid" "2907354"
"buttonid" "2907286" "buttonid" "2907286"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"4" "4"
{ {
"name" "Heal Materia" "name" "Heal Materia"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "player_heal" "filter" "player_heal"
"weaponid" "2907132" "weaponid" "2907132"
"buttonid" "2907064" "buttonid" "2907064"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"5" "5"
{ {
"name" "Earth Materia" "name" "Earth Materia"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "player_earth" "filter" "player_earth"
"weaponid" "2908100" "weaponid" "2908100"
"buttonid" "2908032" "buttonid" "2908032"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"6" "6"
{ {
"name" "Wind Materia" "name" "Wind Materia"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "player_wind" "filter" "player_wind"
"weaponid" "2906834" "weaponid" "2906834"
"buttonid" "2906766" "buttonid" "2906766"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"7" "7"
{ {
"name" "Aqua Materia" "name" "Aqua Materia"
"short" "Aqua" "short" "Aqua"
"color" "9DE7EB" "color" "9DE7EB"
"filter" "player_water" "filter" "player_water"
"weaponid" "2907705" "weaponid" "2907705"
"buttonid" "2907637" "buttonid" "2907637"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"8" "8"
{ {
"name" "Bio Materia" "name" "Bio Materia"
"short" "Bio" "short" "Bio"
"color" "39F374" "color" "39F374"
"filter" "player_bio" "filter" "player_bio"
"weaponid" "2906432" "weaponid" "2906432"
"buttonid" "2906364" "buttonid" "2906364"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"9" "9"
{ {
"name" "Barrier Materia" "name" "Barrier Materia"
"short" "Barrier" "short" "Barrier"
"color" "E2EF7F" "color" "E2EF7F"
"filter" "player_barrier" "filter" "player_barrier"
"weaponid" "2906517" "weaponid" "2906517"
"buttonid" "2906449" "buttonid" "2906449"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"10" "10"
{ {
"name" "Mimic Materia" "name" "Mimic Materia"
"short" "Mimic" "short" "Mimic"
"color" "EC4CF4" "color" "EC4CF4"
"filter" "player_mimic" "filter" "player_mimic"
"weaponid" "4525325" "weaponid" "4525325"
"buttonid" "4525251" "buttonid" "4525251"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"11" "11"
{ {
"name" "Ultima Materia" "name" "Ultima Materia"
"short" "Ultima" "short" "Ultima"
"color" "00FF00" "color" "00FF00"
"filter" "player_ultima" "filter" "player_ultima"
"weaponid" "2906602" "weaponid" "2906602"
"buttonid" "2906534" "buttonid" "2906534"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

@ -3,107 +3,107 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Earth" "name" "Earth"
"short" "Earth" "short" "Earth"
"color" "8B4513" "color" "8B4513"
"filter" "filter_gravity" "filter" "filter_gravity"
"weaponid" "1699278" "weaponid" "1699278"
"buttonid" "1699210" "buttonid" "1699210"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"1" "1"
{ {
"name" "Poison" "name" "Poison"
"short" "Poison" "short" "Poison"
"color" "00FF00" "color" "00FF00"
"filter" "filter_electro" "filter" "filter_electro"
"weaponid" "1699960" "weaponid" "1699960"
"buttonid" "1699821" "buttonid" "1699821"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Fire" "name" "Fire"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "filter_fire" "filter" "filter_fire"
"weaponid" "1699377" "weaponid" "1699377"
"buttonid" "1699368" "buttonid" "1699368"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"3" "3"
{ {
"name" "Ice" "name" "Ice"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "filter_ice" "filter" "filter_ice"
"weaponid" "1699054" "weaponid" "1699054"
"buttonid" "1699056" "buttonid" "1699056"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"4" "4"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "filter_heal" "filter" "filter_heal"
"weaponid" "1699816" "weaponid" "1699816"
"buttonid" "1699677" "buttonid" "1699677"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"5" "5"
{ {
"name" "Wind" "name" "Wind"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "filter_wind" "filter" "filter_wind"
"weaponid" "1699673" "weaponid" "1699673"
"buttonid" "1699668" "buttonid" "1699668"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"6" "6"
{ {
"name" "Crystal" "name" "Crystal"
"short" "Crystal" "short" "Crystal"
"color" "00FF00" "color" "00FF00"
"filter" "crystal_pistol" "filter" "crystal_pistol"
"weaponid" "1677880" "weaponid" "1677880"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

264
entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg Executable file → Normal file
View File

@ -3,169 +3,169 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal Magick" "name" "Heal Magick"
"short" "Heal" "short" "Heal"
"color" "F55884" "color" "F55884"
"filter" "Heal_Owner" "filter" "Heal_Owner"
"weaponid" "1841349" "weaponid" "1841349"
"buttonid" "1841424" "buttonid" "1841424"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"1" "1"
{ {
"name" "Wind Magick" "name" "Wind Magick"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "Wind_Owner" "filter" "Wind_Owner"
"weaponid" "1841928" "weaponid" "1841928"
"buttonid" "1841930" "buttonid" "1841930"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"2" "2"
{ {
"name" "Dark Magick" "name" "Dark Magick"
"short" "Dark" "short" "Dark"
"color" "8B689F" "color" "8B689F"
"filter" "Darkaga_Owner" "filter" "Darkaga_Owner"
"weaponid" "1841846" "weaponid" "1841846"
"buttonid" "1841848" "buttonid" "1841848"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"3" "3"
{ {
"name" "Ice Magick" "name" "Ice Magick"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "Blizzard_Owner" "filter" "Blizzard_Owner"
"weaponid" "1841762" "weaponid" "1841762"
"buttonid" "1841766" "buttonid" "1841766"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"4" "4"
{ {
"name" "Electro Magick" "name" "Electro Magick"
"short" "Electro" "short" "Electro"
"color" "BCCD00" "color" "BCCD00"
"filter" "Electro_Owner" "filter" "Electro_Owner"
"weaponid" "1841678" "weaponid" "1841678"
"buttonid" "1841751" "buttonid" "1841751"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"5" "5"
{ {
"name" "Fire Magick" "name" "Fire Magick"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Fire_Owner" "filter" "Fire_Owner"
"weaponid" "1841431" "weaponid" "1841431"
"buttonid" "1841435" "buttonid" "1841435"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"6" "6"
{ {
"name" "Berserk Magick" "name" "Berserk Magick"
"short" "Berserk" "short" "Berserk"
"color" "FF8000" "color" "FF8000"
"filter" "Berserk_Owner" "filter" "Berserk_Owner"
"weaponid" "3764112" "weaponid" "3764112"
"buttonid" "3764040" "buttonid" "3764040"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"7" "7"
{ {
"name" "[ZM] Warp Magick" "name" "[ZM] Warp Magick"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "FF00FF" "color" "FF00FF"
"filter" "Warp_Z_Owner" "filter" "Warp_Z_Owner"
"weaponid" "1871651" "weaponid" "1871651"
"buttonid" "1871580" "buttonid" "1871580"
"triggerid" "1871583" "triggerid" "1871583"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"8" "8"
{ {
"name" "[ZM] Dark Magick" "name" "[ZM] Dark Magick"
"short" "[ZM] Dark" "short" "[ZM] Dark"
"color" "8B689F" "color" "8B689F"
"filter" "Darkaga_Z_Owner" "filter" "Darkaga_Z_Owner"
"weaponid" "1871410" "weaponid" "1871410"
"buttonid" "1871339" "buttonid" "1871339"
"triggerid" "1871407" "triggerid" "1871407"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"9" "9"
{ {
"name" "[ZM] Fire Magick" "name" "[ZM] Fire Magick"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Fire_Z_Owner" "filter" "Fire_Z_Owner"
"weaponid" "1870326" "weaponid" "1870326"
"buttonid" "1870328" "buttonid" "1870328"
"triggerid" "1870323" "triggerid" "1870323"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"10" "10"
{ {
"name" "[ZM] Heal Magick" "name" "[ZM] Heal Magick"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Heal_Z_Owner" "filter" "Heal_Z_Owner"
"weaponid" "1869948" "weaponid" "1869948"
"buttonid" "1869880" "buttonid" "1869880"
"triggerid" "1869877" "triggerid" "1869877"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

View File

@ -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"
}
}

View File

@ -3,233 +3,233 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Ice Magick" "name" "Ice Magick"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "" "filter" ""
"weaponid" "2511987" "weaponid" "2511987"
"buttonid" "2511991" "buttonid" "2511991"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Heal Magick" "name" "Heal Magick"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "2511901" "weaponid" "2511901"
"buttonid" "2511898" "buttonid" "2511898"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"2" "2"
{ {
"name" "Fire Magick" "name" "Fire Magick"
"short" "Fire" "short" "Fire"
"color" "FF8000" "color" "FF8000"
"filter" "" "filter" ""
"weaponid" "2511907" "weaponid" "2511907"
"buttonid" "2511911" "buttonid" "2511911"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Poison Magick" "name" "Poison Magick"
"short" "Poison" "short" "Poison"
"color" "40FF80" "color" "40FF80"
"filter" "" "filter" ""
"weaponid" "2512074" "weaponid" "2512074"
"buttonid" "2512063" "buttonid" "2512063"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Wind Magick" "name" "Wind Magick"
"short" "Wind" "short" "Wind"
"color" "00B400" "color" "00B400"
"filter" "" "filter" ""
"weaponid" "2512217" "weaponid" "2512217"
"buttonid" "2512214" "buttonid" "2512214"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
// Human - Potions // Human - Potions
"5" "5"
{ {
"name" "HP Potion" "name" "HP Potion"
"short" "HP Potion" "short" "HP Potion"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2512545" "weaponid" "2512545"
"buttonid" "2512547" "buttonid" "2512547"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "HI Potion" "name" "HI Potion"
"short" "HI Potion" "short" "HI Potion"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2512687" "weaponid" "2512687"
"buttonid" "2512617" "buttonid" "2512617"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Ammo Potion" "name" "Ammo Potion"
"short" "Ammo Potion" "short" "Ammo Potion"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2512759" "weaponid" "2512759"
"buttonid" "2512689" "buttonid" "2512689"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Speed Potion" "name" "Speed Potion"
"short" "Speed Potion" "short" "Speed Potion"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2512831" "weaponid" "2512831"
"buttonid" "2512761" "buttonid" "2512761"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Holy Potion" "name" "Holy Potion"
"short" "Holy Potion" "short" "Holy Potion"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2512903" "weaponid" "2512903"
"buttonid" "2512833" "buttonid" "2512833"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "14" "cooldown" "14"
} }
// Human - Esper // Human - Esper
"10" "10"
{ {
"name" "Esper Mateus" "name" "Esper Mateus"
"short" "Esper" "short" "Esper"
"color" "00BFFF" "color" "00BFFF"
"filter" "" "filter" ""
"weaponid" "2513397" "weaponid" "2513397"
"buttonid" "2513401" "buttonid" "2513401"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "10" "cooldown" "10"
} }
// Zombie - Items // Zombie - Items
"11" "11"
{ {
"name" "[ZM] Warp Magick" "name" "[ZM] Warp Magick"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2511649" "weaponid" "2511649"
"buttonid" "2511578" "buttonid" "2511578"
"triggerid" "2511646" "triggerid" "2511646"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"12" "12"
{ {
"name" "[ZM] Lure Magick" "name" "[ZM] Lure Magick"
"short" "[ZM] Lure" "short" "[ZM] Lure"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2511748" "weaponid" "2511748"
"buttonid" "2511745" "buttonid" "2511745"
"triggerid" "2511750" "triggerid" "2511750"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "85" "cooldown" "85"
} }
"13" "13"
{ {
"name" "[ZM] Fire Magick" "name" "[ZM] Fire Magick"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2512450" "weaponid" "2512450"
"buttonid" "2512438" "buttonid" "2512438"
"triggerid" "2512447" "triggerid" "2512447"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"14" "14"
{ {
"name" "[ZM] Frost Magick" "name" "[ZM] Frost Magick"
"short" "[ZM] Frost" "short" "[ZM] Frost"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2512303" "weaponid" "2512303"
"buttonid" "2512291" "buttonid" "2512291"
"triggerid" "2512300" "triggerid" "2512300"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
} }

View File

@ -3,170 +3,170 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal Magick" "name" "Heal Magick"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Heal_Owner" "filter" "Heal_Owner"
"weaponid" "29413" "weaponid" "29413"
"buttonid" "29484" "buttonid" "29484"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Wind Magick" "name" "Wind Magick"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "Wind_Owner" "filter" "Wind_Owner"
"weaponid" "29972" "weaponid" "29972"
"buttonid" "29974" "buttonid" "29974"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Dark Magick" "name" "Dark Magick"
"short" "Dark" "short" "Dark"
"color" "8B689F" "color" "8B689F"
"filter" "Darkaga_Owner" "filter" "Darkaga_Owner"
"weaponid" "29894" "weaponid" "29894"
"buttonid" "29896" "buttonid" "29896"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"3" "3"
{ {
"name" "Ice Magick" "name" "Ice Magick"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "Blizzard_Owner" "filter" "Blizzard_Owner"
"weaponid" "29814" "weaponid" "29814"
"buttonid" "29818" "buttonid" "29818"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"4" "4"
{ {
"name" "Electro Magick" "name" "Electro Magick"
"short" "Electro" "short" "Electro"
"color" "BCCD00" "color" "BCCD00"
"filter" "Electro_Owner" "filter" "Electro_Owner"
"weaponid" "29734" "weaponid" "29734"
"buttonid" "29803" "buttonid" "29803"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Fire Magick" "name" "Fire Magick"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Fire_Owner" "filter" "Fire_Owner"
"weaponid" "29491" "weaponid" "29491"
"buttonid" "29495" "buttonid" "29495"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Ultima Sword" "name" "Ultima Sword"
"short" "Ultima" "short" "Ultima"
"color" "EFFF16" "color" "EFFF16"
"filter" "Berserk_Owner" "filter" "Berserk_Owner"
"weaponid" "36679" "weaponid" "36679"
"buttonid" "36607" "buttonid" "36607"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"7" "7"
{ {
"name" "[ZM] Warp Magick" "name" "[ZM] Warp Magick"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "FF7700" "color" "FF7700"
"filter" "Warp_Z_Owner" "filter" "Warp_Z_Owner"
"weaponid" "30795" "weaponid" "30795"
"buttonid" "30724" "buttonid" "30724"
"triggerid" "30727" "triggerid" "30727"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"8" "8"
{ {
"name" "[ZM] Dark Magick" "name" "[ZM] Dark Magick"
"short" "[ZM] Dark" "short" "[ZM] Dark"
"color" "8B689F" "color" "8B689F"
"filter" "Darkaga_Z_Owner" "filter" "Darkaga_Z_Owner"
"weaponid" "30712" "weaponid" "30712"
"buttonid" "30641" "buttonid" "30641"
"triggerid" "30709" "triggerid" "30709"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"9" "9"
{ {
"name" "[ZM] Fire Magick" "name" "[ZM] Fire Magick"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "FF7700" "color" "FF7700"
"filter" "Fire_Z_Owner" "filter" "Fire_Z_Owner"
"weaponid" "30486" "weaponid" "30486"
"buttonid" "30488" "buttonid" "30488"
"triggerid" "30483" "triggerid" "30483"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"10" "10"
{ {
"name" "[ZM] Heal Magick" "name" "[ZM] Heal Magick"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "8B689F" "color" "8B689F"
"filter" "Heal_Z_Owner" "filter" "Heal_Z_Owner"
"weaponid" "30269" "weaponid" "30269"
"buttonid" "30201" "buttonid" "30201"
"triggerid" "30198" "triggerid" "30198"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
} }

192
entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg Executable file → Normal file
View File

@ -3,122 +3,122 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Wind Magic" "name" "Wind Magic"
"short" "Wind" "short" "Wind"
"color" "00FF00" "color" "00FF00"
"filter" "target_wind" "filter" "target_wind"
"weaponid" "84865" "weaponid" "84865"
"buttonid" "84862" "buttonid" "84862"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"1" "1"
{ {
"name" "Ice Magic" "name" "Ice Magic"
"short" "Ice" "short" "Ice"
"color" "0814FF" "color" "0814FF"
"filter" "target_ice" "filter" "target_ice"
"weaponid" "575922" "weaponid" "575922"
"buttonid" "575926" "buttonid" "575926"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Heal Magic" "name" "Heal Magic"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "target_heal" "filter" "target_heal"
"weaponid" "83068" "weaponid" "83068"
"buttonid" "83000" "buttonid" "83000"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"3" "3"
{ {
"name" "Earth Magic" "name" "Earth Magic"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "target_earth" "filter" "target_earth"
"weaponid" "430688" "weaponid" "430688"
"buttonid" "430690" "buttonid" "430690"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"4" "4"
{ {
"name" "Fire Magic" "name" "Fire Magic"
"short" "Fire" "short" "Fire"
"color" "FF7300" "color" "FF7300"
"filter" "target_fire" "filter" "target_fire"
"weaponid" "83760" "weaponid" "83760"
"buttonid" "83762" "buttonid" "83762"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"5" "5"
{ {
"name" "Holy Magic" "name" "Holy Magic"
"short" "Holy" "short" "Holy"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "target_holy" "filter" "target_holy"
"weaponid" "87311" "weaponid" "87311"
"buttonid" "87586" "buttonid" "87586"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "20" "cooldown" "20"
} }
"6" "6"
{ {
"name" "Chocobo" "name" "Chocobo"
"short" "Chocobo" "short" "Chocobo"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "133419" "weaponid" "133419"
"buttonid" "241297" "buttonid" "241297"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"7" "7"
{ {
"name" "Chocobo" "name" "Chocobo"
"short" "Chocobo" "short" "Chocobo"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "430758" "weaponid" "430758"
"buttonid" "430751" "buttonid" "430751"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

360
entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg Executable file → Normal file
View File

@ -3,231 +3,231 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Wind Staff" "name" "Wind Staff"
"short" "Wind" "short" "Wind"
"color" "00FF00" "color" "00FF00"
"filter" "windcaster" "filter" "windcaster"
"weaponid" "476266" "weaponid" "476266"
"buttonid" "475368" "buttonid" "475368"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"1" "1"
{ {
"name" "Water Staff" "name" "Water Staff"
"short" "Water" "short" "Water"
"color" "0814FF" "color" "0814FF"
"filter" "watercaster" "filter" "watercaster"
"weaponid" "476264" "weaponid" "476264"
"buttonid" "475300" "buttonid" "475300"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"2" "2"
{ {
"name" "Heal Staff" "name" "Heal Staff"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "healcaster" "filter" "healcaster"
"weaponid" "476258" "weaponid" "476258"
"buttonid" "475572" "buttonid" "475572"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"3" "3"
{ {
"name" "Electro Staff" "name" "Electro Staff"
"short" "Electro" "short" "Electro"
"color" "FFFF00" "color" "FFFF00"
"filter" "electrocaster" "filter" "electrocaster"
"weaponid" "476260" "weaponid" "476260"
"buttonid" "475504" "buttonid" "475504"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"4" "4"
{ {
"name" "Earth Staff" "name" "Earth Staff"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "earthcaster" "filter" "earthcaster"
"weaponid" "476268" "weaponid" "476268"
"buttonid" "475708" "buttonid" "475708"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"5" "5"
{ {
"name" "Fire Staff" "name" "Fire Staff"
"short" "Fire" "short" "Fire"
"color" "FF7300" "color" "FF7300"
"filter" "firecaster" "filter" "firecaster"
"weaponid" "695050" "weaponid" "695050"
"buttonid" "695052" "buttonid" "695052"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"6" "6"
{ {
"name" "Holy Staff" "name" "Holy Staff"
"short" "Holy" "short" "Holy"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "holycaster" "filter" "holycaster"
"weaponid" "476256" "weaponid" "476256"
"buttonid" "475640" "buttonid" "475640"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "20" "cooldown" "20"
} }
// Human - Specials // Human - Specials
"7" "7"
{ {
"name" "Ashe Cloak" "name" "Ashe Cloak"
"short" "Ashe" "short" "Ashe"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "777862" "weaponid" "777862"
"buttonid" "0" "buttonid" "0"
"triggerid" "777859" "triggerid" "777859"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Balthier Cloak" "name" "Balthier Cloak"
"short" "Balthier" "short" "Balthier"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "796352" "weaponid" "796352"
"buttonid" "0" "buttonid" "0"
"triggerid" "796354" "triggerid" "796354"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Basch Cloak" "name" "Basch Cloak"
"short" "Basch" "short" "Basch"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "777766" "weaponid" "777766"
"buttonid" "0" "buttonid" "0"
"triggerid" "777763" "triggerid" "777763"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"10" "10"
{ {
"name" "[ZM] Warp" "name" "[ZM] Warp"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "FF0000" "color" "FF0000"
"filter" "warpcaster" "filter" "warpcaster"
"weaponid" "476523" "weaponid" "476523"
"buttonid" "476520" "buttonid" "476520"
"triggerid" "476525" "triggerid" "476525"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
"11" "11"
{ {
"name" "[ZM] Lure" "name" "[ZM] Lure"
"short" "[ZM] Lure" "short" "[ZM] Lure"
"color" "FF0000" "color" "FF0000"
"filter" "lurecaster" "filter" "lurecaster"
"weaponid" "476278" "weaponid" "476278"
"buttonid" "476345" "buttonid" "476345"
"triggerid" "476348" "triggerid" "476348"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
"12" "12"
{ {
"name" "[ZM] Blind" "name" "[ZM] Blind"
"short" "[ZM] Blind" "short" "[ZM] Blind"
"color" "FF0000" "color" "FF0000"
"filter" "blindcaster" "filter" "blindcaster"
"weaponid" "476360" "weaponid" "476360"
"buttonid" "476357" "buttonid" "476357"
"triggerid" "476362" "triggerid" "476362"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
"13" "13"
{ {
"name" "[ZM] Chocobo" "name" "[ZM] Chocobo"
"short" "[ZM] Chocobo" "short" "[ZM] Chocobo"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "795408" "weaponid" "795408"
"buttonid" "0" "buttonid" "0"
"triggerid" "795568" "triggerid" "795568"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "[ZM] Chocobo" "name" "[ZM] Chocobo"
"short" "[ZM] Chocobo" "short" "[ZM] Chocobo"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "795464" "weaponid" "795464"
"buttonid" "0" "buttonid" "0"
"triggerid" "795580" "triggerid" "795580"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

384
entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg Executable file → Normal file
View File

@ -3,246 +3,246 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Wind Staff" "name" "Wind Staff"
"short" "Wind" "short" "Wind"
"color" "04B404" "color" "04B404"
"filter" "Player_Staff_Wind" "filter" "Player_Staff_Wind"
"weaponid" "474260" "weaponid" "474260"
"buttonid" "474253" "buttonid" "474253"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"1" "1"
{ {
"name" "Water Staff" "name" "Water Staff"
"short" "Water" "short" "Water"
"color" "0814FF" "color" "0814FF"
"filter" "Player_Staff_Water" "filter" "Player_Staff_Water"
"weaponid" "473926" "weaponid" "473926"
"buttonid" "473919" "buttonid" "473919"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Heal Staff" "name" "Heal Staff"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Player_Staff_Heal" "filter" "Player_Staff_Heal"
"weaponid" "474682" "weaponid" "474682"
"buttonid" "728802" "buttonid" "728802"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Electro Staff" "name" "Electro Staff"
"short" "Electro" "short" "Electro"
"color" "BCCD00" "color" "BCCD00"
"filter" "Player_Staff_Electro" "filter" "Player_Staff_Electro"
"weaponid" "474435" "weaponid" "474435"
"buttonid" "474422" "buttonid" "474422"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Earth Staff" "name" "Earth Staff"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "Player_Staff_Earth" "filter" "Player_Staff_Earth"
"weaponid" "474010" "weaponid" "474010"
"buttonid" "474081" "buttonid" "474081"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"5" "5"
{ {
"name" "Fire Staff" "name" "Fire Staff"
"short" "Fire" "short" "Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Staff_Fire" "filter" "Player_Staff_Fire"
"weaponid" "474249" "weaponid" "474249"
"buttonid" "474171" "buttonid" "474171"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Holy Staff" "name" "Holy Staff"
"short" "Holy" "short" "Holy"
"color" "A1A1A1" "color" "A1A1A1"
"filter" "Player_Staff_Holy" "filter" "Player_Staff_Holy"
"weaponid" "474103" "weaponid" "474103"
"buttonid" "474085" "buttonid" "474085"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "20" "cooldown" "20"
} }
// Human - Specials // Human - Specials
"7" "7"
{ {
"name" "Ashe Cloak" "name" "Ashe Cloak"
"short" "Ashe" "short" "Ashe"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "479440" "weaponid" "479440"
"buttonid" "0" "buttonid" "0"
"triggerid" "479437" "triggerid" "479437"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Vaan Cloak" "name" "Vaan Cloak"
"short" "Vaan" "short" "Vaan"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "479356" "weaponid" "479356"
"buttonid" "0" "buttonid" "0"
"triggerid" "479358" "triggerid" "479358"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Balthier Cloak" "name" "Balthier Cloak"
"short" "Balthier" "short" "Balthier"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "479085" "weaponid" "479085"
"buttonid" "0" "buttonid" "0"
"triggerid" "479082" "triggerid" "479082"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Basch Cloak" "name" "Basch Cloak"
"short" "Basch" "short" "Basch"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "478923" "weaponid" "478923"
"buttonid" "0" "buttonid" "0"
"triggerid" "478920" "triggerid" "478920"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"11" "11"
{ {
"name" "[ZM] Warp" "name" "[ZM] Warp"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "B40404" "color" "B40404"
"filter" "Player_Knife_Warp" "filter" "Player_Knife_Warp"
"weaponid" "473843" "weaponid" "473843"
"buttonid" "473845" "buttonid" "473845"
"triggerid" "473840" "triggerid" "473840"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"12" "12"
{ {
"name" "[ZM] Invisibility" "name" "[ZM] Invisibility"
"short" "[ZM] Invisibility" "short" "[ZM] Invisibility"
"color" "B40404" "color" "B40404"
"filter" "Player_Knife_Invis" "filter" "Player_Knife_Invis"
"weaponid" "474656" "weaponid" "474656"
"buttonid" "474588" "buttonid" "474588"
"triggerid" "474658" "triggerid" "474658"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"13" "13"
{ {
"name" "[ZM] Lure" "name" "[ZM] Lure"
"short" "[ZM] Lure" "short" "[ZM] Lure"
"color" "B40404" "color" "B40404"
"filter" "Player_Knife_Lure" "filter" "Player_Knife_Lure"
"weaponid" "474985" "weaponid" "474985"
"buttonid" "475056" "buttonid" "475056"
"triggerid" "474982" "triggerid" "474982"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"14" "14"
{ {
"name" "[ZM] Heal" "name" "[ZM] Heal"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "B40404" "color" "B40404"
"filter" "Player_Knife_Blind" "filter" "Player_Knife_Blind"
"weaponid" "475298" "weaponid" "475298"
"buttonid" "475300" "buttonid" "475300"
"triggerid" "475295" "triggerid" "475295"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"15" "15"
{ {
"name" "[ZM] Chocobo" "name" "[ZM] Chocobo"
"short" "[ZM] Chocobo" "short" "[ZM] Chocobo"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "1608309" "weaponid" "1608309"
"buttonid" "0" "buttonid" "0"
"triggerid" "1608306" "triggerid" "1608306"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,246 +3,246 @@
// Human - Items // Human - Items
"1" "1"
{ {
"name" "Water Staff" "name" "Water Staff"
"short" "Water" "short" "Water"
"color" "0000FF" "color" "0000FF"
"filter" "Player_Staff_Water" "filter" "Player_Staff_Water"
"weaponid" "2665857" "weaponid" "2665857"
"buttonid" "2665844" "buttonid" "2665844"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Fire Staff" "name" "Fire Staff"
"short" "Fire" "short" "Fire"
"color" "FF7300" "color" "FF7300"
"filter" "Player_Staff_Fire" "filter" "Player_Staff_Fire"
"weaponid" "2665939" "weaponid" "2665939"
"buttonid" "2666016" "buttonid" "2666016"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"3" "3"
{ {
"name" "Heal Staff" "name" "Heal Staff"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Player_Staff_Heal" "filter" "Player_Staff_Heal"
"weaponid" "2666175" "weaponid" "2666175"
"buttonid" "2666177" "buttonid" "2666177"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Earth Staff" "name" "Earth Staff"
"short" "Earth" "short" "Earth"
"color" "965F00" "color" "965F00"
"filter" "Player_Staff_Earth" "filter" "Player_Staff_Earth"
"weaponid" "2666253" "weaponid" "2666253"
"buttonid" "2665924" "buttonid" "2665924"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"5" "5"
{ {
"name" "Electro Staff" "name" "Electro Staff"
"short" "Electro" "short" "Electro"
"color" "FFFF00" "color" "FFFF00"
"filter" "Player_Staff_Electro" "filter" "Player_Staff_Electro"
"weaponid" "2666329" "weaponid" "2666329"
"buttonid" "2666341" "buttonid" "2666341"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"6" "6"
{ {
"name" "Wind Staff" "name" "Wind Staff"
"short" "Wind" "short" "Wind"
"color" "00FF00" "color" "00FF00"
"filter" "Player_Staff_Wind" "filter" "Player_Staff_Wind"
"weaponid" "2666416" "weaponid" "2666416"
"buttonid" "2666409" "buttonid" "2666409"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"7" "7"
{ {
"name" "Holy Staff" "name" "Holy Staff"
"short" "Holy" "short" "Holy"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Player_Staff_Holy" "filter" "Player_Staff_Holy"
"weaponid" "2666037" "weaponid" "2666037"
"buttonid" "2666019" "buttonid" "2666019"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
// Human - Misc // Human - Misc
"8" "8"
{ {
"name" "Solo Winner" "name" "Solo Winner"
"short" "Solo Winner" "short" "Solo Winner"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4270237" "weaponid" "4270237"
"buttonid" "4270234" "buttonid" "4270234"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"9" "9"
{ {
"name" "[ZM] Lure" "name" "[ZM] Lure"
"short" "[ZM] Lure" "short" "[ZM] Lure"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Lure" "filter" "Player_Knife_Lure"
"weaponid" "2665489" "weaponid" "2665489"
"buttonid" "2665560" "buttonid" "2665560"
"triggerid" "2667155" "triggerid" "2667155"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"10" "10"
{ {
"name" "[ZM] Blind" "name" "[ZM] Blind"
"short" "[ZM] Blind" "short" "[ZM] Blind"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Blind" "filter" "Player_Knife_Blind"
"weaponid" "2665770" "weaponid" "2665770"
"buttonid" "2665772" "buttonid" "2665772"
"triggerid" "2667152" "triggerid" "2667152"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"11" "11"
{ {
"name" "[ZM] Warp" "name" "[ZM] Warp"
"short" "[ZM] Warp" "short" "[ZM] Warp"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Warp" "filter" "Player_Knife_Warp"
"weaponid" "2666579" "weaponid" "2666579"
"buttonid" "2666581" "buttonid" "2666581"
"triggerid" "2667149" "triggerid" "2667149"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"12" "12"
{ {
"name" "[ZM] Invisibility" "name" "[ZM] Invisibility"
"short" "[ZM] Invisibility" "short" "[ZM] Invisibility"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Invis" "filter" "Player_Knife_Invis"
"weaponid" "2666721" "weaponid" "2666721"
"buttonid" "2666653" "buttonid" "2666653"
"triggerid" "2666723" "triggerid" "2666723"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"13" "13"
{ {
"name" "[ZM] Shield" "name" "[ZM] Shield"
"short" "[ZM] Shield" "short" "[ZM] Shield"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Shield" "filter" "Player_Knife_Shield"
"weaponid" "2666977" "weaponid" "2666977"
"buttonid" "2666981" "buttonid" "2666981"
"triggerid" "2666974" "triggerid" "2666974"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"14" "14"
{ {
"name" "[ZM] Heal" "name" "[ZM] Heal"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Heal" "filter" "Player_Knife_Heal"
"weaponid" "2667303" "weaponid" "2667303"
"buttonid" "2667229" "buttonid" "2667229"
"triggerid" "2667226" "triggerid" "2667226"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"15" "15"
{ {
"name" "[ZM] Fire" "name" "[ZM] Fire"
"short" "[ZM] Fire" "short" "[ZM] Fire"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Fire" "filter" "Player_Knife_Fire"
"weaponid" "2708384" "weaponid" "2708384"
"buttonid" "2708251" "buttonid" "2708251"
"triggerid" "2708528" "triggerid" "2708528"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
"16" "16"
{ {
"name" "[ZM] Frost" "name" "[ZM] Frost"
"short" "[ZM] Frost" "short" "[ZM] Frost"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Knife_Frost" "filter" "Player_Knife_Frost"
"weaponid" "2708451" "weaponid" "2708451"
"buttonid" "2708520" "buttonid" "2708520"
"triggerid" "2708525" "triggerid" "2708525"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "80"
} }
} }

View File

@ -3,124 +3,124 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Limit Break" "name" "Limit Break"
"short" "Limit Break" "short" "Limit Break"
"color" "FFFFE0" "color" "FFFFE0"
"filter" "limit_filter" "filter" "limit_filter"
"weaponid" "190185" "weaponid" "190185"
"buttonid" "190193" "buttonid" "190193"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Mount Nightmare" "name" "Mount Nightmare"
"short" "Mount Nightmare" "short" "Mount Nightmare"
"color" "3EFF3E" "color" "3EFF3E"
"filter" "nightmare_filter" "filter" "nightmare_filter"
"weaponid" "122252" "weaponid" "122252"
"buttonid" "122257" "buttonid" "122257"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Summoner Shadow Flare" "name" "Summoner Shadow Flare"
"short" "Summoner Shadow Flare" "short" "Summoner Shadow Flare"
"color" "ADD8E6" "color" "ADD8E6"
"filter" "shadowflare_filter" "filter" "shadowflare_filter"
"weaponid" "122287" "weaponid" "122287"
"buttonid" "122289" "buttonid" "122289"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"3" "3"
{ {
"name" "Paladin Shield Oath" "name" "Paladin Shield Oath"
"short" "Paladin Shield Oath" "short" "Paladin Shield Oath"
"color" "FF8C00" "color" "FF8C00"
"filter" "shield_Filter" "filter" "shield_Filter"
"weaponid" "122360" "weaponid" "122360"
"buttonid" "122370" "buttonid" "122370"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "80" "cooldown" "80"
} }
"4" "4"
{ {
"name" "White Mage Benediction" "name" "White Mage Benediction"
"short" "White Mage Benediction" "short" "White Mage Benediction"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "benediction_filter" "filter" "benediction_filter"
"weaponid" "122408" "weaponid" "122408"
"buttonid" "122405" "buttonid" "122405"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "150" "cooldown" "150"
} }
"5" "5"
{ {
"name" "Black Mage Flare" "name" "Black Mage Flare"
"short" "Black Mage Flare" "short" "Black Mage Flare"
"color" "FF4040" "color" "FF4040"
"filter" "flare_filter" "filter" "flare_filter"
"weaponid" "122422" "weaponid" "122422"
"buttonid" "122433" "buttonid" "122433"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"6" "6"
{ {
"name" "Bird Armys Paeon" "name" "Bird Armys Paeon"
"short" "Bird Armys Paeon" "short" "Bird Armys Paeon"
"color" "FFA500" "color" "FFA500"
"filter" "armys_filter" "filter" "armys_filter"
"weaponid" "122443" "weaponid" "122443"
"buttonid" "122445" "buttonid" "122445"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
// Zombie - Items // Zombie - Items
"7" "7"
{ {
"name" "Holm Gang" "name" "Holm Gang"
"short" "Holm Gang" "short" "Holm Gang"
"color" "FF0000" "color" "FF0000"
"filter" "holmgang_filter" "filter" "holmgang_filter"
"weaponid" "392538" "weaponid" "392538"
"buttonid" "392535" "buttonid" "392535"
"triggerid" "401536" "triggerid" "401536"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "95" "cooldown" "95"
} }
} }

View File

@ -3,279 +3,279 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Blizzard Element" "name" "Blizzard Element"
"short" "Blizzard" "short" "Blizzard"
"color" "00FFFF" "color" "00FFFF"
"filter" "Player_Human_Blizzard" "filter" "Player_Human_Blizzard"
"weaponid" "6008547" "weaponid" "6008547"
"buttonid" "6008549" "buttonid" "6008549"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Heal Element" "name" "Heal Element"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Player_Human_Heal" "filter" "Player_Human_Heal"
"weaponid" "6008852" "weaponid" "6008852"
"buttonid" "6008856" "buttonid" "6008856"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Thunder Element" "name" "Thunder Element"
"short" "Thunder" "short" "Thunder"
"color" "8000FF" "color" "8000FF"
"filter" "Player_Human_Thunder" "filter" "Player_Human_Thunder"
"weaponid" "6008559" "weaponid" "6008559"
"buttonid" "6008552" "buttonid" "6008552"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Potions // Human - Potions
"3" "3"
{ {
"name" "Damage Potion" "name" "Damage Potion"
"short" "Damage" "short" "Damage"
"color" "0080FF" "color" "0080FF"
"filter" "Player_Human_Damage" "filter" "Player_Human_Damage"
"weaponid" "6008493" "weaponid" "6008493"
"buttonid" "6008490" "buttonid" "6008490"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "6" "cooldown" "6"
} }
"4" "4"
{ {
"name" "Poison Potion" "name" "Poison Potion"
"short" "Poison" "short" "Poison"
"color" "00FF00" "color" "00FF00"
"filter" "Player_Human_Poison" "filter" "Player_Human_Poison"
"weaponid" "6008485" "weaponid" "6008485"
"buttonid" "6008487" "buttonid" "6008487"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "6" "cooldown" "6"
} }
// Human - Misc // Human - Misc
"5" "5"
{ {
"name" "Lalafell" "name" "Lalafell"
"short" "Lalafell" "short" "Lalafell"
"color" "FFFF00" "color" "FFFF00"
"filter" "" "filter" ""
"weaponid" "6007050" "weaponid" "6007050"
"buttonid" "0" "buttonid" "0"
"triggerid" "6007052" "triggerid" "6007052"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Knight Sword" "name" "Knight Sword"
"short" "Knight" "short" "Knight"
"color" "79DBFF" "color" "79DBFF"
"filter" "Player_Human_Knight" "filter" "Player_Human_Knight"
"weaponid" "6008466" "weaponid" "6008466"
"buttonid" "6008468" "buttonid" "6008468"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Oath Element" "name" "Oath Element"
"short" "Oath" "short" "Oath"
"color" "FFFF80" "color" "FFFF80"
"filter" "Player_Human_Oath" "filter" "Player_Human_Oath"
"weaponid" "6006844" "weaponid" "6006844"
"buttonid" "6006839" "buttonid" "6006839"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "80" "cooldown" "80"
} }
"8" "8"
{ {
"name" "Bahamut Summon" "name" "Bahamut Summon"
"short" "Bahamut" "short" "Bahamut"
"color" "6F6F6F" "color" "6F6F6F"
"filter" "Player_Human_Bahamut" "filter" "Player_Human_Bahamut"
"weaponid" "6006269" "weaponid" "6006269"
"buttonid" "6006273" "buttonid" "6006273"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "30" "cooldown" "30"
} }
// Zombie - Items // Zombie - Items
"9" "9"
{ {
"name" "[ZM] Gravity" "name" "[ZM] Gravity"
"short" "[ZM] Gravity" "short" "[ZM] Gravity"
"color" "8000FF" "color" "8000FF"
"filter" "Player_Zombie_Gravity" "filter" "Player_Zombie_Gravity"
"weaponid" "6007303" "weaponid" "6007303"
"buttonid" "6007295" "buttonid" "6007295"
"triggerid" "6007300" "triggerid" "6007300"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"10" "10"
{ {
"name" "[ZM] Heal" "name" "[ZM] Heal"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Player_Zombie_Heal" "filter" "Player_Zombie_Heal"
"weaponid" "6008042" "weaponid" "6008042"
"buttonid" "6008034" "buttonid" "6008034"
"triggerid" "6008039" "triggerid" "6008039"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"11" "11"
{ {
"name" "[ZM] Ice" "name" "[ZM] Ice"
"short" "[ZM] Ice" "short" "[ZM] Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "Player_Zombie_Ice" "filter" "Player_Zombie_Ice"
"weaponid" "6008636" "weaponid" "6008636"
"buttonid" "6008638" "buttonid" "6008638"
"triggerid" "6008643" "triggerid" "6008643"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "50" "cooldown" "50"
} }
"12" "12"
{ {
"name" "[ZM] Malefic" "name" "[ZM] Malefic"
"short" "[ZM] Malefic" "short" "[ZM] Malefic"
"color" "00FFFF" "color" "00FFFF"
"filter" "Player_Zombie_Malefic" "filter" "Player_Zombie_Malefic"
"weaponid" "6008053" "weaponid" "6008053"
"buttonid" "6008047" "buttonid" "6008047"
"triggerid" "6008050" "triggerid" "6008050"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"13" "13"
{ {
"name" "[ZM] Seymour Natus" "name" "[ZM] Seymour Natus"
"short" "[ZM] Seymour" "short" "[ZM] Seymour"
"color" "8000FF" "color" "8000FF"
"filter" "Player_Zombie_Seymour" "filter" "Player_Zombie_Seymour"
"weaponid" "6006573" "weaponid" "6006573"
"buttonid" "6006503" "buttonid" "6006503"
"triggerid" "6006575" "triggerid" "6006575"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "20" "cooldown" "20"
} }
"14" "14"
{ {
"name" "[ZM] Bahamut Wing" "name" "[ZM] Bahamut Wing"
"short" "[ZM] Bahamut" "short" "[ZM] Bahamut"
"color" "00FFFF" "color" "00FFFF"
"filter" "Player_Zombie_Bahamut" "filter" "Player_Zombie_Bahamut"
"weaponid" "6006090" "weaponid" "6006090"
"buttonid" "6006094" "buttonid" "6006094"
"triggerid" "6006087" "triggerid" "6006087"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "[ZM] Vyraal" "name" "[ZM] Vyraal"
"short" "[ZM] Vyraal" "short" "[ZM] Vyraal"
"color" "C0C0C0" "color" "C0C0C0"
"filter" "Player_Zombie_Vyraal" "filter" "Player_Zombie_Vyraal"
"weaponid" "6006814" "weaponid" "6006814"
"buttonid" "6006821" "buttonid" "6006821"
"triggerid" "6006816" "triggerid" "6006816"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "[ZM] Alteci" "name" "[ZM] Alteci"
"short" "[ZM] Alteci" "short" "[ZM] Alteci"
"color" "C0C0C0" "color" "C0C0C0"
"filter" "Player_Zombie_Alteci" "filter" "Player_Zombie_Alteci"
"weaponid" "6007341" "weaponid" "6007341"
"buttonid" "0" "buttonid" "0"
"triggerid" "6007338" "triggerid" "6007338"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "[ZM] Garuda" "name" "[ZM] Garuda"
"short" "[ZM] Garuda" "short" "[ZM] Garuda"
"color" "F06E00" "color" "F06E00"
"filter" "Player_Zombie_Garuda" "filter" "Player_Zombie_Garuda"
"weaponid" "6007281" "weaponid" "6007281"
"buttonid" "0" "buttonid" "0"
"triggerid" "6007278" "triggerid" "6007278"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

216
entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg Executable file → Normal file
View File

@ -3,139 +3,139 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Fire" "name" "Fire"
"short" "Fire" "short" "Fire"
"color" "FFAA00" "color" "FFAA00"
"filter" "Player_Fire" "filter" "Player_Fire"
"weaponid" "801772" "weaponid" "801772"
"buttonid" "801774" "buttonid" "801774"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Lightning" "name" "Lightning"
"short" "Lightning" "short" "Lightning"
"color" "F3FF33" "color" "F3FF33"
"filter" "Player_Lightning" "filter" "Player_Lightning"
"weaponid" "801947" "weaponid" "801947"
"buttonid" "801949" "buttonid" "801949"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Dark Bomb" "name" "Dark Bomb"
"short" "Shadow" "short" "Shadow"
"color" "412A42" "color" "412A42"
"filter" "Player_Shadow" "filter" "Player_Shadow"
"weaponid" "802173" "weaponid" "802173"
"buttonid" "802175" "buttonid" "802175"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Ice" "name" "Ice"
"short" "Ice" "short" "Ice"
"color" "06F0FF" "color" "06F0FF"
"filter" "Player_Ice" "filter" "Player_Ice"
"weaponid" "801760" "weaponid" "801760"
"buttonid" "801762" "buttonid" "801762"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Cure" "name" "Cure"
"short" "Cure" "short" "Cure"
"color" "F9FF98" "color" "F9FF98"
"filter" "Player_Cure" "filter" "Player_Cure"
"weaponid" "801860" "weaponid" "801860"
"buttonid" "802352" "buttonid" "802352"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Haste" "name" "Haste"
"short" "Haste" "short" "Haste"
"color" "FF0000" "color" "FF0000"
"filter" "Player_Haste" "filter" "Player_Haste"
"weaponid" "801780" "weaponid" "801780"
"buttonid" "801777" "buttonid" "801777"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"6" "6"
{ {
"name" "Recuperate" "name" "Recuperate"
"short" "ZM Heal" "short" "ZM Heal"
"color" "136F17" "color" "136F17"
"filter" "Player_Recuperate" "filter" "Player_Recuperate"
"weaponid" "809148" "weaponid" "809148"
"buttonid" "809219" "buttonid" "809219"
"triggerid" "809143" "triggerid" "809143"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"7" "7"
{ {
"name" "Lock All" "name" "Lock All"
"short" "ZM Lock" "short" "ZM Lock"
"color" "A5A5A5" "color" "A5A5A5"
"filter" "Player_Lockall" "filter" "Player_Lockall"
"weaponid" "801627" "weaponid" "801627"
"buttonid" "801632" "buttonid" "801632"
"triggerid" "801629" "triggerid" "801629"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"8" "8"
{ {
"name" "R-Series Robot" "name" "R-Series Robot"
"short" "ZM Robot" "short" "ZM Robot"
"color" "003865" "color" "003865"
"filter" "Player_RSeries" "filter" "Player_RSeries"
"weaponid" "1381607" "weaponid" "1381607"
"buttonid" "1381604" "buttonid" "1381604"
"triggerid" "1381609" "triggerid" "1381609"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

72
entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Monkey Bomb" "name" "Monkey Bomb"
"short" "Bomb" "short" "Bomb"
"color" "4C4CFF" "color" "4C4CFF"
"filter" "mine_filter" "filter" "mine_filter"
"weaponid" "1246980" "weaponid" "1246980"
"buttonid" "1318677" "buttonid" "1318677"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "4" "maxuses" "4"
"cooldown" "2" "cooldown" "2"
} }
"1" "1"
{ {
"name" "Push Gun" "name" "Push Gun"
"short" "Push Gun" "short" "Push Gun"
"color" "4C4CFF" "color" "4C4CFF"
"filter" "push_filter" "filter" "push_filter"
"weaponid" "1247066" "weaponid" "1247066"
"buttonid" "1372264" "buttonid" "1372264"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "30" "cooldown" "30"
} }
"2" "2"
{ {
"name" "Freeze Gun" "name" "Freeze Gun"
"short" "Freeze Gun" "short" "Freeze Gun"
"color" "4C4CFF" "color" "4C4CFF"
"filter" "freeze_filter" "filter" "freeze_filter"
"weaponid" "1247221" "weaponid" "1247221"
"buttonid" "1372425" "buttonid" "1372425"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "30" "cooldown" "30"
} }
} }

72
entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Burner Gun" "name" "Burner Gun"
"short" "Burner Gun" "short" "Burner Gun"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "116712" "weaponid" "116712"
"buttonid" "123327" "buttonid" "123327"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"1" "1"
{ {
"name" "Burner Gun" "name" "Burner Gun"
"short" "Burner Gun" "short" "Burner Gun"
"color" "00FF00" "color" "00FF00"
"filter" "" "filter" ""
"weaponid" "128073" "weaponid" "128073"
"buttonid" "128064" "buttonid" "128064"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "8" "cooldown" "8"
} }
"2" "2"
{ {
"name" "The Bow" "name" "The Bow"
"short" "The Bow" "short" "The Bow"
"color" "FF7F00" "color" "FF7F00"
"filter" "" "filter" ""
"weaponid" "124212" "weaponid" "124212"
"buttonid" "124209" "buttonid" "124209"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "8" "cooldown" "8"
} }
} }

144
entWatch4/configs/entwatch/ze_got_the_north_b4.cfg Executable file → Normal file
View File

@ -3,92 +3,92 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Axe" "name" "Axe"
"short" "Axe" "short" "Axe"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2973909" "weaponid" "2973909"
"buttonid" "0" "buttonid" "0"
"triggerid" "2973992" "triggerid" "2973992"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Sword" "name" "Sword"
"short" "Sword" "short" "Sword"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2973920" "weaponid" "2973920"
"buttonid" "0" "buttonid" "0"
"triggerid" "2974010" "triggerid" "2974010"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Bow" "name" "Bow"
"short" "Bow" "short" "Bow"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2973935" "weaponid" "2973935"
"buttonid" "0" "buttonid" "0"
"triggerid" "2974001" "triggerid" "2974001"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "0040FF" "color" "0040FF"
"filter" "Can_Use_Heal" "filter" "Can_Use_Heal"
"weaponid" "2976276" "weaponid" "2976276"
"buttonid" "2976278" "buttonid" "2976278"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Ammo" "name" "Ammo"
"short" "Ammo" "short" "Ammo"
"color" "0040FF" "color" "0040FF"
"filter" "Can_Use_Ammo" "filter" "Can_Use_Ammo"
"weaponid" "2976263" "weaponid" "2976263"
"buttonid" "2976195" "buttonid" "2976195"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Barricade" "name" "Barricade"
"short" "Barricade" "short" "Barricade"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "1688610" "weaponid" "1688610"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

96
entWatch4/configs/entwatch/ze_grau_s2.cfg Executable file → Normal file
View File

@ -3,79 +3,79 @@
// Zombie - Items // Zombie - Items
"0" "0"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item1_gr" "filter" "item1_gr"
"weaponid" "298159" "weaponid" "298159"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item2_gr" "filter" "item2_gr"
"weaponid" "298201" "weaponid" "298201"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item3_gr" "filter" "item3_gr"
"weaponid" "377002" "weaponid" "377002"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Triggers // Triggers
"3" "3"
{ {
"name" "Trigger 1" "name" "Trigger 1"
"triggerid" "377100" "triggerid" "377100"
} }
"4" "4"
{ {
"name" "Trigger 2" "name" "Trigger 2"
"triggerid" "377233" "triggerid" "377233"
} }
"5" "5"
{ {
"name" "Trigger 3" "name" "Trigger 3"
"triggerid" "299257" "triggerid" "299257"
} }
"6" "6"
{ {
"name" "Trigger 4" "name" "Trigger 4"
"triggerid" "299269" "triggerid" "299269"
} }
"7" "7"
{ {
"name" "Trigger 5" "name" "Trigger 5"
"triggerid" "299755" "triggerid" "299755"
} }
"8" "8"
{ {
"name" "Trigger 6" "name" "Trigger 6"
"triggerid" "299762" "triggerid" "299762"
} }
} }

96
entWatch4/configs/entwatch/ze_gris_fyk.cfg Executable file → Normal file
View File

@ -3,64 +3,64 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "638075" "weaponid" "638075"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"1" "1"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item1" "filter" "item1"
"weaponid" "1019078" "weaponid" "1019078"
"buttonid" "1019029" "buttonid" "1019029"
"triggerid" "938570" "triggerid" "938570"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item2" "filter" "item2"
"weaponid" "1021495" "weaponid" "1021495"
"buttonid" "0" "buttonid" "0"
"triggerid" "938581" "triggerid" "938581"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Item" "name" "Item"
"short" "Item" "short" "Item"
"color" "FF0000" "color" "FF0000"
"filter" "item3" "filter" "item3"
"weaponid" "1020939" "weaponid" "1020939"
"buttonid" "0" "buttonid" "0"
"triggerid" "936853" "triggerid" "936853"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

456
entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg Executable file → Normal file
View File

@ -2,287 +2,287 @@
{ {
"0" "0"
{ {
"name" "Incendio (FIRE)" "name" "Incendio (FIRE)"
"short" "Incendio" "short" "Incendio"
"color" "FF2828" "color" "FF2828"
"filter" "" "filter" ""
"weaponid" "8974097" "weaponid" "8974097"
"buttonid" "55406156" "buttonid" "55406156"
"triggerid" "59863086" "triggerid" "59863086"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Impedimenta (ICE)" "name" "Impedimenta (ICE)"
"short" "Impedimenta" "short" "Impedimenta"
"color" "7DBEFF" "color" "7DBEFF"
"filter" "" "filter" ""
"weaponid" "8975848" "weaponid" "8975848"
"buttonid" "55406167" "buttonid" "55406167"
"triggerid" "59863090" "triggerid" "59863090"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Flipendo (WIND)" "name" "Flipendo (WIND)"
"short" "Flipendo" "short" "Flipendo"
"color" "F4F4F4" "color" "F4F4F4"
"filter" "" "filter" ""
"weaponid" "8977321" "weaponid" "8977321"
"buttonid" "55406174" "buttonid" "55406174"
"triggerid" "59863094" "triggerid" "59863094"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Avada kedavra" "name" "Avada kedavra"
"short" "Avada kedavra" "short" "Avada kedavra"
"color" "FF8AFF" "color" "FF8AFF"
"filter" "" "filter" ""
"weaponid" "8977961" "weaponid" "8977961"
"buttonid" "55406177" "buttonid" "55406177"
"triggerid" "59863102" "triggerid" "59863102"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Reparo (HEAL)" "name" "Reparo (HEAL)"
"short" "Reparo" "short" "Reparo"
"color" "00DF00" "color" "00DF00"
"filter" "" "filter" ""
"weaponid" "8978959" "weaponid" "8978959"
"buttonid" "55406184" "buttonid" "55406184"
"triggerid" "59863110" "triggerid" "59863110"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Protego (WALL)" "name" "Protego (WALL)"
"short" "Protego" "short" "Protego"
"color" "E8E800" "color" "E8E800"
"filter" "" "filter" ""
"weaponid" "8979602" "weaponid" "8979602"
"buttonid" "55406191" "buttonid" "55406191"
"triggerid" "59863098" "triggerid" "59863098"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Accio (AMMO)" "name" "Accio (AMMO)"
"short" "Accio" "short" "Accio"
"color" "808000" "color" "808000"
"filter" "" "filter" ""
"weaponid" "17845448" "weaponid" "17845448"
"buttonid" "55406149" "buttonid" "55406149"
"triggerid" "59863114" "triggerid" "59863114"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Crucio (POISON)" "name" "Crucio (POISON)"
"short" "Crucio" "short" "Crucio"
"color" "FD7E00" "color" "FD7E00"
"filter" "" "filter" ""
"weaponid" "17845738" "weaponid" "17845738"
"buttonid" "55406142" "buttonid" "55406142"
"triggerid" "59863106" "triggerid" "59863106"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Aguamenti (SLOWMO)" "name" "Aguamenti (SLOWMO)"
"short" "Aguamenti" "short" "Aguamenti"
"color" "00FFFF" "color" "00FFFF"
"filter" "" "filter" ""
"weaponid" "17845811" "weaponid" "17845811"
"buttonid" "55406133" "buttonid" "55406133"
"triggerid" "59863118" "triggerid" "59863118"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Incendio (FIRE)" "name" "Incendio (FIRE)"
"short" "Incendio" "short" "Incendio"
"color" "C10000" "color" "C10000"
"filter" "" "filter" ""
"weaponid" "9125676" "weaponid" "9125676"
"buttonid" "9125678" "buttonid" "9125678"
"triggerid" "9005859" "triggerid" "9005859"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Emendo (HEAL)" "name" "Emendo (HEAL)"
"short" "Emendo" "short" "Emendo"
"color" "C10000" "color" "C10000"
"filter" "" "filter" ""
"weaponid" "9127617" "weaponid" "9127617"
"buttonid" "9127619" "buttonid" "9127619"
"triggerid" "9007824" "triggerid" "9007824"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Confundus (CONFUSER)" "name" "Confundus (CONFUSER)"
"short" "Confundus" "short" "Confundus"
"color" "FFFF2F" "color" "FFFF2F"
"filter" "" "filter" ""
"weaponid" "9128126" "weaponid" "9128126"
"buttonid" "9128193" "buttonid" "9128193"
"triggerid" "9007828" "triggerid" "9007828"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Deprimo (SLOWMO)" "name" "Deprimo (SLOWMO)"
"short" "Deprimo" "short" "Deprimo"
"color" "1C1CFF" "color" "1C1CFF"
"filter" "" "filter" ""
"weaponid" "9128865" "weaponid" "9128865"
"buttonid" "9128935" "buttonid" "9128935"
"triggerid" "9007832" "triggerid" "9007832"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "Expulso (NUKER)" "name" "Expulso (NUKER)"
"short" "Expulso" "short" "Expulso"
"color" "248C06" "color" "248C06"
"filter" "" "filter" ""
"weaponid" "9129450" "weaponid" "9129450"
"buttonid" "9129517" "buttonid" "9129517"
"triggerid" "9007836" "triggerid" "9007836"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "Disillusionment (HALF VISIBLE)" "name" "Disillusionment (HALF VISIBLE)"
"short" "Disillusionment" "short" "Disillusionment"
"color" "371C00" "color" "371C00"
"filter" "" "filter" ""
"weaponid" "17845958" "weaponid" "17845958"
"buttonid" "17847988" "buttonid" "17847988"
"triggerid" "17955655" "triggerid" "17955655"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "Conjunctivitus (POISON)" "name" "Conjunctivitus (POISON)"
"short" "Conjunctivitus" "short" "Conjunctivitus"
"color" "6A3500" "color" "6A3500"
"filter" "" "filter" ""
"weaponid" "17846183" "weaponid" "17846183"
"buttonid" "17846179" "buttonid" "17846179"
"triggerid" "17955634" "triggerid" "17955634"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Deletrius (WAND BREAKER)" "name" "Deletrius (WAND BREAKER)"
"short" "Deletrius" "short" "Deletrius"
"color" "00B3B3" "color" "00B3B3"
"filter" "" "filter" ""
"weaponid" "17846257" "weaponid" "17846257"
"buttonid" "17847962" "buttonid" "17847962"
"triggerid" "17955652" "triggerid" "17955652"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "Reducio (MINIMIZER)" "name" "Reducio (MINIMIZER)"
"short" "Reducio" "short" "Reducio"
"color" "FF79BC" "color" "FF79BC"
"filter" "" "filter" ""
"weaponid" "20869434" "weaponid" "20869434"
"buttonid" "20899408" "buttonid" "20899408"
"triggerid" "20840257" "triggerid" "20840257"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"18" "18"
{ {
"name" "Builder" "name" "Builder"
"short" "Builder" "short" "Builder"
"color" "B3A189" "color" "B3A189"
"filter" "" "filter" ""
"weaponid" "37642786" "weaponid" "37642786"
"buttonid" "58829201" "buttonid" "58829201"
"triggerid" "14550189" "triggerid" "14550189"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "2" "cooldown" "2"
} }
} }

120
entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg Executable file → Normal file
View File

@ -3,79 +3,79 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The White Knight" "name" "The White Knight"
"short" "White Knight" "short" "White Knight"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Skin_White_Knight" "filter" "Skin_White_Knight"
"weaponid" "2645603" "weaponid" "2645603"
"buttonid" "2687054" "buttonid" "2687054"
"triggerid" "2654673" "triggerid" "2654673"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Minigun" "name" "Minigun"
"short" "Minigun" "short" "Minigun"
"color" "0040FF" "color" "0040FF"
"filter" "Skin_Minigun" "filter" "Skin_Minigun"
"weaponid" "2693317" "weaponid" "2693317"
"buttonid" "2693319" "buttonid" "2693319"
"triggerid" "2703461" "triggerid" "2703461"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "4" "cooldown" "4"
} }
"2" "2"
{ {
"name" "DJ" "name" "DJ"
"short" "DJ" "short" "DJ"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "3168314" "weaponid" "3168314"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "4" "slot" "4"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"3" "3"
{ {
"name" "Balrog" "name" "Balrog"
"short" "Balrog" "short" "Balrog"
"color" "B40404" "color" "B40404"
"filter" "Monster_Balrog" "filter" "Monster_Balrog"
"weaponid" "2598782" "weaponid" "2598782"
"buttonid" "0" "buttonid" "0"
"triggerid" "2598784" "triggerid" "2598784"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Antlion" "name" "Antlion"
"short" "Antlion" "short" "Antlion"
"color" "B40404" "color" "B40404"
"filter" "Monster_Antlion" "filter" "Monster_Antlion"
"weaponid" "2590943" "weaponid" "2590943"
"buttonid" "0" "buttonid" "0"
"triggerid" "2590949" "triggerid" "2590949"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

264
entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg Executable file → Normal file
View File

@ -3,167 +3,167 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "117992" "weaponid" "117992"
"buttonid" "119541" "buttonid" "119541"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "5" "cooldown" "5"
} }
"1" "1"
{ {
"name" "Hover Boots" "name" "Hover Boots"
"short" "Boots" "short" "Boots"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "123432" "weaponid" "123432"
"buttonid" "128250" "buttonid" "128250"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"2" "2"
{ {
"name" "Shotgun" "name" "Shotgun"
"short" "Shotgun" "short" "Shotgun"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "135333" "weaponid" "135333"
"buttonid" "135338" "buttonid" "135338"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "15" "cooldown" "15"
} }
"3" "3"
{ {
"name" "Secret Documents" "name" "Secret Documents"
"short" "Documents" "short" "Documents"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "106959" "weaponid" "106959"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Devil Eye of Destruction" "name" "Devil Eye of Destruction"
"short" "Laser" "short" "Laser"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "395793" "weaponid" "395793"
"buttonid" "395866" "buttonid" "395866"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Soda Can" "name" "Soda Can"
"short" "Heal" "short" "Heal"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "351880" "weaponid" "351880"
"buttonid" "352081" "buttonid" "352081"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "73" "cooldown" "73"
} }
"6" "6"
{ {
"name" "Ninja Suit" "name" "Ninja Suit"
"short" "Ninja" "short" "Ninja"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "350847" "weaponid" "350847"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Slowdown" "name" "Slowdown"
"short" "Slowdown" "short" "Slowdown"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "197286" "weaponid" "197286"
"buttonid" "369510" "buttonid" "369510"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"8" "8"
{ {
"name" "Soda Shield" "name" "Soda Shield"
"short" "Shield" "short" "Shield"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "174311" "weaponid" "174311"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Headcrab" "name" "Headcrab"
"short" "Headcrab" "short" "Headcrab"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "179099" "weaponid" "179099"
"buttonid" "0" "buttonid" "0"
"triggerid" "179096" "triggerid" "179096"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Tesla Suit" "name" "Tesla Suit"
"short" "Tesla" "short" "Tesla"
"color" "2B76C6" "color" "2B76C6"
"filter" "" "filter" ""
"weaponid" "145318" "weaponid" "145318"
"buttonid" "0" "buttonid" "0"
"triggerid" "145372" "triggerid" "145372"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Book" "name" "Book"
"short" "Book" "short" "Book"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "stage1_tele_trigger" "filter" "stage1_tele_trigger"
"weaponid" "385304" "weaponid" "385304"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Cock" "name" "Cock"
"short" "Cock" "short" "Cock"
"color" "FF2828" "color" "FF2828"
"filter" "" "filter" ""
"weaponid" "145599" "weaponid" "145599"
"buttonid" "145608" "buttonid" "145608"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"1" "1"
{ {
"name" "Cock" "name" "Cock"
"short" "Cock" "short" "Cock"
"color" "7DBEFF" "color" "7DBEFF"
"filter" "" "filter" ""
"weaponid" "213802" "weaponid" "213802"
"buttonid" "213811" "buttonid" "213811"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"2" "2"
{ {
"name" "Cock" "name" "Cock"
"short" "Cock" "short" "Cock"
"color" "F4F4F4" "color" "F4F4F4"
"filter" "" "filter" ""
"weaponid" "266867" "weaponid" "266867"
"buttonid" "266876" "buttonid" "266876"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

@ -3,124 +3,124 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Push Gun" "name" "Push Gun"
"short" "Push" "short" "Push"
"color" "00D8D5" "color" "00D8D5"
"filter" "push" "filter" "push"
"weaponid" "114509" "weaponid" "114509"
"buttonid" "114500" "buttonid" "114500"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "66" "cooldown" "66"
} }
"1" "1"
{ {
"name" "Ammo Box" "name" "Ammo Box"
"short" "Ammo" "short" "Ammo"
"color" "AD4100" "color" "AD4100"
"filter" "ammo" "filter" "ammo"
"weaponid" "117260" "weaponid" "117260"
"buttonid" "117335" "buttonid" "117335"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"2" "2"
{ {
"name" "Freezegun" "name" "Freezegun"
"short" "Freeze" "short" "Freeze"
"color" "21FFFC" "color" "21FFFC"
"filter" "coolr" "filter" "coolr"
"weaponid" "118065" "weaponid" "118065"
"buttonid" "695664" "buttonid" "695664"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"3" "3"
{ {
"name" "Laser Wall" "name" "Laser Wall"
"short" "Wall" "short" "Wall"
"color" "6459C9" "color" "6459C9"
"filter" "laser" "filter" "laser"
"weaponid" "119767" "weaponid" "119767"
"buttonid" "119773" "buttonid" "119773"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"4" "4"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "EB6036" "color" "EB6036"
"filter" "we1" "filter" "we1"
"weaponid" "2730" "weaponid" "2730"
"buttonid" "113819" "buttonid" "113819"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"9" "9"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "F5F5F5" "color" "F5F5F5"
"filter" "heal" "filter" "heal"
"weaponid" "122959" "weaponid" "122959"
"buttonid" "3282" "buttonid" "3282"
"triggerid" "122951" "triggerid" "122951"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"10" "10"
{ {
"name" "Rage" "name" "Rage"
"short" "Rage" "short" "Rage"
"color" "E00250" "color" "E00250"
"filter" "ragezm" "filter" "ragezm"
"weaponid" "122959" "weaponid" "122959"
"buttonid" "3283" "buttonid" "3283"
"triggerid" "124350" "triggerid" "124350"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
"11" "11"
{ {
"name" "Vortex" "name" "Vortex"
"short" "Vortex" "short" "Vortex"
"color" "F5F5F5" "color" "F5F5F5"
"filter" "heal" "filter" "heal"
"weaponid" "129343" "weaponid" "129343"
"buttonid" "3284" "buttonid" "3284"
"triggerid" "129335" "triggerid" "129335"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
} }

120
entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg Executable file → Normal file
View File

@ -3,79 +3,79 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Pusher" "name" "Pusher"
"short" "Pusher" "short" "Pusher"
"color" "007EBB" "color" "007EBB"
"filter" "" "filter" ""
"weaponid" "1699567" "weaponid" "1699567"
"buttonid" "1699634" "buttonid" "1699634"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"1" "1"
{ {
"name" "Minigun" "name" "Minigun"
"short" "Minigun" "short" "Minigun"
"color" "15D6D6" "color" "15D6D6"
"filter" "" "filter" ""
"weaponid" "1346602" "weaponid" "1346602"
"buttonid" "1346604" "buttonid" "1346604"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "FF2828" "color" "FF2828"
"filter" "" "filter" ""
"weaponid" "1335512" "weaponid" "1335512"
"buttonid" "1336137" "buttonid" "1336137"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"3" "3"
{ {
"name" "Key" "name" "Key"
"short" "Key" "short" "Key"
"color" "C10000" "color" "C10000"
"filter" "" "filter" ""
"weaponid" "4082828" "weaponid" "4082828"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"4" "4"
{ {
"name" "Bloodsucker" "name" "Bloodsucker"
"short" "Bloodsucker" "short" "Bloodsucker"
"color" "C10000" "color" "C10000"
"filter" "" "filter" ""
"weaponid" "1303227" "weaponid" "1303227"
"buttonid" "1303224" "buttonid" "1303224"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

96
entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg Executable file → Normal file
View File

@ -3,62 +3,62 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Blue P90" "name" "Blue P90"
"short" "Blue P90" "short" "Blue P90"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "196705" "weaponid" "196705"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "White P90" "name" "White P90"
"short" "White P90" "short" "White P90"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "196631" "weaponid" "196631"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "P90 with Plans" "name" "P90 with Plans"
"short" "Plans" "short" "Plans"
"color" "0080FF" "color" "0080FF"
"filter" "" "filter" ""
"weaponid" "196869" "weaponid" "196869"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Yellow P90" "name" "Yellow P90"
"short" "Yellow P90" "short" "Yellow P90"
"color" "FFFF00" "color" "FFFF00"
"filter" "" "filter" ""
"weaponid" "196983" "weaponid" "196983"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

72
entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Shotgun" "name" "Shotgun"
"short" "Shotgun" "short" "Shotgun"
"color" "AD4100" "color" "AD4100"
"filter" "shotgunname" "filter" "shotgunname"
"weaponid" "83112" "weaponid" "83112"
"buttonid" "84213" "buttonid" "84213"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "7" "maxuses" "7"
"cooldown" "2" "cooldown" "2"
} }
"1" "1"
{ {
"name" "Shotgun" "name" "Shotgun"
"short" "Shotgun" "short" "Shotgun"
"color" "A63F02" "color" "A63F02"
"filter" "shotgunname2" "filter" "shotgunname2"
"weaponid" "1497581" "weaponid" "1497581"
"buttonid" "1497585" "buttonid" "1497585"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "8" "maxuses" "8"
"cooldown" "2" "cooldown" "2"
} }
"2" "2"
{ {
"name" "Medkit" "name" "Medkit"
"short" "Medkit" "short" "Medkit"
"color" "FF0000" "color" "FF0000"
"filter" "medkitname" "filter" "medkitname"
"weaponid" "2044364" "weaponid" "2044364"
"buttonid" "2044351" "buttonid" "2044351"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
} }

96
entWatch4/configs/entwatch/ze_italy_town_v3.cfg Executable file → Normal file
View File

@ -3,62 +3,62 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Sword" "name" "Sword"
"short" "Sword" "short" "Sword"
"color" "B0BCBF" "color" "B0BCBF"
"filter" "" "filter" ""
"weaponid" "7444" "weaponid" "7444"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "8B7D8C" "color" "8B7D8C"
"filter" "" "filter" ""
"weaponid" "296846" "weaponid" "296846"
"buttonid" "572144" "buttonid" "572144"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "FC5151" "color" "FC5151"
"filter" "we1" "filter" "we1"
"weaponid" "2730" "weaponid" "2730"
"buttonid" "38096" "buttonid" "38096"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Cold Gun" "name" "Cold Gun"
"short" "Cold Gun" "short" "Cold Gun"
"color" "3D6EF5" "color" "3D6EF5"
"filter" "coolr" "filter" "coolr"
"weaponid" "39556" "weaponid" "39556"
"buttonid" "695664" "buttonid" "695664"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

168
entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg Executable file → Normal file
View File

@ -3,107 +3,107 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "UFO" "name" "UFO"
"short" "UFO" "short" "UFO"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "UFO_Owner" "filter" "UFO_Owner"
"weaponid" "310976" "weaponid" "310976"
"buttonid" "310978" "buttonid" "310978"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Rainbow Flamethrower" "name" "Rainbow Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "FF0000" "color" "FF0000"
"filter" "flamethrower" "filter" "flamethrower"
"weaponid" "312056" "weaponid" "312056"
"buttonid" "311975" "buttonid" "311975"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Bubble Gun" "name" "Bubble Gun"
"short" "Bubble" "short" "Bubble"
"color" "3B5998" "color" "3B5998"
"filter" "electric" "filter" "electric"
"weaponid" "309378" "weaponid" "309378"
"buttonid" "309380" "buttonid" "309380"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "55" "cooldown" "55"
} }
"3" "3"
{ {
"name" "Mountain Dew" "name" "Mountain Dew"
"short" "Heal" "short" "Heal"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "Heal_Owner" "filter" "Heal_Owner"
"weaponid" "310117" "weaponid" "310117"
"buttonid" "310114" "buttonid" "310114"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "30" "cooldown" "30"
} }
"4" "4"
{ {
"name" "Ammo Taco Box" "name" "Ammo Taco Box"
"short" "Ammo" "short" "Ammo"
"color" "ffb028" "color" "ffb028"
"filter" "kuulid" "filter" "kuulid"
"weaponid" "594280" "weaponid" "594280"
"buttonid" "594273" "buttonid" "594273"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "2" "maxuses" "2"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Pink Elephants" "name" "Pink Elephants"
"short" "Mines" "short" "Mines"
"color" "FF69B4" "color" "FF69B4"
"filter" "mineboom" "filter" "mineboom"
"weaponid" "643708" "weaponid" "643708"
"buttonid" "643710" "buttonid" "643710"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "5" "maxuses" "5"
"cooldown" "2" "cooldown" "2"
} }
"6" "6"
{ {
"name" "Rebel Chainsaw" "name" "Rebel Chainsaw"
"short" "Chainsaw" "short" "Chainsaw"
"color" "EE32FF" "color" "EE32FF"
"filter" "" "filter" ""
"weaponid" "645629" "weaponid" "645629"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

168
entWatch4/configs/entwatch/ze_journey_v1_2.cfg Executable file → Normal file
View File

@ -3,107 +3,107 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Burning Orb" "name" "Burning Orb"
"short" "Burning Orb" "short" "Burning Orb"
"color" "EA6309" "color" "EA6309"
"filter" "flameuser" "filter" "flameuser"
"weaponid" "163621" "weaponid" "163621"
"buttonid" "163623" "buttonid" "163623"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"1" "1"
{ {
"name" "Glacial Orb" "name" "Glacial Orb"
"short" "Glacial Orb" "short" "Glacial Orb"
"color" "6DE3FC" "color" "6DE3FC"
"filter" "iceuser" "filter" "iceuser"
"weaponid" "163673" "weaponid" "163673"
"buttonid" "163675" "buttonid" "163675"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"2" "2"
{ {
"name" "Lightning Orb" "name" "Lightning Orb"
"short" "Lightning Orb" "short" "Lightning Orb"
"color" "F9EF77" "color" "F9EF77"
"filter" "thunderuser" "filter" "thunderuser"
"weaponid" "163717" "weaponid" "163717"
"buttonid" "163719" "buttonid" "163719"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"3" "3"
{ {
"name" "Gust Orb" "name" "Gust Orb"
"short" "Gust Orb" "short" "Gust Orb"
"color" "8AEEC3" "color" "8AEEC3"
"filter" "gustuser" "filter" "gustuser"
"weaponid" "615586" "weaponid" "615586"
"buttonid" "615588" "buttonid" "615588"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"4" "4"
{ {
"name" "Divine Orb" "name" "Divine Orb"
"short" "Divine Orb" "short" "Divine Orb"
"color" "E0FDFE" "color" "E0FDFE"
"filter" "divineuser" "filter" "divineuser"
"weaponid" "163793" "weaponid" "163793"
"buttonid" "163795" "buttonid" "163795"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"5" "5"
{ {
"name" "Abyssal Orb" "name" "Abyssal Orb"
"short" "Abyssal Orb" "short" "Abyssal Orb"
"color" "D10C96" "color" "D10C96"
"filter" "abyssuser" "filter" "abyssuser"
"weaponid" "562519" "weaponid" "562519"
"buttonid" "562521" "buttonid" "562521"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"6" "6"
{ {
"name" "Celestial Embrace" "name" "Celestial Embrace"
"short" "Celestial Embrace" "short" "Celestial Embrace"
"color" "FDCCFD" "color" "FDCCFD"
"filter" "" "filter" ""
"weaponid" "163847" "weaponid" "163847"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

144
entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg Executable file → Normal file
View File

@ -3,92 +3,92 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Electro" "name" "Electro"
"short" "Electro" "short" "Electro"
"color" "BCCD00" "color" "BCCD00"
"filter" "item_1" "filter" "item_1"
"weaponid" "53788" "weaponid" "53788"
"buttonid" "53860" "buttonid" "53860"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"1" "1"
{ {
"name" "Ice" "name" "Ice"
"short" "Ice" "short" "Ice"
"color" "00FFFF" "color" "00FFFF"
"filter" "item_2" "filter" "item_2"
"weaponid" "87317" "weaponid" "87317"
"buttonid" "87424" "buttonid" "87424"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"2" "2"
{ {
"name" "Wurzel Push" "name" "Wurzel Push"
"short" "Push" "short" "Push"
"color" "04B404" "color" "04B404"
"filter" "item_3" "filter" "item_3"
"weaponid" "122719" "weaponid" "122719"
"buttonid" "122934" "buttonid" "122934"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "25" "cooldown" "25"
} }
"3" "3"
{ {
"name" "Wurzel Sculpture" "name" "Wurzel Sculpture"
"short" "Wall" "short" "Wall"
"color" "965F00" "color" "965F00"
"filter" "item_4" "filter" "item_4"
"weaponid" "567697" "weaponid" "567697"
"buttonid" "567784" "buttonid" "567784"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "10" "maxuses" "10"
"cooldown" "2" "cooldown" "2"
} }
"4" "4"
{ {
"name" "Cura Bubble" "name" "Cura Bubble"
"short" "Bubble" "short" "Bubble"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "item_5" "filter" "item_5"
"weaponid" "1313204" "weaponid" "1313204"
"buttonid" "1313361" "buttonid" "1313361"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"5" "5"
{ {
"name" "Crystal" "name" "Crystal"
"short" "Crystal" "short" "Crystal"
"color" "7C7B74" "color" "7C7B74"
"filter" "" "filter" ""
"weaponid" "456745" "weaponid" "456745"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "2546808" "weaponid" "2546808"
"buttonid" "2546805" "buttonid" "2546805"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"1" "1"
{ {
"name" "Tazer" "name" "Tazer"
"short" "Tazer" "short" "Tazer"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "2546876" "weaponid" "2546876"
"buttonid" "2546881" "buttonid" "2546881"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

48
entWatch4/configs/entwatch/ze_kraznov_poopata.cfg Executable file → Normal file
View File

@ -3,32 +3,32 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Basket" "name" "Basket"
"short" "Earth" "short" "Earth"
"color" "FFA500" "color" "FFA500"
"filter" "" "filter" ""
"weaponid" "32091" "weaponid" "32091"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Penis Gun" "name" "Penis Gun"
"short" "Penis" "short" "Penis"
"color" "FF005D" "color" "FF005D"
"filter" "" "filter" ""
"weaponid" "42586" "weaponid" "42586"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

360
entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg Executable file → Normal file
View File

@ -3,229 +3,229 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "00FFFF" "color" "00FFFF"
"filter" "player_heal" "filter" "player_heal"
"weaponid" "431583" "weaponid" "431583"
"buttonid" "431580" "buttonid" "431580"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"1" "1"
{ {
"name" "Ammo" "name" "Ammo"
"short" "Ammo" "short" "Ammo"
"color" "FFFF00" "color" "FFFF00"
"filter" "player_ammo" "filter" "player_ammo"
"weaponid" "431658" "weaponid" "431658"
"buttonid" "431660" "buttonid" "431660"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"2" "2"
{ {
"name" "Rainbow Beam" "name" "Rainbow Beam"
"short" "Rainbow Beam" "short" "Rainbow Beam"
"color" "ADFF2F" "color" "ADFF2F"
"filter" "player_beam" "filter" "player_beam"
"weaponid" "893904" "weaponid" "893904"
"buttonid" "893768" "buttonid" "893768"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "65" "cooldown" "65"
} }
"3" "3"
{ {
"name" "Push" "name" "Push"
"short" "Push" "short" "Push"
"color" "00FFFF" "color" "00FFFF"
"filter" "player_wind" "filter" "player_wind"
"weaponid" "905720" "weaponid" "905720"
"buttonid" "905722" "buttonid" "905722"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Slower Sphere" "name" "Slower Sphere"
"short" "Slower Sphere" "short" "Slower Sphere"
"color" "00FF00" "color" "00FF00"
"filter" "player_poison" "filter" "player_poison"
"weaponid" "1157477" "weaponid" "1157477"
"buttonid" "1157474" "buttonid" "1157474"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "70" "cooldown" "70"
} }
"5" "5"
{ {
"name" "Fire Toilet" "name" "Fire Toilet"
"short" "Fire Toilet" "short" "Fire Toilet"
"color" "FF4500" "color" "FF4500"
"filter" "player_firet" "filter" "player_firet"
"weaponid" "1355119" "weaponid" "1355119"
"buttonid" "1355045" "buttonid" "1355045"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"6" "6"
{ {
"name" "Ice Toilet" "name" "Ice Toilet"
"short" "Ice Toilet" "short" "Ice Toilet"
"color" "1E90FF" "color" "1E90FF"
"filter" "player_icet" "filter" "player_icet"
"weaponid" "1355201" "weaponid" "1355201"
"buttonid" "1355196" "buttonid" "1355196"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"7" "7"
{ {
"name" "Electric Toilet" "name" "Electric Toilet"
"short" "Electric Toilet" "short" "Electric Toilet"
"color" "0000FF" "color" "0000FF"
"filter" "player_elect" "filter" "player_elect"
"weaponid" "1355344" "weaponid" "1355344"
"buttonid" "1355348" "buttonid" "1355348"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"8" "8"
{ {
"name" "Poison Toilet" "name" "Poison Toilet"
"short" "Poison Toilet" "short" "Poison Toilet"
"color" "00FF00" "color" "00FF00"
"filter" "player_poisont" "filter" "player_poisont"
"weaponid" "1355429" "weaponid" "1355429"
"buttonid" "1355424" "buttonid" "1355424"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"9" "9"
{ {
"name" "Gravity Toilet" "name" "Gravity Toilet"
"short" "Gravity Toilet" "short" "Gravity Toilet"
"color" "FF00FF" "color" "FF00FF"
"filter" "player_gravityt" "filter" "player_gravityt"
"weaponid" "1355507" "weaponid" "1355507"
"buttonid" "1355502" "buttonid" "1355502"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"10" "10"
{ {
"name" "Earth Toilet" "name" "Earth Toilet"
"short" "Earth Toilet" "short" "Earth Toilet"
"color" "CD853F" "color" "CD853F"
"filter" "player_eartht" "filter" "player_eartht"
"weaponid" "1355587" "weaponid" "1355587"
"buttonid" "1355584" "buttonid" "1355584"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"11" "11"
{ {
"name" "Water Toilet" "name" "Water Toilet"
"short" "Water Toilet" "short" "Water Toilet"
"color" "1E90FF" "color" "1E90FF"
"filter" "player_watert" "filter" "player_watert"
"weaponid" "1355730" "weaponid" "1355730"
"buttonid" "1355660" "buttonid" "1355660"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"12" "12"
{ {
"name" "Wind Toilet" "name" "Wind Toilet"
"short" "Wind Toilet" "short" "Wind Toilet"
"color" "00FFFF" "color" "00FFFF"
"filter" "player_pusht" "filter" "player_pusht"
"weaponid" "1355879" "weaponid" "1355879"
"buttonid" "1355874" "buttonid" "1355874"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
// Zombie - Items // Zombie - Items
"13" "13"
{ {
"name" "[ZM] Gravity" "name" "[ZM] Gravity"
"short" "[ZM] Gravity" "short" "[ZM] Gravity"
"color" "FF00FF" "color" "FF00FF"
"filter" "player_zgravity" "filter" "player_zgravity"
"weaponid" "432888" "weaponid" "432888"
"buttonid" "432893" "buttonid" "432893"
"triggerid" "432885" "triggerid" "432885"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"14" "14"
{ {
"name" "[ZM] Heal" "name" "[ZM] Heal"
"short" "[ZM] Heal" "short" "[ZM] Heal"
"color" "F08080" "color" "F08080"
"filter" "player_zheal" "filter" "player_zheal"
"weaponid" "433324" "weaponid" "433324"
"buttonid" "433189" "buttonid" "433189"
"triggerid" "433326" "triggerid" "433326"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

View File

@ -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"
}
}

648
entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg Executable file → Normal file
View File

@ -3,411 +3,411 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Mech" "name" "Mech"
"short" "Mech" "short" "Mech"
"color" "0040FF" "color" "0040FF"
"filter" "human_mech" "filter" "human_mech"
"weaponid" "5142827" "weaponid" "5142827"
"buttonid" "0" "buttonid" "0"
"triggerid" "5142814" "triggerid" "5142814"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Juggernaut" "name" "Juggernaut"
"short" "Juggernaut" "short" "Juggernaut"
"color" "0040FF" "color" "0040FF"
"filter" "monster" "filter" "monster"
"weaponid" "7667056" "weaponid" "7667056"
"buttonid" "0" "buttonid" "0"
"triggerid" "7667058" "triggerid" "7667058"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Turbo Device" "name" "Turbo Device"
"short" "Turbo Device" "short" "Turbo Device"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666559" "weaponid" "7666559"
"buttonid" "7668852" "buttonid" "7668852"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Immunizer" "name" "Immunizer"
"short" "Immunizer" "short" "Immunizer"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7665854" "weaponid" "7665854"
"buttonid" "7668843" "buttonid" "7668843"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Thunder Gun" "name" "Thunder Gun"
"short" "Thunder Gun" "short" "Thunder Gun"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7665869" "weaponid" "7665869"
"buttonid" "7668846" "buttonid" "7668846"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "4" "maxuses" "4"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Portal Gun" "name" "Portal Gun"
"short" "Portal Gun" "short" "Portal Gun"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7665891" "weaponid" "7665891"
"buttonid" "7668840" "buttonid" "7668840"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Zero Gravity Gun" "name" "Zero Gravity Gun"
"short" "Zero Gravity Gun" "short" "Zero Gravity Gun"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7665898" "weaponid" "7665898"
"buttonid" "7668837" "buttonid" "7668837"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "30" "cooldown" "30"
} }
"7" "7"
{ {
"name" "Gauss Rifle" "name" "Gauss Rifle"
"short" "Gauss Rifle" "short" "Gauss Rifle"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7665914" "weaponid" "7665914"
"buttonid" "7668834" "buttonid" "7668834"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"8" "8"
{ {
"name" "Turret" "name" "Turret"
"short" "Turret" "short" "Turret"
"color" "0040FF" "color" "0040FF"
"filter" "player_turret_carrier" "filter" "player_turret_carrier"
"weaponid" "7665924" "weaponid" "7665924"
"buttonid" "7668831" "buttonid" "7668831"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Mines" "name" "Mines"
"short" "Mines" "short" "Mines"
"color" "0040FF" "color" "0040FF"
"filter" "weapon_carrier_mines" "filter" "weapon_carrier_mines"
"weaponid" "7665942" "weaponid" "7665942"
"buttonid" "7668825" "buttonid" "7668825"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Mutator Backpack" "name" "Mutator Backpack"
"short" "Mutator Backpack" "short" "Mutator Backpack"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666080" "weaponid" "7666080"
"buttonid" "7668849" "buttonid" "7668849"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"11" "11"
{ {
"name" "Immunizer Backpack" "name" "Immunizer Backpack"
"short" "Immunizer Backpack" "short" "Immunizer Backpack"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666755" "weaponid" "7666755"
"buttonid" "7668858" "buttonid" "7668858"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Ammo Crate" "name" "Ammo Crate"
"short" "Ammo Crate" "short" "Ammo Crate"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666765" "weaponid" "7666765"
"buttonid" "7668855" "buttonid" "7668855"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "M60" "name" "M60"
"short" "M60" "short" "M60"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666846" "weaponid" "7666846"
"buttonid" "7668828" "buttonid" "7668828"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Misc // Human - Misc
"14" "14"
{ {
"name" "Train Driver" "name" "Train Driver"
"short" "Train Driver" "short" "Train Driver"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "5140523" "weaponid" "5140523"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "Fuel Can" "name" "Fuel Can"
"short" "Fuel Can" "short" "Fuel Can"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "5161017" "weaponid" "5161017"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Guard NPC" "name" "Guard NPC"
"short" "Guard NPC" "short" "Guard NPC"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "7666731" "weaponid" "7666731"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "0" "display" "0"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"17" "17"
{ {
"name" "Boss" "name" "Boss"
"short" "Boss" "short" "Boss"
"color" "B40404" "color" "B40404"
"filter" "zombie_boss" "filter" "zombie_boss"
"weaponid" "5142542" "weaponid" "5142542"
"buttonid" "0" "buttonid" "0"
"triggerid" "5140075" "triggerid" "5140075"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"18" "18"
{ {
"name" "Summoner" "name" "Summoner"
"short" "Summoner" "short" "Summoner"
"color" "B40404" "color" "B40404"
"filter" "zombie_summoner" "filter" "zombie_summoner"
"weaponid" "7666199" "weaponid" "7666199"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666194" "triggerid" "7666194"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"19" "19"
{ {
"name" "Jumper" "name" "Jumper"
"short" "Jumper" "short" "Jumper"
"color" "B40404" "color" "B40404"
"filter" "zombie_jumper" "filter" "zombie_jumper"
"weaponid" "7666220" "weaponid" "7666220"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666208" "triggerid" "7666208"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"20" "20"
{ {
"name" "Alma" "name" "Alma"
"short" "Alma" "short" "Alma"
"color" "B40404" "color" "B40404"
"filter" "zombie_alma" "filter" "zombie_alma"
"weaponid" "7666234" "weaponid" "7666234"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666227" "triggerid" "7666227"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"21" "21"
{ {
"name" "Vortigaunt" "name" "Vortigaunt"
"short" "Vortigaunt" "short" "Vortigaunt"
"color" "B40404" "color" "B40404"
"filter" "zombie_vortigaunt" "filter" "zombie_vortigaunt"
"weaponid" "7666255" "weaponid" "7666255"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666248" "triggerid" "7666248"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"22" "22"
{ {
"name" "Tank" "name" "Tank"
"short" "Tank" "short" "Tank"
"color" "B40404" "color" "B40404"
"filter" "zombie_tank" "filter" "zombie_tank"
"weaponid" "7666394" "weaponid" "7666394"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666410" "triggerid" "7666410"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"23" "23"
{ {
"name" "Antlion" "name" "Antlion"
"short" "Antlion" "short" "Antlion"
"color" "B40404" "color" "B40404"
"filter" "zombie_antlion" "filter" "zombie_antlion"
"weaponid" "7666442" "weaponid" "7666442"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666439" "triggerid" "7666439"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"24" "24"
{ {
"name" "Predator" "name" "Predator"
"short" "Predator" "short" "Predator"
"color" "B40404" "color" "B40404"
"filter" "zombie_predator" "filter" "zombie_predator"
"weaponid" "7666506" "weaponid" "7666506"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666503" "triggerid" "7666503"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"25" "25"
{ {
"name" "Freezer" "name" "Freezer"
"short" "Freezer" "short" "Freezer"
"color" "B40404" "color" "B40404"
"filter" "zombie_freezer" "filter" "zombie_freezer"
"weaponid" "7666525" "weaponid" "7666525"
"buttonid" "0" "buttonid" "0"
"triggerid" "7666517" "triggerid" "7666517"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"26" "26"
{ {
"name" "Shockwave" "name" "Shockwave"
"short" "Shockwave" "short" "Shockwave"
"color" "B40404" "color" "B40404"
"filter" "zombie_shocker" "filter" "zombie_shocker"
"weaponid" "7667132" "weaponid" "7667132"
"buttonid" "0" "buttonid" "0"
"triggerid" "7667125" "triggerid" "7667125"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Cooler Gun" "name" "Cooler Gun"
"short" "Cooler Gun" "short" "Cooler Gun"
"color" "2E93E6" "color" "2E93E6"
"filter" "we1" "filter" "we1"
"weaponid" "313080" "weaponid" "313080"
"buttonid" "313162" "buttonid" "313162"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"1" "1"
{ {
"name" "Builder" "name" "Builder"
"short" "Builder" "short" "Builder"
"color" "B3A189" "color" "B3A189"
"filter" "we2" "filter" "we2"
"weaponid" "67314" "weaponid" "67314"
"buttonid" "67311" "buttonid" "67311"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "5" "maxuses" "5"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Builder" "name" "Builder"
"short" "Builder" "short" "Builder"
"color" "B3A189" "color" "B3A189"
"filter" "we3" "filter" "we3"
"weaponid" "140208" "weaponid" "140208"
"buttonid" "140213" "buttonid" "140213"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "5" "maxuses" "5"
"cooldown" "0" "cooldown" "0"
} }
} }

144
entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg Executable file → Normal file
View File

@ -3,94 +3,94 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Fire Barrel" "name" "Fire Barrel"
"short" "Fire Barrel" "short" "Fire Barrel"
"color" "FF4000" "color" "FF4000"
"filter" "" "filter" ""
"weaponid" "353152" "weaponid" "353152"
"buttonid" "353149" "buttonid" "353149"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"1" "1"
{ {
"name" "Freeze Bottle" "name" "Freeze Bottle"
"short" "Freeze Bottle" "short" "Freeze Bottle"
"color" "00BFFF" "color" "00BFFF"
"filter" "" "filter" ""
"weaponid" "354622" "weaponid" "354622"
"buttonid" "354554" "buttonid" "354554"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "AEB404" "color" "AEB404"
"filter" "" "filter" ""
"weaponid" "344578" "weaponid" "344578"
"buttonid" "344580" "buttonid" "344580"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
"3" "3"
{ {
"name" "Laser Field" "name" "Laser Field"
"short" "Laser Field" "short" "Laser Field"
"color" "40FF00" "color" "40FF00"
"filter" "" "filter" ""
"weaponid" "23028" "weaponid" "23028"
"buttonid" "23025" "buttonid" "23025"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
"4" "4"
{ {
"name" "Ammo Crate" "name" "Ammo Crate"
"short" "Ammo Crate" "short" "Ammo Crate"
"color" "8A2908" "color" "8A2908"
"filter" "" "filter" ""
"weaponid" "462044" "weaponid" "462044"
"buttonid" "461974" "buttonid" "461974"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
// Zombie - Items // Zombie - Items
"5" "5"
{ {
"name" "Suicidal Bomber" "name" "Suicidal Bomber"
"short" "Suicidal Bomber" "short" "Suicidal Bomber"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "409715" "weaponid" "409715"
"buttonid" "0" "buttonid" "0"
"triggerid" "421153" "triggerid" "421153"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

24
entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg Executable file → Normal file
View File

@ -3,17 +3,17 @@
// Zombie - Items // Zombie - Items
"0" "0"
{ {
"name" "Explosive Torch" "name" "Explosive Torch"
"short" "Torch" "short" "Torch"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "1004" "weaponid" "1004"
"buttonid" "" "buttonid" ""
"triggerid" "1002" "triggerid" "1002"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

120
entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg Executable file → Normal file
View File

@ -3,81 +3,81 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Heal Staff" "name" "Heal Staff"
"short" "Heal" "short" "Heal"
"color" "00FFFF" "color" "00FFFF"
"filter" "heal" "filter" "heal"
"weaponid" "11815272" "weaponid" "11815272"
"buttonid" "11815269" "buttonid" "11815269"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "6" "cooldown" "6"
} }
"1" "1"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "FFA500" "color" "FFA500"
"filter" "" "filter" ""
"weaponid" "492831" "weaponid" "492831"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Specials // Human - Specials
"2" "2"
{ {
"name" "Gandalf" "name" "Gandalf"
"short" "Gandalf" "short" "Gandalf"
"color" "CCCCCC" "color" "CCCCCC"
"filter" "" "filter" ""
"weaponid" "9421300" "weaponid" "9421300"
"buttonid" "0" "buttonid" "0"
"triggerid" "9421836" "triggerid" "9421836"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Ent" "name" "Ent"
"short" "Ent" "short" "Ent"
"color" "00AA00" "color" "00AA00"
"filter" "ent_rock" "filter" "ent_rock"
"weaponid" "8954463" "weaponid" "8954463"
"buttonid" "9656657" "buttonid" "9656657"
"triggerid" "8627309" "triggerid" "8627309"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "3" "mode" "3"
"maxuses" "4" "maxuses" "4"
"cooldown" "20" "cooldown" "20"
} }
// Zombie - Items // Zombie - Items
"4" "4"
{ {
"name" "Spider" "name" "Spider"
"short" "Spider" "short" "Spider"
"color" "800000" "color" "800000"
"filter" "" "filter" ""
"weaponid" "10778352" "weaponid" "10778352"
"buttonid" "0" "buttonid" "0"
"triggerid" "2620225" "triggerid" "2620225"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

72
entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The Ring" "name" "The Ring"
"short" "Ring" "short" "Ring"
"color" "FFDD21" "color" "FFDD21"
"filter" "" "filter" ""
"weaponid" "320437" "weaponid" "320437"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Saruman's Staff" "name" "Saruman's Staff"
"short" "Saruman" "short" "Saruman"
"color" "222222" "color" "222222"
"filter" "saruman" "filter" "saruman"
"weaponid" "324135" "weaponid" "324135"
"buttonid" "324143" "buttonid" "324143"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "35" "cooldown" "35"
} }
"2" "2"
{ {
"name" "Gandalf's Staff" "name" "Gandalf's Staff"
"short" "Gandalf" "short" "Gandalf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "gandalf" "filter" "gandalf"
"weaponid" "339820" "weaponid" "339820"
"buttonid" "339799" "buttonid" "339799"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
} }

View File

@ -3,455 +3,455 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The White Knight" "name" "The White Knight"
"short" "White Knight" "short" "White Knight"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "2384422" "weaponid" "2384422"
"buttonid" "2384433" "buttonid" "2384433"
"triggerid" "4042883" "triggerid" "4042883"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Gandalf" "name" "Gandalf"
"short" "Gandalf" "short" "Gandalf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "2347448" "weaponid" "2347448"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042880" "triggerid" "4042880"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Horse" "name" "Horse"
"short" "Horse" "short" "Horse"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2347138" "weaponid" "2347138"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042877" "triggerid" "4042877"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Oil Vase" "name" "Oil Vase"
"short" "Oil" "short" "Oil"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "5349903" "weaponid" "5349903"
"buttonid" "0" "buttonid" "0"
"triggerid" "5310773" "triggerid" "5310773"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Ammo Barrel" "name" "Ammo Barrel"
"short" "Ammo" "short" "Ammo"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "1397716" "weaponid" "1397716"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042874" "triggerid" "4042874"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Armor" "name" "Armor"
"short" "Armor" "short" "Armor"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "6082267" "weaponid" "6082267"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042868" "triggerid" "4042868"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Flag" "name" "Flag"
"short" "Flag" "short" "Flag"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "1397990" "weaponid" "1397990"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042865" "triggerid" "4042865"
"display" "0" "display" "0"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Misc // Human - Misc
"7" "7"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "FF9600" "color" "FF9600"
"filter" "" "filter" ""
"weaponid" "2568929" "weaponid" "2568929"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "1" "display" "1"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "FF9600" "color" "FF9600"
"filter" "" "filter" ""
"weaponid" "2569006" "weaponid" "2569006"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "0" "display" "0"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Barricades // Human - Barricades
"9" "9"
{ {
"name" "Barricade - Explosive Barrel" "name" "Barricade - Explosive Barrel"
"short" "Explosive Barrel" "short" "Explosive Barrel"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "3334835" "weaponid" "3334835"
"buttonid" "1000014" "buttonid" "1000014"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Barricade - Toilet" "name" "Barricade - Toilet"
"short" "Toilet" "short" "Toilet"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277483" "weaponid" "4277483"
"buttonid" "1000001" "buttonid" "1000001"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Barricade - Bench" "name" "Barricade - Bench"
"short" "Bench" "short" "Bench"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277481" "weaponid" "4277481"
"buttonid" "1000002" "buttonid" "1000002"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Barricade - Shelf" "name" "Barricade - Shelf"
"short" "Shelf" "short" "Shelf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277479" "weaponid" "4277479"
"buttonid" "1000003" "buttonid" "1000003"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "Barricade - Fence" "name" "Barricade - Fence"
"short" "Fence" "short" "Fence"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277477" "weaponid" "4277477"
"buttonid" "1000004" "buttonid" "1000004"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "Barricade - Basket" "name" "Barricade - Basket"
"short" "Basket" "short" "Basket"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277475" "weaponid" "4277475"
"buttonid" "1000005" "buttonid" "1000005"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "Barricade - Plank" "name" "Barricade - Plank"
"short" "Plank" "short" "Plank"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277471" "weaponid" "4277471"
"buttonid" "1000006" "buttonid" "1000006"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Barricade - Bell" "name" "Barricade - Bell"
"short" "Bell" "short" "Bell"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277469" "weaponid" "4277469"
"buttonid" "1000007" "buttonid" "1000007"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "Barricade - Haybale" "name" "Barricade - Haybale"
"short" "Haybale" "short" "Haybale"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277461" "weaponid" "4277461"
"buttonid" "1000008" "buttonid" "1000008"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"18" "18"
{ {
"name" "Barricade - Big Boulder" "name" "Barricade - Big Boulder"
"short" "Big Boulder" "short" "Big Boulder"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277465" "weaponid" "4277465"
"buttonid" "1000009" "buttonid" "1000009"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"19" "19"
{ {
"name" "Barricade - Boulder" "name" "Barricade - Boulder"
"short" "Boulder" "short" "Boulder"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277459" "weaponid" "4277459"
"buttonid" "1000010" "buttonid" "1000010"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"20" "20"
{ {
"name" "Barricade - Barrel" "name" "Barricade - Barrel"
"short" "Barrel" "short" "Barrel"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277457" "weaponid" "4277457"
"buttonid" "1000011" "buttonid" "1000011"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"21" "21"
{ {
"name" "Barricade - Table" "name" "Barricade - Table"
"short" "Table" "short" "Table"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277463" "weaponid" "4277463"
"buttonid" "1000012" "buttonid" "1000012"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"22" "22"
{ {
"name" "Barricade - Crate" "name" "Barricade - Crate"
"short" "Crate" "short" "Crate"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277445" "weaponid" "4277445"
"buttonid" "1000013" "buttonid" "1000013"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"23" "23"
{ {
"name" "Totem" "name" "Totem"
"short" "Totem" "short" "Totem"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1397962" "weaponid" "1397962"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042890" "triggerid" "4042890"
"display" "4" "display" "4"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"24" "24"
{ {
"name" "TNT" "name" "TNT"
"short" "TNT" "short" "TNT"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2231787" "weaponid" "2231787"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042893" "triggerid" "4042893"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"25" "25"
{ {
"name" "Troll" "name" "Troll"
"short" "Troll" "short" "Troll"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1397647" "weaponid" "1397647"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042899" "triggerid" "4042899"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"26" "26"
{ {
"name" "Balrog" "name" "Balrog"
"short" "Balrog" "short" "Balrog"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2420963" "weaponid" "2420963"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042902" "triggerid" "4042902"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"27" "27"
{ {
"name" "Nazgul" "name" "Nazgul"
"short" "Nazgul" "short" "Nazgul"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1518692" "weaponid" "1518692"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Triggers // Zombie - Triggers
"28" "28"
{ {
"name" "Extreme Totem" "name" "Extreme Totem"
"triggerid" "4658425" "triggerid" "4658425"
} }
"29" "29"
{ {
"name" "Extreme TNT" "name" "Extreme TNT"
"triggerid" "4658428" "triggerid" "4658428"
} }
"30" "30"
{ {
"name" "Extreme Troll" "name" "Extreme Troll"
"triggerid" "4658434" "triggerid" "4658434"
} }
"31" "31"
{ {
"name" "Stage 1 Nazgul" "name" "Stage 1 Nazgul"
"triggerid" "4963264" "triggerid" "4963264"
} }
"32" "32"
{ {
"name" "Stage 4 Nazgul" "name" "Stage 4 Nazgul"
"triggerid" "4963466" "triggerid" "4963466"
} }
} }

720
entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg Executable file → Normal file
View File

@ -3,476 +3,476 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The White Knight" "name" "The White Knight"
"short" "White Knight" "short" "White Knight"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "2384422" "weaponid" "2384422"
"buttonid" "2384433" "buttonid" "2384433"
"triggerid" "4042883" "triggerid" "4042883"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Gandalf" "name" "Gandalf"
"short" "Gandalf" "short" "Gandalf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "2347448" "weaponid" "2347448"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042880" "triggerid" "4042880"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Horse" "name" "Horse"
"short" "Horse" "short" "Horse"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "2347138" "weaponid" "2347138"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042877" "triggerid" "4042877"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Oil Vase" "name" "Oil Vase"
"short" "Oil" "short" "Oil"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "5349903" "weaponid" "5349903"
"buttonid" "0" "buttonid" "0"
"triggerid" "5310773" "triggerid" "5310773"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Ammo Barrel" "name" "Ammo Barrel"
"short" "Ammo" "short" "Ammo"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "1397716" "weaponid" "1397716"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042874" "triggerid" "4042874"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Armor" "name" "Armor"
"short" "Armor" "short" "Armor"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "6082267" "weaponid" "6082267"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042868" "triggerid" "4042868"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Flag" "name" "Flag"
"short" "Flag" "short" "Flag"
"color" "0040FF" "color" "0040FF"
"filter" "" "filter" ""
"weaponid" "1397990" "weaponid" "1397990"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042865" "triggerid" "4042865"
"display" "0" "display" "0"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Misc // Human - Misc
"7" "7"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "FF9600" "color" "FF9600"
"filter" "" "filter" ""
"weaponid" "2568929" "weaponid" "2568929"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "1" "display" "1"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Torch" "name" "Torch"
"short" "Torch" "short" "Torch"
"color" "FF9600" "color" "FF9600"
"filter" "" "filter" ""
"weaponid" "2569006" "weaponid" "2569006"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "0" "display" "0"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Human - Barricades // Human - Barricades
"9" "9"
{ {
"name" "Barricade - Explosive Barrel" "name" "Barricade - Explosive Barrel"
"short" "Explosive Barrel" "short" "Explosive Barrel"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "3334835" "weaponid" "3334835"
"buttonid" "1000014" "buttonid" "1000014"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "Barricade - Toilet" "name" "Barricade - Toilet"
"short" "Toilet" "short" "Toilet"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277483" "weaponid" "4277483"
"buttonid" "1000001" "buttonid" "1000001"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Barricade - Bench" "name" "Barricade - Bench"
"short" "Bench" "short" "Bench"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277481" "weaponid" "4277481"
"buttonid" "1000002" "buttonid" "1000002"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Barricade - Shelf" "name" "Barricade - Shelf"
"short" "Shelf" "short" "Shelf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277479" "weaponid" "4277479"
"buttonid" "1000003" "buttonid" "1000003"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "Barricade - Fence" "name" "Barricade - Fence"
"short" "Fence" "short" "Fence"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277477" "weaponid" "4277477"
"buttonid" "1000004" "buttonid" "1000004"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "Barricade - Basket" "name" "Barricade - Basket"
"short" "Basket" "short" "Basket"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277475" "weaponid" "4277475"
"buttonid" "1000005" "buttonid" "1000005"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"15" "15"
{ {
"name" "Barricade - Plank" "name" "Barricade - Plank"
"short" "Plank" "short" "Plank"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277471" "weaponid" "4277471"
"buttonid" "1000006" "buttonid" "1000006"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Barricade - Bell" "name" "Barricade - Bell"
"short" "Bell" "short" "Bell"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277469" "weaponid" "4277469"
"buttonid" "1000007" "buttonid" "1000007"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "Barricade - Haybale" "name" "Barricade - Haybale"
"short" "Haybale" "short" "Haybale"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277461" "weaponid" "4277461"
"buttonid" "1000008" "buttonid" "1000008"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"18" "18"
{ {
"name" "Barricade - Big Boulder" "name" "Barricade - Big Boulder"
"short" "Big Boulder" "short" "Big Boulder"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277465" "weaponid" "4277465"
"buttonid" "1000009" "buttonid" "1000009"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"19" "19"
{ {
"name" "Barricade - Boulder" "name" "Barricade - Boulder"
"short" "Boulder" "short" "Boulder"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277459" "weaponid" "4277459"
"buttonid" "1000010" "buttonid" "1000010"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"20" "20"
{ {
"name" "Barricade - Barrel" "name" "Barricade - Barrel"
"short" "Barrel" "short" "Barrel"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277457" "weaponid" "4277457"
"buttonid" "1000011" "buttonid" "1000011"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"21" "21"
{ {
"name" "Barricade - Table" "name" "Barricade - Table"
"short" "Table" "short" "Table"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277463" "weaponid" "4277463"
"buttonid" "1000012" "buttonid" "1000012"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"22" "22"
{ {
"name" "Barricade - Crate" "name" "Barricade - Crate"
"short" "Crate" "short" "Crate"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "4277445" "weaponid" "4277445"
"buttonid" "1000013" "buttonid" "1000013"
"triggerid" "0" "triggerid" "0"
"display" "2" "display" "2"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"23" "23"
{ {
"name" "Totem" "name" "Totem"
"short" "Totem" "short" "Totem"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1397962" "weaponid" "1397962"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042890" "triggerid" "4042890"
"display" "4" "display" "4"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"24" "24"
{ {
"name" "TNT" "name" "TNT"
"short" "TNT" "short" "TNT"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2231787" "weaponid" "2231787"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042893" "triggerid" "4042893"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"25" "25"
{ {
"name" "Ladder" "name" "Ladder"
"short" "Ladder" "short" "Ladder"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1397571" "weaponid" "1397571"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042896" "triggerid" "4042896"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"26" "26"
{ {
"name" "Troll" "name" "Troll"
"short" "Troll" "short" "Troll"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1397647" "weaponid" "1397647"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042899" "triggerid" "4042899"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"27" "27"
{ {
"name" "Balrog" "name" "Balrog"
"short" "Balrog" "short" "Balrog"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "2420963" "weaponid" "2420963"
"buttonid" "0" "buttonid" "0"
"triggerid" "4042902" "triggerid" "4042902"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"28" "28"
{ {
"name" "Nazgul" "name" "Nazgul"
"short" "Nazgul" "short" "Nazgul"
"color" "B40404" "color" "B40404"
"filter" "" "filter" ""
"weaponid" "1518692" "weaponid" "1518692"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Triggers // Zombie - Triggers
"29" "29"
{ {
"name" "Extreme Totem" "name" "Extreme Totem"
"triggerid" "4658425" "triggerid" "4658425"
} }
"30" "30"
{ {
"name" "Extreme TNT" "name" "Extreme TNT"
"triggerid" "4658428" "triggerid" "4658428"
} }
"31" "31"
{ {
"name" "Extreme Ladder" "name" "Extreme Ladder"
"triggerid" "4658431" "triggerid" "4658431"
} }
"32" "32"
{ {
"name" "Extreme Troll" "name" "Extreme Troll"
"triggerid" "4658434" "triggerid" "4658434"
} }
"33" "33"
{ {
"name" "Stage 1 Nazgul" "name" "Stage 1 Nazgul"
"triggerid" "4963264" "triggerid" "4963264"
} }
"34" "34"
{ {
"name" "Stage 4 Nazgul" "name" "Stage 4 Nazgul"
"triggerid" "4963466" "triggerid" "4963466"
} }
} }

View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The Ring" "name" "The Ring"
"short" "Ring" "short" "Ring"
"color" "FFDD21" "color" "FFDD21"
"filter" "" "filter" ""
"weaponid" "2233" "weaponid" "2233"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Saruman's Staff" "name" "Saruman's Staff"
"short" "Saruman" "short" "Saruman"
"color" "222222" "color" "222222"
"filter" "saruman" "filter" "saruman"
"weaponid" "2266" "weaponid" "2266"
"buttonid" "34102" "buttonid" "34102"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "50" "cooldown" "50"
} }
"2" "2"
{ {
"name" "Gandalf's Staff" "name" "Gandalf's Staff"
"short" "Gandalf" "short" "Gandalf"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "gandalf" "filter" "gandalf"
"weaponid" "2282" "weaponid" "2282"
"buttonid" "33990" "buttonid" "33990"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg Executable file → Normal file
View File

@ -3,49 +3,49 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The Ring" "name" "The Ring"
"short" "Ring" "short" "Ring"
"color" "FFDD21" "color" "FFDD21"
"filter" "" "filter" ""
"weaponid" "1938" "weaponid" "1938"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Earendil Light" "name" "Earendil Light"
"short" "Light" "short" "Light"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "erendili" "filter" "erendili"
"weaponid" "1987" "weaponid" "1987"
"buttonid" "1995" "buttonid" "1995"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
// Zombie - Items // Zombie - Items
"2" "2"
{ {
"name" "Nazgul" "name" "Nazgul"
"short" "Nazgul" "short" "Nazgul"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "1385" "weaponid" "1385"
"buttonid" "" "buttonid" ""
"triggerid" "2253" "triggerid" "2253"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg Executable file → Normal file
View File

@ -3,49 +3,49 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The Ring" "name" "The Ring"
"short" "Ring" "short" "Ring"
"color" "FFDD21" "color" "FFDD21"
"filter" "" "filter" ""
"weaponid" "1938" "weaponid" "1938"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Earendil Light" "name" "Earendil Light"
"short" "Light" "short" "Light"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "erendili" "filter" "erendili"
"weaponid" "1987" "weaponid" "1987"
"buttonid" "1995" "buttonid" "1995"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "40" "cooldown" "40"
} }
// Zombie - Items // Zombie - Items
"2" "2"
{ {
"name" "Nazgul" "name" "Nazgul"
"short" "Nazgul" "short" "Nazgul"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "1385" "weaponid" "1385"
"buttonid" "" "buttonid" ""
"triggerid" "2253" "triggerid" "2253"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

480
entWatch4/configs/entwatch/ze_madness_v2_1.cfg Executable file → Normal file
View File

@ -3,305 +3,305 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "C4" "name" "C4"
"short" "C4" "short" "C4"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "c4user1" "filter" "c4user1"
"weaponid" "19017" "weaponid" "19017"
"buttonid" "19019" "buttonid" "19019"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Pod" "name" "Pod"
"short" "Pod" "short" "Pod"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "48890" "weaponid" "48890"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Hammer" "name" "Hammer"
"short" "Hammer" "short" "Hammer"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "hammeruser" "filter" "hammeruser"
"weaponid" "67365" "weaponid" "67365"
"buttonid" "68326" "buttonid" "68326"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Nade Crate" "name" "Nade Crate"
"short" "Nade Crate" "short" "Nade Crate"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "nadeuser" "filter" "nadeuser"
"weaponid" "81744" "weaponid" "81744"
"buttonid" "81746" "buttonid" "81746"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Bouncy Bed" "name" "Bouncy Bed"
"short" "Bouncy Bed" "short" "Bouncy Bed"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "beduser" "filter" "beduser"
"weaponid" "87361" "weaponid" "87361"
"buttonid" "87369" "buttonid" "87369"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Force Gun" "name" "Force Gun"
"short" "Force Gun" "short" "Force Gun"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "forceuser" "filter" "forceuser"
"weaponid" "87938" "weaponid" "87938"
"buttonid" "87942" "buttonid" "87942"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Dragonslayer" "name" "Dragonslayer"
"short" "Dragonslayer" "short" "Dragonslayer"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "sworduser" "filter" "sworduser"
"weaponid" "108083" "weaponid" "108083"
"buttonid" "108085" "buttonid" "108085"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Freeze Mines" "name" "Freeze Mines"
"short" "Freeze Mines" "short" "Freeze Mines"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "freezeuser" "filter" "freezeuser"
"weaponid" "118137" "weaponid" "118137"
"buttonid" "118145" "buttonid" "118145"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Umbrella" "name" "Umbrella"
"short" "Umbrella" "short" "Umbrella"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "umbrellauser" "filter" "umbrellauser"
"weaponid" "151641" "weaponid" "151641"
"buttonid" "155113" "buttonid" "155113"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "Tetromino" "name" "Tetromino"
"short" "Tetromino" "short" "Tetromino"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "cadeuser" "filter" "cadeuser"
"weaponid" "155296" "weaponid" "155296"
"buttonid" "155304" "buttonid" "155304"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"10" "10"
{ {
"name" "DDR" "name" "DDR"
"short" "DDR" "short" "DDR"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "danceuser" "filter" "danceuser"
"weaponid" "169871" "weaponid" "169871"
"buttonid" "169873" "buttonid" "169873"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "Molotov" "name" "Molotov"
"short" "Molotov" "short" "Molotov"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "molotovuser" "filter" "molotovuser"
"weaponid" "221119" "weaponid" "221119"
"buttonid" "221125" "buttonid" "221125"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Screwdriver" "name" "Screwdriver"
"short" "Screwdriver" "short" "Screwdriver"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "screwuser" "filter" "screwuser"
"weaponid" "276689" "weaponid" "276689"
"buttonid" "276691" "buttonid" "276691"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"13" "13"
{ {
"name" "Decoy" "name" "Decoy"
"short" "Decoy" "short" "Decoy"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "decoyuser" "filter" "decoyuser"
"weaponid" "328606" "weaponid" "328606"
"buttonid" "328615" "buttonid" "328615"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"14" "14"
{ {
"name" "Forklift" "name" "Forklift"
"short" "Forklift" "short" "Forklift"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "forkliftuser" "filter" "forkliftuser"
"weaponid" "345308" "weaponid" "345308"
"buttonid" "345310" "buttonid" "345310"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
// Zombie - Items // Zombie - Items
"15" "15"
{ {
"name" "Gravity Zombie" "name" "Gravity Zombie"
"short" "Gravity Zombie" "short" "Gravity Zombie"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "72467" "weaponid" "72467"
"buttonid" "75660" "buttonid" "75660"
"triggerid" "76250" "triggerid" "76250"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"16" "16"
{ {
"name" "Fire Zombie" "name" "Fire Zombie"
"short" "Fire Zombie" "short" "Fire Zombie"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "76625" "weaponid" "76625"
"buttonid" "76627" "buttonid" "76627"
"triggerid" "76551" "triggerid" "76551"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"17" "17"
{ {
"name" "Wind Zombie" "name" "Wind Zombie"
"short" "Wind Zombie" "short" "Wind Zombie"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "79481" "weaponid" "79481"
"buttonid" "79486" "buttonid" "79486"
"triggerid" "79483" "triggerid" "79483"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"18" "18"
{ {
"name" "Barrel Zombie" "name" "Barrel Zombie"
"short" "Barrel Zombie" "short" "Barrel Zombie"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "216448" "weaponid" "216448"
"buttonid" "216450" "buttonid" "216450"
"triggerid" "216725" "triggerid" "216725"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"19" "19"
{ {
"name" "Laser Zombie" "name" "Laser Zombie"
"short" "Laser Zombie" "short" "Laser Zombie"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "242957" "weaponid" "242957"
"buttonid" "243035" "buttonid" "243035"
"triggerid" "242963" "triggerid" "242963"
"display" "5" "display" "5"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

24
entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg Executable file → Normal file
View File

@ -3,17 +3,17 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Shield" "name" "Shield"
"short" "Shield" "short" "Shield"
"color" "004488" "color" "004488"
"filter" "shielduser" "filter" "shielduser"
"weaponid" "8158" "weaponid" "8158"
"buttonid" "28228" "buttonid" "28228"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
} }

View File

@ -3,152 +3,152 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Sword" "name" "Sword"
"short" "Sword" "short" "Sword"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "13270" "weaponid" "13270"
"buttonid" "193544" "buttonid" "193544"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"1" "1"
{ {
"name" "Bow and Arrows" "name" "Bow and Arrows"
"short" "Bow" "short" "Bow"
"color" "8B4513" "color" "8B4513"
"filter" "" "filter" ""
"weaponid" "1657983" "weaponid" "1657983"
"buttonid" "1657977" "buttonid" "1657977"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "9" "cooldown" "9"
} }
"2" "2"
{ {
"name" "River Axe" "name" "River Axe"
"short" "Axe" "short" "Axe"
"color" "8B4513" "color" "8B4513"
"filter" "" "filter" ""
"weaponid" "94227" "weaponid" "94227"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Diamond Pickaxe" "name" "Diamond Pickaxe"
"short" "Pickaxe" "short" "Pickaxe"
"color" "43C6DB" "color" "43C6DB"
"filter" "" "filter" ""
"weaponid" "120494" "weaponid" "120494"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "" "filter" ""
"weaponid" "182215" "weaponid" "182215"
"buttonid" "182281" "buttonid" "182281"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Flint" "name" "Flint"
"short" "Flint" "short" "Flint"
"color" "7D7D7D" "color" "7D7D7D"
"filter" "" "filter" ""
"weaponid" "515304" "weaponid" "515304"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"6" "6"
{ {
"name" "Steel" "name" "Steel"
"short" "Steel" "short" "Steel"
"color" "FFFFFF" "color" "FFFFFF"
"filter" "" "filter" ""
"weaponid" "515276" "weaponid" "515276"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Firemines" "name" "Firemines"
"short" "Firemines" "short" "Firemines"
"color" "7D0000" "color" "7D0000"
"filter" "" "filter" ""
"weaponid" "948183" "weaponid" "948183"
"buttonid" "948192" "buttonid" "948192"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Wall" "name" "Wall"
"short" "Wall" "short" "Wall"
"color" "7D7D7D" "color" "7D7D7D"
"filter" "" "filter" ""
"weaponid" "948269" "weaponid" "948269"
"buttonid" "948278" "buttonid" "948278"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "13" "maxuses" "13"
"cooldown" "1" "cooldown" "1"
} }
"9" "9"
{ {
"name" "Dragon Egg" "name" "Dragon Egg"
"short" "Egg" "short" "Egg"
"color" "5A005A" "color" "5A005A"
"filter" "" "filter" ""
"weaponid" "1175908" "weaponid" "1175908"
"buttonid" "1175905" "buttonid" "1175905"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "3" "mode" "3"
"maxuses" "1" "maxuses" "1"
"cooldown" "5" "cooldown" "5"
} }
} }

120
entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg Executable file → Normal file
View File

@ -3,77 +3,77 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "The Bow" "name" "The Bow"
"short" "Bow" "short" "Bow"
"color" "2A5CBA" "color" "2A5CBA"
"filter" "" "filter" ""
"weaponid" "28664" "weaponid" "28664"
"buttonid" "35259" "buttonid" "35259"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Sword" "name" "Sword"
"short" "Sword" "short" "Sword"
"color" "2A5CBA" "color" "2A5CBA"
"filter" "" "filter" ""
"weaponid" "178558" "weaponid" "178558"
"buttonid" "178513" "buttonid" "178513"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "20" "cooldown" "20"
} }
"2" "2"
{ {
"name" "Troll Face" "name" "Troll Face"
"short" "Troll" "short" "Troll"
"color" "879FBA" "color" "879FBA"
"filter" "" "filter" ""
"weaponid" "89624" "weaponid" "89624"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Creeper Head" "name" "Creeper Head"
"short" "Creeper" "short" "Creeper"
"color" "879FBA" "color" "879FBA"
"filter" "" "filter" ""
"weaponid" "24732" "weaponid" "24732"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Pumpkin Head" "name" "Pumpkin Head"
"short" "Pumpkin" "short" "Pumpkin"
"color" "879FBA" "color" "879FBA"
"filter" "" "filter" ""
"weaponid" "73093" "weaponid" "73093"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

144
entWatch4/configs/entwatch/ze_mist_v1_3.cfg Executable file → Normal file
View File

@ -3,92 +3,92 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Ice Nova" "name" "Ice Nova"
"short" "Ice" "short" "Ice"
"color" "3AC7C9" "color" "3AC7C9"
"filter" "" "filter" ""
"weaponid" "1068077" "weaponid" "1068077"
"buttonid" "1068079" "buttonid" "1068079"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"1" "1"
{ {
"name" "Acid Flame" "name" "Acid Flame"
"short" "Flame" "short" "Flame"
"color" "E26417" "color" "E26417"
"filter" "" "filter" ""
"weaponid" "1082763" "weaponid" "1082763"
"buttonid" "1082895" "buttonid" "1082895"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"2" "2"
{ {
"name" "Spirit Burst" "name" "Spirit Burst"
"short" "Burst" "short" "Burst"
"color" "9DAFDC" "color" "9DAFDC"
"filter" "" "filter" ""
"weaponid" "1084333" "weaponid" "1084333"
"buttonid" "1084335" "buttonid" "1084335"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"3" "3"
{ {
"name" "Toxic Haze" "name" "Toxic Haze"
"short" "Toxic" "short" "Toxic"
"color" "33BA0F" "color" "33BA0F"
"filter" "" "filter" ""
"weaponid" "1125887" "weaponid" "1125887"
"buttonid" "1125956" "buttonid" "1125956"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"4" "4"
{ {
"name" "Static Field" "name" "Static Field"
"short" "Static" "short" "Static"
"color" "D357DE" "color" "D357DE"
"filter" "" "filter" ""
"weaponid" "1086096" "weaponid" "1086096"
"buttonid" "1086028" "buttonid" "1086028"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "10" "cooldown" "10"
} }
"5" "5"
{ {
"name" "Cleansing Aura" "name" "Cleansing Aura"
"short" "Aura" "short" "Aura"
"color" "DC89AA" "color" "DC89AA"
"filter" "" "filter" ""
"weaponid" "1112064" "weaponid" "1112064"
"buttonid" "1112131" "buttonid" "1112131"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "60" "cooldown" "60"
} }
} }

72
entWatch4/configs/entwatch/ze_moltentemple_a5.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Bow" "name" "Bow"
"short" "Bow" "short" "Bow"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "" "filter" ""
"weaponid" "211273" "weaponid" "211273"
"buttonid" "211401" "buttonid" "211401"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Bow" "name" "Bow"
"short" "Bow" "short" "Bow"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "" "filter" ""
"weaponid" "230843" "weaponid" "230843"
"buttonid" "230845" "buttonid" "230845"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"2" "2"
{ {
"name" "Bow" "name" "Bow"
"short" "Bow" "short" "Bow"
"color" "2A2A2A" "color" "2A2A2A"
"filter" "" "filter" ""
"weaponid" "769462" "weaponid" "769462"
"buttonid" "769444" "buttonid" "769444"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

1152
entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg Executable file → Normal file

File diff suppressed because it is too large Load Diff

72
entWatch4/configs/entwatch/ze_notredame_v1_3.cfg Executable file → Normal file
View File

@ -3,47 +3,47 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Shotgun" "name" "Shotgun"
"short" "Shotgun" "short" "Shotgun"
"color" "BB0000" "color" "BB0000"
"filter" "HunchBackC" "filter" "HunchBackC"
"weaponid" "119886" "weaponid" "119886"
"buttonid" "121553" "buttonid" "121553"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "59" "cooldown" "59"
} }
"1" "1"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "BB0000" "color" "BB0000"
"filter" "UndeadC" "filter" "UndeadC"
"weaponid" "127266" "weaponid" "127266"
"buttonid" "127263" "buttonid" "127263"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "59" "cooldown" "59"
} }
"2" "2"
{ {
"name" "Super Boost" "name" "Super Boost"
"short" "Boost" "short" "Boost"
"color" "111111" "color" "111111"
"filter" "ViolaC" "filter" "ViolaC"
"weaponid" "125124" "weaponid" "125124"
"buttonid" "125126" "buttonid" "125126"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "59" "cooldown" "59"
} }
} }

336
entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg Executable file → Normal file
View File

@ -3,214 +3,214 @@
// Human - Items // Human - Items
"0" "0"
{ {
"name" "Cisneros' Hero Burguer" "name" "Cisneros' Hero Burguer"
"short" "Burguer" "short" "Burguer"
"color" "120061" "color" "120061"
"filter" "burg_pl" "filter" "burg_pl"
"weaponid" "1905" "weaponid" "1905"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"1" "1"
{ {
"name" "Heal" "name" "Heal"
"short" "Heal" "short" "Heal"
"color" "FF0000" "color" "FF0000"
"filter" "heal" "filter" "heal"
"weaponid" "1984" "weaponid" "1984"
"buttonid" "1986" "buttonid" "1986"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"2" "2"
{ {
"name" "Flamethrower" "name" "Flamethrower"
"short" "Flamethrower" "short" "Flamethrower"
"color" "111111" "color" "111111"
"filter" "we1" "filter" "we1"
"weaponid" "2091" "weaponid" "2091"
"buttonid" "1993" "buttonid" "1993"
"triggerid" "0" "triggerid" "0"
"display" "5" "display" "5"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"3" "3"
{ {
"name" "Penis Gun" "name" "Penis Gun"
"short" "Penis Gun" "short" "Penis Gun"
"color" "FF6EB4" "color" "FF6EB4"
"filter" "penis" "filter" "penis"
"weaponid" "2618" "weaponid" "2618"
"buttonid" "2616" "buttonid" "2616"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "45" "cooldown" "45"
} }
"4" "4"
{ {
"name" "Raivb1000 Prototype" "name" "Raivb1000 Prototype"
"short" "Raivb1000" "short" "Raivb1000"
"color" "120061" "color" "120061"
"filter" "cannon" "filter" "cannon"
"weaponid" "2841" "weaponid" "2841"
"buttonid" "2842" "buttonid" "2842"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"5" "5"
{ {
"name" "Ammo Box" "name" "Ammo Box"
"short" "Ammo" "short" "Ammo"
"color" "2F2F2F" "color" "2F2F2F"
"filter" "ammo" "filter" "ammo"
"weaponid" "2971" "weaponid" "2971"
"buttonid" "2972" "buttonid" "2972"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "90" "cooldown" "90"
} }
"6" "6"
{ {
"name" "Mines" "name" "Mines"
"short" "Mines" "short" "Mines"
"color" "2F2F2F" "color" "2F2F2F"
"filter" "" "filter" ""
"weaponid" "3377" "weaponid" "3377"
"buttonid" "3378" "buttonid" "3378"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"7" "7"
{ {
"name" "Mines" "name" "Mines"
"short" "Mines" "short" "Mines"
"color" "2F2F2F" "color" "2F2F2F"
"filter" "" "filter" ""
"weaponid" "3386" "weaponid" "3386"
"buttonid" "3387" "buttonid" "3387"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"8" "8"
{ {
"name" "Rocket Launcher" "name" "Rocket Launcher"
"short" "Rocket" "short" "Rocket"
"color" "0080FF" "color" "0080FF"
"filter" "we2" "filter" "we2"
"weaponid" "3413" "weaponid" "3413"
"buttonid" "3437" "buttonid" "3437"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "1" "maxuses" "1"
"cooldown" "0" "cooldown" "0"
} }
"9" "9"
{ {
"name" "CoolR Gun" "name" "CoolR Gun"
"short" "CoolR" "short" "CoolR"
"color" "0000FF" "color" "0000FF"
"filter" "coolrguy" "filter" "coolrguy"
"weaponid" "3504" "weaponid" "3504"
"buttonid" "3502" "buttonid" "3502"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "1" "mode" "1"
"maxuses" "0" "maxuses" "0"
"cooldown" "75" "cooldown" "75"
} }
"10" "10"
{ {
"name" "Speed Weapon" "name" "Speed Weapon"
"short" "Speed" "short" "Speed"
"color" "00FF00" "color" "00FF00"
"filter" "" "filter" ""
"weaponid" "3792" "weaponid" "3792"
"buttonid" "0" "buttonid" "0"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"11" "11"
{ {
"name" "SpaceSuit" "name" "SpaceSuit"
"short" "SpaceSuit" "short" "SpaceSuit"
"color" "0000FF" "color" "0000FF"
"filter" "" "filter" ""
"weaponid" "2242" "weaponid" "2242"
"buttonid" "0" "buttonid" "0"
"triggerid" "349562" "triggerid" "349562"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
"12" "12"
{ {
"name" "Tornado" "name" "Tornado"
"short" "Tornado" "short" "Tornado"
"color" "00B33C" "color" "00B33C"
"filter" "tornado" "filter" "tornado"
"weaponid" "4047" "weaponid" "4047"
"buttonid" "4045" "buttonid" "4045"
"triggerid" "0" "triggerid" "0"
"display" "7" "display" "7"
"slot" "2" "slot" "2"
"mode" "2" "mode" "2"
"maxuses" "0" "maxuses" "0"
"cooldown" "120" "cooldown" "120"
} }
// Zombie - Items // Zombie - Items
"13" "13"
{ {
"name" "Fast Knife" "name" "Fast Knife"
"short" "Fast Zombie" "short" "Fast Zombie"
"color" "120061" "color" "120061"
"filter" "" "filter" ""
"weaponid" "2342" "weaponid" "2342"
"buttonid" "0" "buttonid" "0"
"triggerid" "368520" "triggerid" "368520"
"display" "7" "display" "7"
"slot" "3" "slot" "3"
"mode" "0" "mode" "0"
"maxuses" "0" "maxuses" "0"
"cooldown" "0" "cooldown" "0"
} }
} }

Some files were not shown because too many files have changed in this diff Show More