entWatch: Found these.
Might aswell push them =P
This commit is contained in:
parent
fa6b704db4
commit
be0c3a815c
28
_entWatch4/configs/entwatch/template.txt
Normal file
28
_entWatch4/configs/entwatch/template.txt
Normal file
@ -0,0 +1,28 @@
|
||||
"items"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "" // The "full" name of the item. (Used in CHAT)
|
||||
"short" "" // The "short" name of the item. (Used on the HUD)
|
||||
"color" "" // The HEX color code of the item.
|
||||
"filter" "" // The targetname maps use for filtering. (Leave empty if none)
|
||||
"weaponid" "0" // The HammerID of the weapon.
|
||||
"buttonid" "0" // The HammerID of the button.
|
||||
"triggerid" "0" // The HammerID of the trigger.
|
||||
"display" "0" // The Bitflag for displays.
|
||||
// 1 = CHAT.
|
||||
// 2 = HUD.
|
||||
// 3 = CHAT & HUD.
|
||||
// 4 = USE.
|
||||
// 5 = CHAT & USE.
|
||||
// 6 = HUD & USE.
|
||||
// 7 = ALL.
|
||||
"mode" "0" // The mode of the item.
|
||||
// 1 = Cooldown.
|
||||
// 2 = Limited uses.
|
||||
// 3 = Limited uses with cooldown.
|
||||
// 4 = Cooldown after multiple uses.
|
||||
"maxuses" "0" // The maximum amount of uses.
|
||||
"cooldown" "0" // The cooldown between uses.
|
||||
}
|
||||
}
|
115
_entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg
Normal file
115
_entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg
Normal file
@ -0,0 +1,115 @@
|
||||
"items"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "portador_gravedad"
|
||||
"weaponid" "1589"
|
||||
"buttonid" "1587"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "portador_electro"
|
||||
"weaponid" "1546"
|
||||
"buttonid" "1544"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "portador_fire"
|
||||
"weaponid" "1410"
|
||||
"buttonid" "1422"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "portador_ice"
|
||||
"weaponid" "1377"
|
||||
"buttonid" "1398"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "portador_heal"
|
||||
"weaponid" "1492"
|
||||
"buttonid" "1494"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "portador_earth"
|
||||
"weaponid" "1460"
|
||||
"buttonid" "1463"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "portador_viento"
|
||||
"weaponid" "1434"
|
||||
"buttonid" "1440"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "portador_ultima"
|
||||
"weaponid" "1359"
|
||||
"buttonid" "1364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
233
_entWatch4/configs/entwatch/ze_ffxii_westersand_v8beta6.cfg
Normal file
233
_entWatch4/configs/entwatch/ze_ffxii_westersand_v8beta6.cfg
Normal file
@ -0,0 +1,233 @@
|
||||
"items"
|
||||
{
|
||||
// Zombie - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Zombie Lure"
|
||||
"short" "Zombie Lure"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Lure"
|
||||
"weaponid" "2665489"
|
||||
"buttonid" "2665560"
|
||||
"triggerid" "2667155"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Zombie Blind"
|
||||
"short" "Zombie Blind"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Blind"
|
||||
"weaponid" "2665770"
|
||||
"buttonid" "2665772"
|
||||
"triggerid" "2667152"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Zombie Warp"
|
||||
"short" "Zombie Warp"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Warp"
|
||||
"weaponid" "2666579"
|
||||
"buttonid" "2666581"
|
||||
"triggerid" "2667149"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Zombie Invisibility"
|
||||
"short" "Zombie Invisibility"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Invis"
|
||||
"weaponid" "2666721"
|
||||
"buttonid" "2666653"
|
||||
"triggerid" "2666723"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Zombie Shield"
|
||||
"short" "Zombie Shield"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Shield"
|
||||
"weaponid" "2666977"
|
||||
"buttonid" "2666981"
|
||||
"triggerid" "2666974"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Zombie Heal"
|
||||
"short" "Zombie Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Heal"
|
||||
"weaponid" "2667303"
|
||||
"buttonid" "2667229"
|
||||
"triggerid" "2667226"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Zombie Fire"
|
||||
"short" "Zombie Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Fire"
|
||||
"weaponid" "2708384"
|
||||
"buttonid" "2708251"
|
||||
"triggerid" "2708528"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Zombie Frost"
|
||||
"short" "Zombie Frost"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Frost"
|
||||
"weaponid" "2708451"
|
||||
"buttonid" "2708520"
|
||||
"triggerid" "2708525"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
|
||||
// Human - Items
|
||||
"8"
|
||||
{
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0000FF"
|
||||
"filter" "Player_Staff_Water"
|
||||
"weaponid" "2665857"
|
||||
"buttonid" "2665844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "Player_Staff_Fire"
|
||||
"weaponid" "2665939"
|
||||
"buttonid" "2666016"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Heal"
|
||||
"weaponid" "2666175"
|
||||
"buttonid" "2666177"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Player_Staff_Earth"
|
||||
"weaponid" "2666253"
|
||||
"buttonid" "2665924"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "FFFF00"
|
||||
"filter" "Player_Staff_Electro"
|
||||
"weaponid" "2666329"
|
||||
"buttonid" "2666341"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "Player_Staff_Wind"
|
||||
"weaponid" "2666416"
|
||||
"buttonid" "2666409"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Holy"
|
||||
"weaponid" "2666037"
|
||||
"buttonid" "2666019"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"15"
|
||||
{
|
||||
"name" "Solo Winner"
|
||||
"short" "Solo Winner"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4270237"
|
||||
"buttonid" "4270234"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
528
_entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg
Normal file
528
_entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg
Normal file
@ -0,0 +1,528 @@
|
||||
"items"
|
||||
{
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347177"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082283"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398014"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398000"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398012"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"13"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397968"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397974"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397980"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"21"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Barricades
|
||||
"23"
|
||||
{
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "4277722"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "4277618"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"25"
|
||||
{
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "4277627"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "4277634"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "4277645"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"28"
|
||||
{
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "4277697"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"29"
|
||||
{
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "4277682"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "4277678"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "4277652"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "4277708"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"33"
|
||||
{
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "4277711"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"34"
|
||||
{
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "4277722"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"35"
|
||||
{
|
||||
"name" "Barricade - Table"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "4277725"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"36"
|
||||
{
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "4277732"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
556
_entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_5.cfg
Normal file
556
_entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_5.cfg
Normal file
@ -0,0 +1,556 @@
|
||||
"items"
|
||||
{
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347177"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082283"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398014"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398000"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1398012"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"13"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397968"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397974"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397980"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Ladder"
|
||||
"short" "Ladder"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397546"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Ladder"
|
||||
"short" "Ladder"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397571"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"23"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Barricades
|
||||
"25"
|
||||
{
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "4277722"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "4277618"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "4277627"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"28"
|
||||
{
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "4277634"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"29"
|
||||
{
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "4277645"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "4277697"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "4277682"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "4277678"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"33"
|
||||
{
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "4277652"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"34"
|
||||
{
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "4277708"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"35"
|
||||
{
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "4277711"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"36"
|
||||
{
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "4277722"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"37"
|
||||
{
|
||||
"name" "Barricade - Table"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "4277725"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"38"
|
||||
{
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Barricade"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "4277732"
|
||||
"triggerid" "0"
|
||||
"display" "4"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
692
_entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg
Normal file
692
_entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg
Normal file
@ -0,0 +1,692 @@
|
||||
"items"
|
||||
{
|
||||
// Zombie - Minas
|
||||
"0"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1783"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1803"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1407995"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1408081"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2530359"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2530356"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Paranoid
|
||||
"3"
|
||||
{
|
||||
"name" "Jumper"
|
||||
"short" "Jumper"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "11041"
|
||||
"buttonid" "11028"
|
||||
"triggerid" "11038"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "5"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "11073"
|
||||
"buttonid" "0"
|
||||
"triggerid" "11070"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Titan"
|
||||
"short" "Titan"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "11197"
|
||||
"buttonid" "0"
|
||||
"triggerid" "11194"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Zombie Summoner"
|
||||
"short" "Summoner"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "204658"
|
||||
"buttonid" "0"
|
||||
"triggerid" "451517"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Bird"
|
||||
"short" "Bird"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1565785"
|
||||
"buttonid" "1565800"
|
||||
"triggerid" "1565782"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Stopper"
|
||||
"short" "Stopper"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1735652"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1735649"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Pyramid Head"
|
||||
"short" "Pyramid Head"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1910977"
|
||||
"buttonid" "1910989"
|
||||
"triggerid" "1910979"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Scary Zombie"
|
||||
"short" "Scary Zombie"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1958934"
|
||||
"buttonid" "1958950"
|
||||
"triggerid" "1958936"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "37"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Crab"
|
||||
"short" "Crab"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "3395991"
|
||||
"buttonid" "0"
|
||||
"triggerid" "3396008"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Random
|
||||
"12"
|
||||
{
|
||||
"name" "Trampoline"
|
||||
"short" "Trampoline"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "283070"
|
||||
"buttonid" "283140"
|
||||
"triggerid" "283067"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "48"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Vacuum"
|
||||
"short" "Vacuum"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "289433"
|
||||
"buttonid" "289786"
|
||||
"triggerid" "1408555"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "44"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket Launcher"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1147636"
|
||||
"buttonid" "1147803"
|
||||
"triggerid" "1147642"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "44"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Cube"
|
||||
"short" "Cube"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "3554464"
|
||||
"buttonid" "3554466"
|
||||
"triggerid" "3554461"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "1"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Raptor"
|
||||
"short" "Raptor"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "3756576"
|
||||
"buttonid" "3756567"
|
||||
"triggerid" "3756570"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "17"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Shadow Ball"
|
||||
"short" "Shadow Ball"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "3922762"
|
||||
"buttonid" "3922767"
|
||||
"triggerid" "3922764"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Minas
|
||||
"18"
|
||||
{
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Barricade - Bench"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2482022"
|
||||
"buttonid" "2482024"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Barricade - Fence"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2482035"
|
||||
"buttonid" "2482037"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Barricade - Shelf"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2482048"
|
||||
"buttonid" "2482050"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Barricade - Crate"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2482100"
|
||||
"buttonid" "2482102"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Barricade - Haybale"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2482126"
|
||||
"buttonid" "2482128"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Paper Escaper
|
||||
"23"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "838069"
|
||||
"buttonid" "838136"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "Raivb1000"
|
||||
"short" "Raivb1000"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1188732"
|
||||
"buttonid" "1188734"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Paranoid
|
||||
"25"
|
||||
{
|
||||
"name" "Earendil Light"
|
||||
"short" "Earendil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1848"
|
||||
"buttonid" "1850"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Singularity Cannon"
|
||||
"short" "Singularity"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "766634"
|
||||
"buttonid" "766636"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "16"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "C4"
|
||||
"short" "C4"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "767352"
|
||||
"buttonid" "767363"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"28"
|
||||
{
|
||||
"name" "VIP"
|
||||
"short" "VIP"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1436876"
|
||||
"buttonid" "1437079"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"29"
|
||||
{
|
||||
"name" "Ladder"
|
||||
"short" "Ladder"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1719258"
|
||||
"buttonid" "1719265"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2016309"
|
||||
"buttonid" "2016209"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Freezer"
|
||||
"short" "Freezer"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3260193"
|
||||
"buttonid" "3260205"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "23"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Annihilator"
|
||||
"short" "Annihilator"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3261303"
|
||||
"buttonid" "3261305"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Predator
|
||||
"33"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1879"
|
||||
"buttonid" "1877"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"34"
|
||||
{
|
||||
"name" "Pushgun"
|
||||
"short" "Pushgun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1904"
|
||||
"buttonid" "1899"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"35"
|
||||
{
|
||||
"name" "Alien Device"
|
||||
"short" "Device"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "108727"
|
||||
"buttonid" "108594"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Mako
|
||||
"36"
|
||||
{
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1918"
|
||||
"buttonid" "1914"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"37"
|
||||
{
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1928"
|
||||
"buttonid" "1984"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"38"
|
||||
{
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1948"
|
||||
"buttonid" "1943"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"39"
|
||||
{
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1963"
|
||||
"buttonid" "1959"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"40"
|
||||
{
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1975"
|
||||
"buttonid" "1971"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"41"
|
||||
{
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2010"
|
||||
"buttonid" "2005"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "4"
|
||||
"maxuses" "3"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"42"
|
||||
{
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "791149"
|
||||
"buttonid" "791146"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
|
||||
// Human - Random
|
||||
"43"
|
||||
{
|
||||
"name" "Speed Weapon"
|
||||
"short" "Speed"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1906"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"44"
|
||||
{
|
||||
"name" "Barricade"
|
||||
"short" "Barricade"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1422178"
|
||||
"buttonid" "1422175"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "18"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"45"
|
||||
{
|
||||
"name" "Invisibility"
|
||||
"short" "Invisibility"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3285374"
|
||||
"buttonid" "3285447"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"46"
|
||||
{
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3554386"
|
||||
"buttonid" "3554394"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "4"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"47"
|
||||
{
|
||||
"name" "Bunker"
|
||||
"short" "Bunker"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "4479286"
|
||||
"buttonid" "4479288"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
622
_entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg
Normal file
622
_entWatch4/configs/entwatch/ze_paranoid_rezurrection_v11_9.cfg
Normal file
@ -0,0 +1,622 @@
|
||||
"items"
|
||||
{
|
||||
// Zombie - Regular items..
|
||||
"0"
|
||||
{
|
||||
"name" "Scary Zombie"
|
||||
"short" "Scary"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "145113"
|
||||
"buttonid" "0"
|
||||
"triggerid" "145110"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Barnacle Impulsion Zombie"
|
||||
"short" "Barnacle"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "146266"
|
||||
"buttonid" "146263"
|
||||
"triggerid" "146260"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Jumper"
|
||||
"short" "Jumper"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "144229"
|
||||
"buttonid" "0"
|
||||
"triggerid" "144236"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Summoner Zombie"
|
||||
"short" "Summoner"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "143988"
|
||||
"buttonid" "0"
|
||||
"triggerid" "143985"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Stopper Zombie"
|
||||
"short" "Stopper"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "143893"
|
||||
"buttonid" "0"
|
||||
"triggerid" "143885"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Boss monsters..
|
||||
"5"
|
||||
{
|
||||
"name" "T-Rex"
|
||||
"short" "T-Rex"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "145960"
|
||||
"buttonid" "0"
|
||||
"triggerid" "145962"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "145917"
|
||||
"buttonid" "0"
|
||||
"triggerid" "147102"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Titan"
|
||||
"short" "Titan"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "144572"
|
||||
"buttonid" "0"
|
||||
"triggerid" "144574"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Special items..
|
||||
"8"
|
||||
{
|
||||
"name" "Vortigaunt"
|
||||
"short" "Vortigaunt"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "146131"
|
||||
"buttonid" "0"
|
||||
"triggerid" "146053"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Synth"
|
||||
"short" "Synth"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "144625"
|
||||
"buttonid" "0"
|
||||
"triggerid" "144622"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "144555"
|
||||
"buttonid" "0"
|
||||
"triggerid" "144563"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Pyramid Head"
|
||||
"short" "Pyramid Head"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "144536"
|
||||
"buttonid" "147286"
|
||||
"triggerid" "144538"
|
||||
"display" "7"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Neutral - Regular Items..
|
||||
"12"
|
||||
{
|
||||
"name" "Dog"
|
||||
"short" "Dog"
|
||||
"color" "CCCCCC"
|
||||
"filter" ""
|
||||
"weaponid" "146285"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Humans - Regular Items..
|
||||
"13"
|
||||
{
|
||||
"name" "Unlimited Ammo Weapon"
|
||||
"short" "Unlimited Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "145101"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Zombie Radar"
|
||||
"short" "Zombie Radar"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144352"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Invurnability Weapon"
|
||||
"short" "Invurnability"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144022"
|
||||
"buttonid" "144013"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Teleport Weapon"
|
||||
"short" "Teleport"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143913"
|
||||
"buttonid" "143907"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Sprint Weapon"
|
||||
"short" "Sprint"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143840"
|
||||
"buttonid" "143772"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Invisibility Weapon"
|
||||
"short" "Invisibility"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143756"
|
||||
"buttonid" "143760"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Car"
|
||||
"short" "Car"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "145895"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Humans - First maze items..
|
||||
"20"
|
||||
{
|
||||
"name" "Giant Chainsaw"
|
||||
"short" "Chainsaw"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Gravity Gun"
|
||||
"short" "Gravity Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144665"
|
||||
"buttonid" "144662"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144195"
|
||||
"buttonid" "144116"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"23"
|
||||
{
|
||||
"name" "Freezer"
|
||||
"short" "Freezer"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144101"
|
||||
"buttonid" "144106"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "23"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "MG42"
|
||||
"short" "MG42"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "805697"
|
||||
"buttonid" "805687"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "22"
|
||||
}
|
||||
"25"
|
||||
{
|
||||
"name" "Ladder Carrier"
|
||||
"short" "Ladder"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144215"
|
||||
"buttonid" "144210"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143902"
|
||||
"buttonid" "143896"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "1"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "Grenade Maker"
|
||||
"short" "Grenade Maker"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143869"
|
||||
"buttonid" "143866"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "15"
|
||||
"cooldown" "1"
|
||||
}
|
||||
"28"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket Launcher"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "143855"
|
||||
"buttonid" "143852"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "6"
|
||||
}
|
||||
"29"
|
||||
{
|
||||
"name" "Bed Item"
|
||||
"short" "Bed"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "146242"
|
||||
"buttonid" "146239"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "18"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Heal Item"
|
||||
"short" "Heal"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "146227"
|
||||
"buttonid" "146229"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Earendil Light"
|
||||
"short" "Earendil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144631"
|
||||
"buttonid" "146921"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Gandalf Staff"
|
||||
"short" "Gandalf"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144243"
|
||||
"buttonid" "147292"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Humans - Second maze items..
|
||||
"33"
|
||||
{
|
||||
"name" "Juggernaut"
|
||||
"short" "Juggernaut"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144513"
|
||||
"buttonid" "146796"
|
||||
"triggerid" "146784"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Singularity Cannon"
|
||||
"short" "Singularity"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144359"
|
||||
"buttonid" "144364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "3"
|
||||
"cooldown" "16"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Thundergun"
|
||||
"short" "Thundergun"
|
||||
"color" "0040FF"
|
||||
"filter" "thunderG"
|
||||
"weaponid" "146155"
|
||||
"buttonid" "146140"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "3"
|
||||
"maxuses" "3"
|
||||
"cooldown" "1"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Slower Weapon"
|
||||
"short" "Slower"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "144516"
|
||||
"buttonid" "146802"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "0040FF"
|
||||
"filter" "minigunh"
|
||||
"weaponid" "627131"
|
||||
"buttonid" "627056"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Special items..
|
||||
"38"
|
||||
{
|
||||
"name" "Holy Grenade"
|
||||
"short" "Holy Grenade"
|
||||
"color" "0040FF"
|
||||
"filter" "holyh"
|
||||
"weaponid" "147054"
|
||||
"buttonid" "147056"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"39"
|
||||
{
|
||||
"name" "Annihilator"
|
||||
"short" "Annihilator"
|
||||
"color" "0040FF"
|
||||
"filter" "humanoaniquilador"
|
||||
"weaponid" "145427"
|
||||
"buttonid" "145429"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Neutral - Gamemode Items..
|
||||
"40"
|
||||
{
|
||||
"name" "Zombie Boss"
|
||||
"short" "Zombie Boss"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "147300"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"41"
|
||||
{
|
||||
"name" "VIP"
|
||||
"short" "VIP"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "100001"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"42"
|
||||
{
|
||||
"name" "Jukebox"
|
||||
"short" "Jukebox"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1234469"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user