update entwatch cfgs and convert to tab indentation
This commit is contained in:
parent
c62bc03193
commit
d9fb7ad700
0
entWatch4/configs/entwatch/missing.sh
Normal file → Executable file
0
entWatch4/configs/entwatch/missing.sh
Normal file → Executable file
62
entWatch4/configs/entwatch/template.txt
Executable file → Normal file
62
entWatch4/configs/entwatch/template.txt
Executable file → Normal file
@ -1,34 +1,34 @@
|
||||
"items"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "" // The "full" name of the item. (Used in CHAT)
|
||||
"short" "" // The "short" name of the item. (Used on the HUD)
|
||||
"color" "" // The HEX color code of the item.
|
||||
"filter" "" // The targetname maps use for filtering. (Leave empty if none)
|
||||
"weaponid" "0" // The HammerID of the weapon.
|
||||
"buttonid" "0" // The HammerID of the button.
|
||||
"triggerid" "0" // The HammerID of the trigger.
|
||||
"display" "0" // The Bitflag for displays.
|
||||
// 1 = CHAT.
|
||||
// 2 = USE.
|
||||
// 3 = CHAT & USE.
|
||||
// 4 = HUD.
|
||||
// 5 = CHAT & HUD.
|
||||
// 6 = USE & HUD.
|
||||
// 7 = ALL.
|
||||
"slot" "0" // The weapon slot.
|
||||
// 0 = None
|
||||
// 1 = Primary
|
||||
// 2 = Secondary
|
||||
// 3 = Knife
|
||||
// 4 = Grenades
|
||||
"mode" "0" // The mode of the item.
|
||||
// 1 = Cooldown.
|
||||
// 2 = Limited uses.
|
||||
// 3 = Limited uses with cooldown.
|
||||
// 4 = Cooldown after multiple uses.
|
||||
"maxuses" "0" // The maximum amount of uses.
|
||||
"cooldown" "0" // The cooldown between uses.
|
||||
}
|
||||
"0"
|
||||
{
|
||||
"name" "" // The "full" name of the item. (Used in CHAT)
|
||||
"short" "" // The "short" name of the item. (Used on the HUD)
|
||||
"color" "" // The HEX color code of the item.
|
||||
"filter" "" // The targetname maps use for filtering. (Leave empty if none)
|
||||
"weaponid" "0" // The HammerID of the weapon.
|
||||
"buttonid" "0" // The HammerID of the button.
|
||||
"triggerid" "0" // The HammerID of the trigger.
|
||||
"display" "0" // The Bitflag for displays.
|
||||
// 1 = CHAT.
|
||||
// 2 = USE.
|
||||
// 3 = CHAT & USE.
|
||||
// 4 = HUD.
|
||||
// 5 = CHAT & HUD.
|
||||
// 6 = USE & HUD.
|
||||
// 7 = ALL.
|
||||
"slot" "0" // The weapon slot.
|
||||
// 0 = None
|
||||
// 1 = Primary
|
||||
// 2 = Secondary
|
||||
// 3 = Knife
|
||||
// 4 = Grenades
|
||||
"mode" "0" // The mode of the item.
|
||||
// 1 = Cooldown.
|
||||
// 2 = Limited uses.
|
||||
// 3 = Limited uses with cooldown.
|
||||
// 4 = Cooldown after multiple uses.
|
||||
"maxuses" "0" // The maximum amount of uses.
|
||||
"cooldown" "0" // The cooldown between uses.
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
101
entWatch4/configs/entwatch/ze_8bit_v5b.cfg
Normal file
101
entWatch4/configs/entwatch/ze_8bit_v5b.cfg
Normal 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
120
entWatch4/configs/entwatch/ze_abandoned_project_v1_2.cfg
Executable file → Normal file
@ -3,77 +3,77 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Red Ball"
|
||||
"short" "Rball"
|
||||
"color" "FF0000"
|
||||
"filter" "filtronucleo"
|
||||
"weaponid" "5127"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Red Ball"
|
||||
"short" "Rball"
|
||||
"color" "FF0000"
|
||||
"filter" "filtronucleo"
|
||||
"weaponid" "5127"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Green Ball"
|
||||
"short" "Gball"
|
||||
"color" "04B404"
|
||||
"filter" "filtronucleo2"
|
||||
"weaponid" "5129"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Green Ball"
|
||||
"short" "Gball"
|
||||
"color" "04B404"
|
||||
"filter" "filtronucleo2"
|
||||
"weaponid" "5129"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "111111"
|
||||
"filter" "torreta_0"
|
||||
"weaponid" "561736"
|
||||
"buttonid" "561738"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "111111"
|
||||
"filter" "torreta_0"
|
||||
"weaponid" "561736"
|
||||
"buttonid" "561738"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "111111"
|
||||
"filter" "torreta_1"
|
||||
"weaponid" "561787"
|
||||
"buttonid" "561789"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "111111"
|
||||
"filter" "torreta_1"
|
||||
"weaponid" "561787"
|
||||
"buttonid" "561789"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" "lanzallamero"
|
||||
"weaponid" "562339"
|
||||
"buttonid" "562341"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" "lanzallamero"
|
||||
"weaponid" "562339"
|
||||
"buttonid" "562341"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_alien_shooter_v7.cfg
Executable file → Normal file
@ -3,77 +3,77 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Electro"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "Filter_Electro"
|
||||
"weaponid" "82185"
|
||||
"buttonid" "82187"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Electro"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "Filter_Electro"
|
||||
"weaponid" "82185"
|
||||
"buttonid" "82187"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Filter_Fire"
|
||||
"weaponid" "85797"
|
||||
"buttonid" "85799"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Filter_Fire"
|
||||
"weaponid" "85797"
|
||||
"buttonid" "85799"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Filter_Heal"
|
||||
"weaponid" "87600"
|
||||
"buttonid" "87667"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Filter_Heal"
|
||||
"weaponid" "87600"
|
||||
"buttonid" "87667"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Filter_Wind"
|
||||
"weaponid" "88534"
|
||||
"buttonid" "88601"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Filter_Wind"
|
||||
"weaponid" "88534"
|
||||
"buttonid" "88601"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Bio"
|
||||
"short" "Bio"
|
||||
"color" "20BC59"
|
||||
"filter" "Filter_Bio"
|
||||
"weaponid" "89477"
|
||||
"buttonid" "89472"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Bio"
|
||||
"short" "Bio"
|
||||
"color" "20BC59"
|
||||
"filter" "Filter_Bio"
|
||||
"weaponid" "89477"
|
||||
"buttonid" "89472"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_alien_vs_predator_v5.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "04B404"
|
||||
"filter" "bootro"
|
||||
"weaponid" "2532529"
|
||||
"buttonid" "2532531"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "15"
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "04B404"
|
||||
"filter" "bootro"
|
||||
"weaponid" "2532529"
|
||||
"buttonid" "2532531"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "15"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Filter_Heal"
|
||||
"weaponid" "9191195"
|
||||
"buttonid" "9191192"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "49"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Filter_Heal"
|
||||
"weaponid" "9191195"
|
||||
"buttonid" "9191192"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "49"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "4A8AE2"
|
||||
"filter" ""
|
||||
"weaponid" "2468646"
|
||||
"buttonid" "9027758"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "4A8AE2"
|
||||
"filter" ""
|
||||
"weaponid" "2468646"
|
||||
"buttonid" "9027758"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_ancient_wrath_v1_fix2.cfg
Executable file → Normal file
@ -3,109 +3,109 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Ammo Gun"
|
||||
"short" "Ammo"
|
||||
"color" "FFCC33"
|
||||
"filter" "weapon_ammorefill_player"
|
||||
"weaponid" "2063283"
|
||||
"buttonid" "2063138"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Ammo Gun"
|
||||
"short" "Ammo"
|
||||
"color" "FFCC33"
|
||||
"filter" "weapon_ammorefill_player"
|
||||
"weaponid" "2063283"
|
||||
"buttonid" "2063138"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Rift Gun"
|
||||
"short" "Rift"
|
||||
"color" "9900FF"
|
||||
"filter" "weapon_electro_player"
|
||||
"weaponid" "2068427"
|
||||
"buttonid" "2068424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
"name" "Rift Gun"
|
||||
"short" "Rift"
|
||||
"color" "9900FF"
|
||||
"filter" "weapon_electro_player"
|
||||
"weaponid" "2068427"
|
||||
"buttonid" "2068424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Inferno Gun"
|
||||
"short" "Inferno"
|
||||
"color" "FF3700"
|
||||
"filter" "weapon_flamethrower_player"
|
||||
"weaponid" "2070457"
|
||||
"buttonid" "2070459"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Inferno Gun"
|
||||
"short" "Inferno"
|
||||
"color" "FF3700"
|
||||
"filter" "weapon_flamethrower_player"
|
||||
"weaponid" "2070457"
|
||||
"buttonid" "2070459"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Growth Gun"
|
||||
"short" "Growth"
|
||||
"color" "669900"
|
||||
"filter" "weapon_earth_player"
|
||||
"weaponid" "2073008"
|
||||
"buttonid" "2073003"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Growth Gun"
|
||||
"short" "Growth"
|
||||
"color" "669900"
|
||||
"filter" "weapon_earth_player"
|
||||
"weaponid" "2073008"
|
||||
"buttonid" "2073003"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Tornado Gun"
|
||||
"short" "Tornado"
|
||||
"color" "0099CC"
|
||||
"filter" "weapon_push_player"
|
||||
"weaponid" "2073926"
|
||||
"buttonid" "2073928"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Tornado Gun"
|
||||
"short" "Tornado"
|
||||
"color" "0099CC"
|
||||
"filter" "weapon_push_player"
|
||||
"weaponid" "2073926"
|
||||
"buttonid" "2073928"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"5"
|
||||
{
|
||||
"name" "Quadralex"
|
||||
"short" "Quadralex"
|
||||
"color" "E4A1FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109516"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109507"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Quadralex"
|
||||
"short" "Quadralex"
|
||||
"color" "E4A1FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109516"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109507"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Rusher"
|
||||
"short" "Rusher"
|
||||
"color" "9900FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109055"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109046"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rusher"
|
||||
"short" "Rusher"
|
||||
"color" "9900FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109055"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109046"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_ancient_wrath_v2_test27.cfg
Executable file → Normal file
@ -3,109 +3,109 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Ammo Gun"
|
||||
"short" "Ammo"
|
||||
"color" "FFCC33"
|
||||
"filter" "weapon_ammorefill_player"
|
||||
"weaponid" "4791896"
|
||||
"buttonid" "4791891"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Ammo Gun"
|
||||
"short" "Ammo"
|
||||
"color" "FFCC33"
|
||||
"filter" "weapon_ammorefill_player"
|
||||
"weaponid" "4791896"
|
||||
"buttonid" "4791891"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Rift Gun"
|
||||
"short" "Rift"
|
||||
"color" "9900FF"
|
||||
"filter" "weapon_electro_player"
|
||||
"weaponid" "4792261"
|
||||
"buttonid" "4792258"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Rift Gun"
|
||||
"short" "Rift"
|
||||
"color" "9900FF"
|
||||
"filter" "weapon_electro_player"
|
||||
"weaponid" "4792261"
|
||||
"buttonid" "4792258"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Inferno Gun"
|
||||
"short" "Inferno"
|
||||
"color" "FF3700"
|
||||
"filter" "weapon_flamethrower_player"
|
||||
"weaponid" "4792537"
|
||||
"buttonid" "4792539"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Inferno Gun"
|
||||
"short" "Inferno"
|
||||
"color" "FF3700"
|
||||
"filter" "weapon_flamethrower_player"
|
||||
"weaponid" "4792537"
|
||||
"buttonid" "4792539"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Growth Gun"
|
||||
"short" "Growth"
|
||||
"color" "669900"
|
||||
"filter" "weapon_earth_player"
|
||||
"weaponid" "4793316"
|
||||
"buttonid" "4793318"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Growth Gun"
|
||||
"short" "Growth"
|
||||
"color" "669900"
|
||||
"filter" "weapon_earth_player"
|
||||
"weaponid" "4793316"
|
||||
"buttonid" "4793318"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Tornado Gun"
|
||||
"short" "Tornado"
|
||||
"color" "0099CC"
|
||||
"filter" "weapon_push_player"
|
||||
"weaponid" "4793530"
|
||||
"buttonid" "4793527"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Tornado Gun"
|
||||
"short" "Tornado"
|
||||
"color" "0099CC"
|
||||
"filter" "weapon_push_player"
|
||||
"weaponid" "4793530"
|
||||
"buttonid" "4793527"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"5"
|
||||
{
|
||||
"name" "Quadralex"
|
||||
"short" "Quadralex"
|
||||
"color" "E4A1FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109516"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109507"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Quadralex"
|
||||
"short" "Quadralex"
|
||||
"color" "E4A1FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109516"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109507"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Rusher"
|
||||
"short" "Rusher"
|
||||
"color" "9900FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109055"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109046"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rusher"
|
||||
"short" "Rusher"
|
||||
"color" "9900FF"
|
||||
"filter" ""
|
||||
"weaponid" "2109055"
|
||||
"buttonid" ""
|
||||
"triggerid" "2109046"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_antartika_b2.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_antartika_b2.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "EEFF00"
|
||||
"filter" "banana"
|
||||
"weaponid" "600295"
|
||||
"buttonid" "600299"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "EEFF00"
|
||||
"filter" "banana"
|
||||
"weaponid" "600295"
|
||||
"buttonid" "600299"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "600240"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "600240"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_ashen_keep_v0_3.cfg
Executable file → Normal file
@ -3,107 +3,107 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Burning Orb"
|
||||
"short" "Burning Orb"
|
||||
"color" "EA6309"
|
||||
"filter" "flameuser"
|
||||
"weaponid" "1015926"
|
||||
"buttonid" "1015928"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Burning Orb"
|
||||
"short" "Burning Orb"
|
||||
"color" "EA6309"
|
||||
"filter" "flameuser"
|
||||
"weaponid" "1015926"
|
||||
"buttonid" "1015928"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Glacial Orb"
|
||||
"short" "Glacial Orb"
|
||||
"color" "6DE3FC"
|
||||
"filter" "iceuser"
|
||||
"weaponid" "1015959"
|
||||
"buttonid" "1015961"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Glacial Orb"
|
||||
"short" "Glacial Orb"
|
||||
"color" "6DE3FC"
|
||||
"filter" "iceuser"
|
||||
"weaponid" "1015959"
|
||||
"buttonid" "1015961"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Lightning Orb"
|
||||
"short" "Lightning Orb"
|
||||
"color" "F9EF77"
|
||||
"filter" "thunderuser"
|
||||
"weaponid" "1015992"
|
||||
"buttonid" "1015994"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Lightning Orb"
|
||||
"short" "Lightning Orb"
|
||||
"color" "F9EF77"
|
||||
"filter" "thunderuser"
|
||||
"weaponid" "1015992"
|
||||
"buttonid" "1015994"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Gust Orb"
|
||||
"short" "Gust Orb"
|
||||
"color" "8AEEC3"
|
||||
"filter" "gustuser"
|
||||
"weaponid" "1016176"
|
||||
"buttonid" "1016178"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Gust Orb"
|
||||
"short" "Gust Orb"
|
||||
"color" "8AEEC3"
|
||||
"filter" "gustuser"
|
||||
"weaponid" "1016176"
|
||||
"buttonid" "1016178"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Divine Orb"
|
||||
"short" "Divine Orb"
|
||||
"color" "E0FDFE"
|
||||
"filter" "divineuser"
|
||||
"weaponid" "1016025"
|
||||
"buttonid" "1016027"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Divine Orb"
|
||||
"short" "Divine Orb"
|
||||
"color" "E0FDFE"
|
||||
"filter" "divineuser"
|
||||
"weaponid" "1016025"
|
||||
"buttonid" "1016027"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Abyssal Orb"
|
||||
"short" "Abyssal Orb"
|
||||
"color" "D10C96"
|
||||
"filter" "abyssuser"
|
||||
"weaponid" "1016076"
|
||||
"buttonid" "1016078"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Abyssal Orb"
|
||||
"short" "Abyssal Orb"
|
||||
"color" "D10C96"
|
||||
"filter" "abyssuser"
|
||||
"weaponid" "1016076"
|
||||
"buttonid" "1016078"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Celestial Embrace"
|
||||
"short" "Celestial Embrace"
|
||||
"color" "FDCCFD"
|
||||
"filter" ""
|
||||
"weaponid" "1016062"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Celestial Embrace"
|
||||
"short" "Celestial Embrace"
|
||||
"color" "FDCCFD"
|
||||
"filter" ""
|
||||
"weaponid" "1016062"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
10
entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg
Executable file → Normal file
10
entWatch4/configs/entwatch/ze_assassins_creed_v1.cfg
Executable file → Normal file
@ -22,14 +22,14 @@
|
||||
"short" "Torch"
|
||||
"color" "800000"
|
||||
"filter" "player_torch"
|
||||
"weaponid" "1025466"
|
||||
"weaponid" "1025466"
|
||||
"buttonid" "1025433"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "6"
|
||||
"cooldown" "9"
|
||||
"mode" "3"
|
||||
"maxuses" "6"
|
||||
"cooldown" "9"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
@ -37,7 +37,7 @@
|
||||
"short" "Ammo"
|
||||
"color" "ffff00"
|
||||
"filter" "player_ammo"
|
||||
"weaponid" "1376865"
|
||||
"weaponid" "1376865"
|
||||
"buttonid" "1376851"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
|
96
entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_atix_extinction_b7.cfg
Executable file → Normal file
@ -3,64 +3,64 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Pushgun"
|
||||
"short" "Pushgun"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "443964"
|
||||
"buttonid" "443953"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "21"
|
||||
"name" "Pushgun"
|
||||
"short" "Pushgun"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "443964"
|
||||
"buttonid" "443953"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "21"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Napalm Launcher"
|
||||
"short" "Napalm Launcher"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "507423"
|
||||
"buttonid" "507432"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "32"
|
||||
"cooldown" "4"
|
||||
"name" "Napalm Launcher"
|
||||
"short" "Napalm Launcher"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "507423"
|
||||
"buttonid" "507432"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "32"
|
||||
"cooldown" "4"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "483667"
|
||||
"buttonid" "483669"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "0072FF"
|
||||
"filter" ""
|
||||
"weaponid" "483667"
|
||||
"buttonid" "483669"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"3"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "442275"
|
||||
"buttonid" "0"
|
||||
"triggerid" "442281"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "442275"
|
||||
"buttonid" "0"
|
||||
"triggerid" "442281"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
192
entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg
Executable file → Normal file
192
entWatch4/configs/entwatch/ze_avalanche_reboot_beta7.cfg
Executable file → Normal file
@ -3,122 +3,122 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Blue Spark"
|
||||
"short" "Spark"
|
||||
"color" "0000FF"
|
||||
"filter" "ct_elec"
|
||||
"weaponid" "1986587"
|
||||
"buttonid" "1986584"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Blue Spark"
|
||||
"short" "Spark"
|
||||
"color" "0000FF"
|
||||
"filter" "ct_elec"
|
||||
"weaponid" "1986587"
|
||||
"buttonid" "1986584"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Icy Vortex"
|
||||
"short" "Ice"
|
||||
"color" "00BBFF"
|
||||
"filter" "ct_ice"
|
||||
"weaponid" "2570216"
|
||||
"buttonid" "2570079"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Icy Vortex"
|
||||
"short" "Ice"
|
||||
"color" "00BBFF"
|
||||
"filter" "ct_ice"
|
||||
"weaponid" "2570216"
|
||||
"buttonid" "2570079"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "FFFF00"
|
||||
"filter" "ct_ammo"
|
||||
"weaponid" "1986862"
|
||||
"buttonid" "1986794"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "FFFF00"
|
||||
"filter" "ct_ammo"
|
||||
"weaponid" "1986862"
|
||||
"buttonid" "1986794"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "ct_heal"
|
||||
"weaponid" "1986724"
|
||||
"buttonid" "1986721"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "ct_heal"
|
||||
"weaponid" "1986724"
|
||||
"buttonid" "1986721"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Venom Beam"
|
||||
"short" "Poison"
|
||||
"color" "00FF33"
|
||||
"filter" "ct_poison"
|
||||
"weaponid" "1986515"
|
||||
"buttonid" "1986512"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
"name" "Venom Beam"
|
||||
"short" "Poison"
|
||||
"color" "00FF33"
|
||||
"filter" "ct_poison"
|
||||
"weaponid" "1986515"
|
||||
"buttonid" "1986512"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Flame Beam"
|
||||
"short" "Fire"
|
||||
"color" "FF3300"
|
||||
"filter" "ct_fire"
|
||||
"weaponid" "1986376"
|
||||
"buttonid" "1986373"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
"name" "Flame Beam"
|
||||
"short" "Fire"
|
||||
"color" "FF3300"
|
||||
"filter" "ct_fire"
|
||||
"weaponid" "1986376"
|
||||
"buttonid" "1986373"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Electric Beam"
|
||||
"short" "Beam"
|
||||
"color" "00FFAA"
|
||||
"filter" "ct_beam"
|
||||
"weaponid" "2445121"
|
||||
"buttonid" "2445190"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "2"
|
||||
"name" "Electric Beam"
|
||||
"short" "Beam"
|
||||
"color" "00FFAA"
|
||||
"filter" "ct_beam"
|
||||
"weaponid" "2445121"
|
||||
"buttonid" "2445190"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Wind Blaster"
|
||||
"short" "Wind"
|
||||
"color" "FF55FF"
|
||||
"filter" "ct_push"
|
||||
"weaponid" "2704265"
|
||||
"buttonid" "2704262"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Wind Blaster"
|
||||
"short" "Wind"
|
||||
"color" "FF55FF"
|
||||
"filter" "ct_push"
|
||||
"weaponid" "2704265"
|
||||
"buttonid" "2704262"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_bathroom_v2_5s.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Sponge Builder"
|
||||
"short" "Builder"
|
||||
"color" "D60046"
|
||||
"filter" "zbran_houba_filtr"
|
||||
"weaponid" "534670"
|
||||
"buttonid" "787441"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "52"
|
||||
"name" "Sponge Builder"
|
||||
"short" "Builder"
|
||||
"color" "D60046"
|
||||
"filter" "zbran_houba_filtr"
|
||||
"weaponid" "534670"
|
||||
"buttonid" "787441"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "52"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Mouse Trap"
|
||||
"short" "Mouse Trap"
|
||||
"color" "FEE000"
|
||||
"filter" "zbran_pasticka_filtr"
|
||||
"weaponid" "511906"
|
||||
"buttonid" "787542"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "42"
|
||||
"name" "Mouse Trap"
|
||||
"short" "Mouse Trap"
|
||||
"color" "FEE000"
|
||||
"filter" "zbran_pasticka_filtr"
|
||||
"weaponid" "511906"
|
||||
"buttonid" "787542"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "42"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_biohazard2_rpd_v4e_004.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "256847"
|
||||
"buttonid" ""
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "4"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "256847"
|
||||
"buttonid" ""
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "4"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_biohazard_manor_v4a_004.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "DB0000"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "782412"
|
||||
"buttonid" "782420"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "DB0000"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "782412"
|
||||
"buttonid" "782420"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_biohazard_v2b_004.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "DB0000"
|
||||
"filter" ""
|
||||
"weaponid" "1000"
|
||||
"buttonid" "1001"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "DB0000"
|
||||
"filter" ""
|
||||
"weaponid" "1000"
|
||||
"buttonid" "1001"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
}
|
||||
|
288
entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg
Executable file → Normal file
288
entWatch4/configs/entwatch/ze_bioshock_v7_1.cfg
Executable file → Normal file
@ -3,186 +3,186 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Insect Swarm Plasmid"
|
||||
"short" "Insect Swarm"
|
||||
"color" "04B404"
|
||||
"filter" ""
|
||||
"weaponid" "24222"
|
||||
"buttonid" "24224"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "10"
|
||||
"name" "Insect Swarm Plasmid"
|
||||
"short" "Insect Swarm"
|
||||
"color" "04B404"
|
||||
"filter" ""
|
||||
"weaponid" "24222"
|
||||
"buttonid" "24224"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Incinerate Plasmid"
|
||||
"short" "Incinerate"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "20392"
|
||||
"buttonid" "20394"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "5"
|
||||
"name" "Incinerate Plasmid"
|
||||
"short" "Incinerate"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "20392"
|
||||
"buttonid" "20394"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "5"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Sonic Boom Plasmid"
|
||||
"short" "Sonic Boom"
|
||||
"color" "A1A1A1"
|
||||
"filter" ""
|
||||
"weaponid" "20538"
|
||||
"buttonid" "20540"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "10"
|
||||
"name" "Sonic Boom Plasmid"
|
||||
"short" "Sonic Boom"
|
||||
"color" "A1A1A1"
|
||||
"filter" ""
|
||||
"weaponid" "20538"
|
||||
"buttonid" "20540"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Electro Bolt Plasmid"
|
||||
"short" "Electro Bolt"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "20244"
|
||||
"buttonid" "20246"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "11"
|
||||
"name" "Electro Bolt Plasmid"
|
||||
"short" "Electro Bolt"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "20244"
|
||||
"buttonid" "20246"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "11"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Gravity Well Plasmid"
|
||||
"short" "Gravity Well"
|
||||
"color" "DFDFDF"
|
||||
"filter" ""
|
||||
"weaponid" "5063227"
|
||||
"buttonid" "5063229"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "18"
|
||||
"name" "Gravity Well Plasmid"
|
||||
"short" "Gravity Well"
|
||||
"color" "DFDFDF"
|
||||
"filter" ""
|
||||
"weaponid" "5063227"
|
||||
"buttonid" "5063229"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "18"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Winter Blast Plasmid"
|
||||
"short" "Winter Blast"
|
||||
"color" "CCE100"
|
||||
"filter" ""
|
||||
"weaponid" "5082173"
|
||||
"buttonid" "5082175"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "13"
|
||||
"name" "Winter Blast Plasmid"
|
||||
"short" "Winter Blast"
|
||||
"color" "CCE100"
|
||||
"filter" ""
|
||||
"weaponid" "5082173"
|
||||
"buttonid" "5082175"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "13"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"6"
|
||||
{
|
||||
"name" "Ionic Gel"
|
||||
"short" "Ionic Gel"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "22991"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ionic Gel"
|
||||
"short" "Ionic Gel"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "22991"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Fuse Wire"
|
||||
"short" "Fuse Wire"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "22713"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "0"
|
||||
"slot" "2"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Fuse Wire"
|
||||
"short" "Fuse Wire"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "22713"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"mode" "0"
|
||||
"slot" "2"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Nitroglycerin"
|
||||
"short" "Nitroglycerin"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "3694018"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nitroglycerin"
|
||||
"short" "Nitroglycerin"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "3694018"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "EMP Bomb"
|
||||
"short" "EMP Bomb"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "3613358"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "EMP Bomb"
|
||||
"short" "EMP Bomb"
|
||||
"color" "BCCD00"
|
||||
"filter" ""
|
||||
"weaponid" "3613358"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"10"
|
||||
{
|
||||
"name" "Little Sister"
|
||||
"short" "Little Sister"
|
||||
"color" "FF69B4"
|
||||
"filter" ""
|
||||
"weaponid" "2251059"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Little Sister"
|
||||
"short" "Little Sister"
|
||||
"color" "FF69B4"
|
||||
"filter" ""
|
||||
"weaponid" "2251059"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Big Daddy"
|
||||
"short" "Big Daddy"
|
||||
"color" "7CFC00"
|
||||
"filter" ""
|
||||
"weaponid" "2251077"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Big Daddy"
|
||||
"short" "Big Daddy"
|
||||
"color" "7CFC00"
|
||||
"filter" ""
|
||||
"weaponid" "2251077"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
264
entWatch4/configs/entwatch/ze_boredom_v543656.cfg
Executable file → Normal file
264
entWatch4/configs/entwatch/ze_boredom_v543656.cfg
Executable file → Normal file
@ -3,169 +3,169 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Interdimensional Wooden Vortex"
|
||||
"short" "Wood"
|
||||
"color" "C000C0"
|
||||
"filter" ""
|
||||
"weaponid" "216850"
|
||||
"buttonid" "216844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Interdimensional Wooden Vortex"
|
||||
"short" "Wood"
|
||||
"color" "C000C0"
|
||||
"filter" ""
|
||||
"weaponid" "216850"
|
||||
"buttonid" "216844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Seagull Launcher"
|
||||
"short" "Seagull"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "217604"
|
||||
"buttonid" "217598"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "7"
|
||||
"name" "Seagull Launcher"
|
||||
"short" "Seagull"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "217604"
|
||||
"buttonid" "217598"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "7"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Pomodoro Seeds"
|
||||
"short" "Pomodoro"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "227120"
|
||||
"buttonid" "227114"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Pomodoro Seeds"
|
||||
"short" "Pomodoro"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "227120"
|
||||
"buttonid" "227114"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Diary of Empty Thoughts"
|
||||
"short" "Diary"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "226233"
|
||||
"buttonid" "226227"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Diary of Empty Thoughts"
|
||||
"short" "Diary"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "226233"
|
||||
"buttonid" "226227"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Flaming Hot Penis"
|
||||
"short" "Flame"
|
||||
"color" "FFC000"
|
||||
"filter" ""
|
||||
"weaponid" "210956"
|
||||
"buttonid" "211255"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Flaming Hot Penis"
|
||||
"short" "Flame"
|
||||
"color" "FFC000"
|
||||
"filter" ""
|
||||
"weaponid" "210956"
|
||||
"buttonid" "211255"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Thick Banana Juice"
|
||||
"short" "Banana"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "215366"
|
||||
"buttonid" "215373"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Thick Banana Juice"
|
||||
"short" "Banana"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "215366"
|
||||
"buttonid" "215373"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Stanley Kubrick Soul"
|
||||
"short" "Kubrick"
|
||||
"color" "FFC0F0"
|
||||
"filter" ""
|
||||
"weaponid" "216558"
|
||||
"buttonid" "216555"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Stanley Kubrick Soul"
|
||||
"short" "Kubrick"
|
||||
"color" "FFC0F0"
|
||||
"filter" ""
|
||||
"weaponid" "216558"
|
||||
"buttonid" "216555"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"7"
|
||||
{
|
||||
"name" "Kamikaze Bum-Bum"
|
||||
"short" "Kamikaze"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "478149"
|
||||
"buttonid" "478154"
|
||||
"triggerid" "478151"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Kamikaze Bum-Bum"
|
||||
"short" "Kamikaze"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "478149"
|
||||
"buttonid" "478154"
|
||||
"triggerid" "478151"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Twinkle Flavoured Butter"
|
||||
"short" "Butter"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "478365"
|
||||
"buttonid" "478370"
|
||||
"triggerid" "478367"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Twinkle Flavoured Butter"
|
||||
"short" "Butter"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "478365"
|
||||
"buttonid" "478370"
|
||||
"triggerid" "478367"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Zombie Shrink"
|
||||
"short" "Shrink"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "478383"
|
||||
"buttonid" "478388"
|
||||
"triggerid" "478385"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "Zombie Shrink"
|
||||
"short" "Shrink"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "478383"
|
||||
"buttonid" "478388"
|
||||
"triggerid" "478385"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Jelly Bean Ecstacy"
|
||||
"short" "Ecstacy"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "478413"
|
||||
"buttonid" "478418"
|
||||
"triggerid" "478415"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "Jelly Bean Ecstacy"
|
||||
"short" "Ecstacy"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "478413"
|
||||
"buttonid" "478418"
|
||||
"triggerid" "478415"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_bowser_in_the_fire_sea_v1e.cfg
Executable file → Normal file
@ -3,77 +3,77 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Color Lift"
|
||||
"short" "Lift"
|
||||
"color" "FF80FF"
|
||||
"filter" ""
|
||||
"weaponid" "237001"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Color Lift"
|
||||
"short" "Lift"
|
||||
"color" "FF80FF"
|
||||
"filter" ""
|
||||
"weaponid" "237001"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Health Mushroom"
|
||||
"short" "Health"
|
||||
"color" "FFFFFF"
|
||||
"filter" "health_mushroom_player"
|
||||
"weaponid" "272566"
|
||||
"buttonid" "276328"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Health Mushroom"
|
||||
"short" "Health"
|
||||
"color" "FFFFFF"
|
||||
"filter" "health_mushroom_player"
|
||||
"weaponid" "272566"
|
||||
"buttonid" "276328"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Poison Fire Mushroom"
|
||||
"short" "Poison"
|
||||
"color" "8000FF"
|
||||
"filter" "poison_mushroom"
|
||||
"weaponid" "280094"
|
||||
"buttonid" "280161"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Poison Fire Mushroom"
|
||||
"short" "Poison"
|
||||
"color" "8000FF"
|
||||
"filter" "poison_mushroom"
|
||||
"weaponid" "280094"
|
||||
"buttonid" "280161"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Wind Fire Mushroom"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "wind_fire_mushroom"
|
||||
"weaponid" "286845"
|
||||
"buttonid" "286865"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Wind Fire Mushroom"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "wind_fire_mushroom"
|
||||
"weaponid" "286845"
|
||||
"buttonid" "286865"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Power Star"
|
||||
"short" "Power"
|
||||
"color" "FFFF00"
|
||||
"filter" "star"
|
||||
"weaponid" "330419"
|
||||
"buttonid" "330421"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Power Star"
|
||||
"short" "Power"
|
||||
"color" "FFFF00"
|
||||
"filter" "star"
|
||||
"weaponid" "330419"
|
||||
"buttonid" "330421"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
216
entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg
Executable file → Normal file
216
entWatch4/configs/entwatch/ze_castlevania_64_v1_3_b2.cfg
Executable file → Normal file
@ -3,139 +3,139 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Oil Barrel"
|
||||
"short" "Oil"
|
||||
"color" "FF9C25"
|
||||
"filter" "player_oil"
|
||||
"weaponid" "14027874"
|
||||
"buttonid" "14027871"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "6"
|
||||
"name" "Oil Barrel"
|
||||
"short" "Oil"
|
||||
"color" "FF9C25"
|
||||
"filter" "player_oil"
|
||||
"weaponid" "14027874"
|
||||
"buttonid" "14027871"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "6"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Purification"
|
||||
"short" "Heal"
|
||||
"color" "45F5FF"
|
||||
"filter" "player_purification"
|
||||
"weaponid" "3501678"
|
||||
"buttonid" "3501749"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Purification"
|
||||
"short" "Heal"
|
||||
"color" "45F5FF"
|
||||
"filter" "player_purification"
|
||||
"weaponid" "3501678"
|
||||
"buttonid" "3501749"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "C15050"
|
||||
"filter" "player_tnt"
|
||||
"weaponid" "5667691"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "C15050"
|
||||
"filter" "player_tnt"
|
||||
"weaponid" "5667691"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Garden Key"
|
||||
"short" "Key"
|
||||
"color" "55A929"
|
||||
"filter" "player_key"
|
||||
"weaponid" "5684722"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Garden Key"
|
||||
"short" "Key"
|
||||
"color" "55A929"
|
||||
"filter" "player_key"
|
||||
"weaponid" "5684722"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Purify Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "4BD1EA"
|
||||
"filter" "player_purifying"
|
||||
"weaponid" "11049857"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Purify Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "4BD1EA"
|
||||
"filter" "player_purifying"
|
||||
"weaponid" "11049857"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"5"
|
||||
{
|
||||
"name" "Demonic Bible"
|
||||
"short" "Demonic"
|
||||
"color" "D90000"
|
||||
"filter" "player_demonic"
|
||||
"weaponid" "3413318"
|
||||
"buttonid" "3413246"
|
||||
"triggerid" "3413385"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Demonic Bible"
|
||||
"short" "Demonic"
|
||||
"color" "D90000"
|
||||
"filter" "player_demonic"
|
||||
"weaponid" "3413318"
|
||||
"buttonid" "3413246"
|
||||
"triggerid" "3413385"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Pulsar"
|
||||
"short" "Pulsar"
|
||||
"color" "4F4F4F"
|
||||
"filter" "player_pulsar"
|
||||
"weaponid" "3456858"
|
||||
"buttonid" "3456860"
|
||||
"triggerid" "3456855"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Pulsar"
|
||||
"short" "Pulsar"
|
||||
"color" "4F4F4F"
|
||||
"filter" "player_pulsar"
|
||||
"weaponid" "3456858"
|
||||
"buttonid" "3456860"
|
||||
"triggerid" "3456855"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ghost"
|
||||
"short" "Ghost"
|
||||
"color" "FFFFFF"
|
||||
"filter" "player_ghost"
|
||||
"weaponid" "4311620"
|
||||
"buttonid" "4311610"
|
||||
"triggerid" "4311613"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Ghost"
|
||||
"short" "Ghost"
|
||||
"color" "FFFFFF"
|
||||
"filter" "player_ghost"
|
||||
"weaponid" "4311620"
|
||||
"buttonid" "4311610"
|
||||
"triggerid" "4311613"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Bomb Crate"
|
||||
"short" "Bomb"
|
||||
"color" "F68D00"
|
||||
"filter" "player_zbomb"
|
||||
"weaponid" "3327298"
|
||||
"buttonid" "0"
|
||||
"triggerid" "3327295"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bomb Crate"
|
||||
"short" "Bomb"
|
||||
"color" "F68D00"
|
||||
"filter" "player_zbomb"
|
||||
"weaponid" "3327298"
|
||||
"buttonid" "0"
|
||||
"triggerid" "3327295"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
480
entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg
Executable file → Normal file
480
entWatch4/configs/entwatch/ze_castlevania_v1_3.cfg
Executable file → Normal file
@ -3,306 +3,306 @@
|
||||
// Human - Specials
|
||||
"0"
|
||||
{
|
||||
"name" "Alucard"
|
||||
"short" "Alucard"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "114094"
|
||||
"buttonid" "114118" //114102 -> Main attack, special specified.
|
||||
"triggerid" "0" //112051 -> func_button, no trigger.
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Alucard"
|
||||
"short" "Alucard"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "114094"
|
||||
"buttonid" "114118" //114102 -> Main attack, special specified.
|
||||
"triggerid" "0" //112051 -> func_button, no trigger.
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Belmont"
|
||||
"short" "Belmont"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "114258"
|
||||
"buttonid" "114414" //114266 -> Main attack, special specified.
|
||||
"triggerid" "0" //112232 -> func_button, no trigger.
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "100"
|
||||
"name" "Belmont"
|
||||
"short" "Belmont"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "114258"
|
||||
"buttonid" "114414" //114266 -> Main attack, special specified.
|
||||
"triggerid" "0" //112232 -> func_button, no trigger.
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "100"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Healer"
|
||||
"short" "Healer"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "115464"
|
||||
"buttonid" "115483" //115466 -> Main attack, special specified.
|
||||
"triggerid" "115478"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Healer"
|
||||
"short" "Healer"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "115464"
|
||||
"buttonid" "115483" //115466 -> Main attack, special specified.
|
||||
"triggerid" "115478"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Holy Knight"
|
||||
"short" "Holy Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "118372"
|
||||
"buttonid" "118395" //115466 -> Main attack, special specified.
|
||||
"triggerid" "118369"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "21"
|
||||
"name" "Holy Knight"
|
||||
"short" "Holy Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "118372"
|
||||
"buttonid" "118395" //115466 -> Main attack, special specified.
|
||||
"triggerid" "118369"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "21"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "VIP"
|
||||
"short" "VIP"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "116503"
|
||||
"buttonid" "116589" //116513 -> Main attack, special specified.
|
||||
"triggerid" "116505"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "32"
|
||||
"name" "VIP"
|
||||
"short" "VIP"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "116503"
|
||||
"buttonid" "116589" //116513 -> Main attack, special specified.
|
||||
"triggerid" "116505"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "32"
|
||||
}
|
||||
|
||||
// Human - Items
|
||||
"5"
|
||||
{
|
||||
"name" "Holy Water"
|
||||
"short" "Holy Water"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111680"
|
||||
"buttonid" "111686"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Holy Water"
|
||||
"short" "Holy Water"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111680"
|
||||
"buttonid" "111686"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Cross"
|
||||
"short" "Cross"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111794"
|
||||
"buttonid" "111796"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Cross"
|
||||
"short" "Cross"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111794"
|
||||
"buttonid" "111796"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Dagger"
|
||||
"short" "Dagger"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111928"
|
||||
"buttonid" "111905"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Dagger"
|
||||
"short" "Dagger"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "111928"
|
||||
"buttonid" "111905"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Holy Cross"
|
||||
"short" "Holy Cross"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "112075"
|
||||
"buttonid" "112070"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Holy Cross"
|
||||
"short" "Holy Cross"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "112075"
|
||||
"buttonid" "112070"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Storm Beacon"
|
||||
"short" "Storm Beacon"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "112256"
|
||||
"buttonid" "112262"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Storm Beacon"
|
||||
"short" "Storm Beacon"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "112256"
|
||||
"buttonid" "112262"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "113954"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "113954"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Torch Bag"
|
||||
"short" "Torch Bag"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "113988"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch Bag"
|
||||
"short" "Torch Bag"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "113988"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Ammo Spawner"
|
||||
"short" "Ammo Spawner"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "114678"
|
||||
"buttonid" "114680"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo Spawner"
|
||||
"short" "Ammo Spawner"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "114678"
|
||||
"buttonid" "114680"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Big Sword"
|
||||
"short" "Big Sword"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "117991"
|
||||
"buttonid" "117993"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Big Sword"
|
||||
"short" "Big Sword"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "117991"
|
||||
"buttonid" "117993"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Holy Five"
|
||||
"short" "Holy Five"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118132"
|
||||
"buttonid" "118129"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Holy Five"
|
||||
"short" "Holy Five"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118132"
|
||||
"buttonid" "118129"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Sprint"
|
||||
"short" "Sprint"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118149"
|
||||
"buttonid" "118151"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Sprint"
|
||||
"short" "Sprint"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118149"
|
||||
"buttonid" "118151"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Barricade"
|
||||
"short" "Barricade"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "115761"
|
||||
"buttonid" "115758"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade"
|
||||
"short" "Barricade"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "115761"
|
||||
"buttonid" "115758"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Weapon Holder"
|
||||
"short" "Weapon Holder"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118496"
|
||||
"buttonid" "118491"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Weapon Holder"
|
||||
"short" "Weapon Holder"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "118496"
|
||||
"buttonid" "118491"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"18"
|
||||
{
|
||||
"name" "NPC Spawner"
|
||||
"short" "NPC Spawner"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "116463"
|
||||
"buttonid" "116468"
|
||||
"triggerid" "116465"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "NPC Spawner"
|
||||
"short" "NPC Spawner"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "116463"
|
||||
"buttonid" "116468"
|
||||
"triggerid" "116465"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Weapon Holder"
|
||||
"short" "Weapon Holder"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "118872"
|
||||
"buttonid" "118876"
|
||||
"triggerid" "118888"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Weapon Holder"
|
||||
"short" "Weapon Holder"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "118872"
|
||||
"buttonid" "118876"
|
||||
"triggerid" "118888"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_chicken_ranch_v2_1s.cfg
Executable file → Normal file
@ -3,92 +3,92 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Chicken Launcher"
|
||||
"short" "Chicken"
|
||||
"color" "F2F0D8"
|
||||
"filter" "ChickenLauncher_Guy"
|
||||
"weaponid" "1489833"
|
||||
"buttonid" "1489919"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "4"
|
||||
"name" "Chicken Launcher"
|
||||
"short" "Chicken"
|
||||
"color" "F2F0D8"
|
||||
"filter" "ChickenLauncher_Guy"
|
||||
"weaponid" "1489833"
|
||||
"buttonid" "1489919"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "4"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "1868050"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "1868050"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "ED7A2D"
|
||||
"filter" "Flamethrower_Guy"
|
||||
"weaponid" "1489328"
|
||||
"buttonid" "1489325"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "ED7A2D"
|
||||
"filter" "Flamethrower_Guy"
|
||||
"weaponid" "1489328"
|
||||
"buttonid" "1489325"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Landmine"
|
||||
"short" "Landmine"
|
||||
"color" "59524D"
|
||||
"filter" "Mines_Guy"
|
||||
"weaponid" "1489596"
|
||||
"buttonid" "1489440"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "6"
|
||||
"cooldown" "0"
|
||||
"name" "Landmine"
|
||||
"short" "Landmine"
|
||||
"color" "59524D"
|
||||
"filter" "Mines_Guy"
|
||||
"weaponid" "1489596"
|
||||
"buttonid" "1489440"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "6"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "C4B1A3"
|
||||
"filter" "Ammo_Guy"
|
||||
"weaponid" "1489826"
|
||||
"buttonid" "1489611"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "C4B1A3"
|
||||
"filter" "Ammo_Guy"
|
||||
"weaponid" "1489826"
|
||||
"buttonid" "1489611"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Medic"
|
||||
"short" "Medic"
|
||||
"color" "C94F47"
|
||||
"filter" "Medikit_Guy"
|
||||
"weaponid" "1489947"
|
||||
"buttonid" "1489940"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
"name" "Medic"
|
||||
"short" "Medic"
|
||||
"color" "C94F47"
|
||||
"filter" "Medikit_Guy"
|
||||
"weaponid" "1489947"
|
||||
"buttonid" "1489940"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_christmas_beta3f.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_christmas_beta3f.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Gravity"
|
||||
"short" "Gravity"
|
||||
"color" "111111"
|
||||
"filter" "Player_Gravity"
|
||||
"weaponid" "784344"
|
||||
"buttonid" "784265"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Gravity"
|
||||
"short" "Gravity"
|
||||
"color" "111111"
|
||||
"filter" "Player_Gravity"
|
||||
"weaponid" "784344"
|
||||
"buttonid" "784265"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Heal"
|
||||
"weaponid" "785654"
|
||||
"buttonid" "785572"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Heal"
|
||||
"weaponid" "785654"
|
||||
"buttonid" "785572"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
}
|
||||
|
408
entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg
Executable file → Normal file
408
entWatch4/configs/entwatch/ze_christmas_infection_v2_3.cfg
Executable file → Normal file
@ -3,260 +3,260 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Icewall"
|
||||
"short" "Icewall"
|
||||
"color" "Icewall"
|
||||
"filter" "icewall"
|
||||
"weaponid" "361395"
|
||||
"buttonid" "361423"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
"name" "Icewall"
|
||||
"short" "Icewall"
|
||||
"color" "Icewall"
|
||||
"filter" "icewall"
|
||||
"weaponid" "361395"
|
||||
"buttonid" "361423"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Magical Lantern"
|
||||
"short" "Lantern"
|
||||
"color" "00FFAA"
|
||||
"filter" "lant"
|
||||
"weaponid" "364139"
|
||||
"buttonid" "364141"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "61"
|
||||
"name" "Magical Lantern"
|
||||
"short" "Lantern"
|
||||
"color" "00FFAA"
|
||||
"filter" "lant"
|
||||
"weaponid" "364139"
|
||||
"buttonid" "364141"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "61"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "F53D3D"
|
||||
"filter" "zpres"
|
||||
"weaponid" "365900"
|
||||
"buttonid" "365895"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "6"
|
||||
"cooldown" "0"
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "F53D3D"
|
||||
"filter" "zpres"
|
||||
"weaponid" "365900"
|
||||
"buttonid" "365895"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "6"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Unlimited Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "00CC03"
|
||||
"filter" "tree"
|
||||
"weaponid" "366934"
|
||||
"buttonid" "366929"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "51"
|
||||
"name" "Unlimited Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "00CC03"
|
||||
"filter" "tree"
|
||||
"weaponid" "366934"
|
||||
"buttonid" "366929"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "51"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Snowball Launcher"
|
||||
"short" "Snowballs"
|
||||
"color" "47FFFC"
|
||||
"filter" "snow"
|
||||
"weaponid" "373567"
|
||||
"buttonid" "373574"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
"name" "Snowball Launcher"
|
||||
"short" "Snowballs"
|
||||
"color" "47FFFC"
|
||||
"filter" "snow"
|
||||
"weaponid" "373567"
|
||||
"buttonid" "373574"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Napalm Candle"
|
||||
"short" "Candle"
|
||||
"color" "FF7300"
|
||||
"filter" "we1"
|
||||
"weaponid" "372103"
|
||||
"buttonid" "372100"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Napalm Candle"
|
||||
"short" "Candle"
|
||||
"color" "FF7300"
|
||||
"filter" "we1"
|
||||
"weaponid" "372103"
|
||||
"buttonid" "372100"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Core"
|
||||
"short" "Core"
|
||||
"color" "CC0000"
|
||||
"filter" ""
|
||||
"weaponid" "753917"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Core"
|
||||
"short" "Core"
|
||||
"color" "CC0000"
|
||||
"filter" ""
|
||||
"weaponid" "753917"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "EEFF00"
|
||||
"filter" "banana"
|
||||
"weaponid" "932778"
|
||||
"buttonid" "1122955"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "EEFF00"
|
||||
"filter" "banana"
|
||||
"weaponid" "932778"
|
||||
"buttonid" "1122955"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "900562"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "900562"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Hat Gun"
|
||||
"short" "Hat"
|
||||
"color" "DD4411"
|
||||
"filter" ""
|
||||
"weaponid" "900523"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Hat Gun"
|
||||
"short" "Hat"
|
||||
"color" "DD4411"
|
||||
"filter" ""
|
||||
"weaponid" "900523"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
|
||||
// Zombie - Items
|
||||
"10"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "healfil"
|
||||
"weaponid" "381242"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "381278"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "56"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "healfil"
|
||||
"weaponid" "381242"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "381278"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "56"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Christmas Ogre"
|
||||
"short" "Ogre"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "386892"
|
||||
"buttonid" "0"
|
||||
"triggerid" "386993"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Christmas Ogre"
|
||||
"short" "Ogre"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "386892"
|
||||
"buttonid" "0"
|
||||
"triggerid" "386993"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Ice Boomerang"
|
||||
"short" "Boomerang"
|
||||
"color" "0087E8"
|
||||
"filter" "boomer"
|
||||
"weaponid" "392708"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "392720"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
"name" "Ice Boomerang"
|
||||
"short" "Boomerang"
|
||||
"color" "0087E8"
|
||||
"filter" "boomer"
|
||||
"weaponid" "392708"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "392720"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Fog"
|
||||
"short" "Fog"
|
||||
"color" "969696"
|
||||
"filter" "fog"
|
||||
"weaponid" "399172"
|
||||
"buttonid" "399176"
|
||||
"triggerid" "399325"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Fog"
|
||||
"short" "Fog"
|
||||
"color" "969696"
|
||||
"filter" "fog"
|
||||
"weaponid" "399172"
|
||||
"buttonid" "399176"
|
||||
"triggerid" "399325"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Whirlpool Summoner"
|
||||
"short" "Whirlpool"
|
||||
"color" "B40404"
|
||||
"filter" "tornado"
|
||||
"weaponid" "1028432"
|
||||
"buttonid" "1028429"
|
||||
"triggerid" "1054333"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Whirlpool Summoner"
|
||||
"short" "Whirlpool"
|
||||
"color" "B40404"
|
||||
"filter" "tornado"
|
||||
"weaponid" "1028432"
|
||||
"buttonid" "1028429"
|
||||
"triggerid" "1054333"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Trampoline Placer"
|
||||
"short" "Trampoline"
|
||||
"color" "B40404"
|
||||
"filter" "tramp"
|
||||
"weaponid" "1062968"
|
||||
"buttonid" "1062970"
|
||||
"triggerid" "1062965"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "76"
|
||||
"name" "Trampoline Placer"
|
||||
"short" "Trampoline"
|
||||
"color" "B40404"
|
||||
"filter" "tramp"
|
||||
"weaponid" "1062968"
|
||||
"buttonid" "1062970"
|
||||
"triggerid" "1062965"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "76"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Zombie King"
|
||||
"short" "Zombie King"
|
||||
"color" "D4AF37"
|
||||
"filter" ""
|
||||
"weaponid" "1104667"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1104669"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Zombie King"
|
||||
"short" "Zombie King"
|
||||
"color" "D4AF37"
|
||||
"filter" ""
|
||||
"weaponid" "1104667"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1104669"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
96
entWatch4/configs/entwatch/ze_chroma_v0_4.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_chroma_v0_4.cfg
Executable file → Normal file
@ -3,62 +3,62 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Red-Cyan"
|
||||
"short" "Red"
|
||||
"color" "FA6464"
|
||||
"filter" "rcitemuser"
|
||||
"weaponid" "521169"
|
||||
"buttonid" "521173"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Red-Cyan"
|
||||
"short" "Red"
|
||||
"color" "FA6464"
|
||||
"filter" "rcitemuser"
|
||||
"weaponid" "521169"
|
||||
"buttonid" "521173"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Green-Magenta"
|
||||
"short" "Green"
|
||||
"color" "64FA64"
|
||||
"filter" "gmitemuser"
|
||||
"weaponid" "523179"
|
||||
"buttonid" "523246"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Green-Magenta"
|
||||
"short" "Green"
|
||||
"color" "64FA64"
|
||||
"filter" "gmitemuser"
|
||||
"weaponid" "523179"
|
||||
"buttonid" "523246"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Blue-Yellow"
|
||||
"short" "Blue"
|
||||
"color" "6464FA"
|
||||
"filter" "byitemuser"
|
||||
"weaponid" "524594"
|
||||
"buttonid" "524661"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Blue-Yellow"
|
||||
"short" "Blue"
|
||||
"color" "6464FA"
|
||||
"filter" "byitemuser"
|
||||
"weaponid" "524594"
|
||||
"buttonid" "524661"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Chromatic Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "healitemuser"
|
||||
"weaponid" "525032"
|
||||
"buttonid" "525099"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "Chromatic Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "healitemuser"
|
||||
"weaponid" "525032"
|
||||
"buttonid" "525099"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_crashbandicoot_v1fix.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Apple Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "0040FF"
|
||||
"filter" "tappo_kantaja"
|
||||
"weaponid" "432248"
|
||||
"buttonid" "432245"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Apple Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "0040FF"
|
||||
"filter" "tappo_kantaja"
|
||||
"weaponid" "432248"
|
||||
"buttonid" "432245"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_cyberderp_v1_4.cfg
Executable file → Normal file
@ -3,109 +3,109 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Frost Wave"
|
||||
"short" "Frost Wave"
|
||||
"color" "6EE4FF"
|
||||
"filter" "IceOwner"
|
||||
"weaponid" "175887"
|
||||
"buttonid" "179072"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
"name" "Frost Wave"
|
||||
"short" "Frost Wave"
|
||||
"color" "6EE4FF"
|
||||
"filter" "IceOwner"
|
||||
"weaponid" "175887"
|
||||
"buttonid" "179072"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Aeolus' Spirit"
|
||||
"short" "Aeolus' Spirit"
|
||||
"color" "7CFF40"
|
||||
"filter" "WindOwner"
|
||||
"weaponid" "179589"
|
||||
"buttonid" "179721"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
"name" "Aeolus' Spirit"
|
||||
"short" "Aeolus' Spirit"
|
||||
"color" "7CFF40"
|
||||
"filter" "WindOwner"
|
||||
"weaponid" "179589"
|
||||
"buttonid" "179721"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flame of Udun"
|
||||
"short" "Flame of Udun"
|
||||
"color" "DB4AE8"
|
||||
"filter" "player_flame"
|
||||
"weaponid" "299591"
|
||||
"buttonid" "299596"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flame of Udun"
|
||||
"short" "Flame of Udun"
|
||||
"color" "DB4AE8"
|
||||
"filter" "player_flame"
|
||||
"weaponid" "299591"
|
||||
"buttonid" "299596"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"3"
|
||||
{
|
||||
"name" "Projectile Deflector"
|
||||
"short" "Deflector"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "316089"
|
||||
"buttonid" "316255"
|
||||
"triggerid" "316091"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Projectile Deflector"
|
||||
"short" "Deflector"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "316089"
|
||||
"buttonid" "316255"
|
||||
"triggerid" "316091"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Slightly Cursed Hexahedron"
|
||||
"short" "Hexahedron"
|
||||
"color" "B40404"
|
||||
"filter" "Miniboss"
|
||||
"weaponid" "784705"
|
||||
"buttonid" "793054"
|
||||
"triggerid" "784715"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "Slightly Cursed Hexahedron"
|
||||
"short" "Hexahedron"
|
||||
"color" "B40404"
|
||||
"filter" "Miniboss"
|
||||
"weaponid" "784705"
|
||||
"buttonid" "793054"
|
||||
"triggerid" "784715"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Boss"
|
||||
"short" "Boss"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "259063"
|
||||
"buttonid" "0"
|
||||
"triggerid" "259049"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Boss"
|
||||
"short" "Boss"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "259063"
|
||||
"buttonid" "0"
|
||||
"triggerid" "259049"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Painter"
|
||||
"short" "Painter"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "304674"
|
||||
"buttonid" "0"
|
||||
"triggerid" "304676"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Painter"
|
||||
"short" "Painter"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "304674"
|
||||
"buttonid" "0"
|
||||
"triggerid" "304676"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
384
entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg
Executable file → Normal file
384
entWatch4/configs/entwatch/ze_dark_souls_ptd_v0_4.cfg
Executable file → Normal file
@ -3,244 +3,244 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "White Dragon Breath"
|
||||
"short" "White Dragon Breath"
|
||||
"color" "01A9DB"
|
||||
"filter" "WDB_Owner"
|
||||
"weaponid" "9910"
|
||||
"buttonid" "9918"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (4-14)
|
||||
"cooldown" "0" // 7
|
||||
"name" "White Dragon Breath"
|
||||
"short" "White Dragon Breath"
|
||||
"color" "01A9DB"
|
||||
"filter" "WDB_Owner"
|
||||
"weaponid" "9910"
|
||||
"buttonid" "9918"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (4-14)
|
||||
"cooldown" "0" // 7
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Chaos Storm"
|
||||
"short" "Chaos Storm"
|
||||
"color" "DF3A01"
|
||||
"filter" "ChSt_Owner"
|
||||
"weaponid" "10008"
|
||||
"buttonid" "10005"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 10
|
||||
"name" "Chaos Storm"
|
||||
"short" "Chaos Storm"
|
||||
"color" "DF3A01"
|
||||
"filter" "ChSt_Owner"
|
||||
"weaponid" "10008"
|
||||
"buttonid" "10005"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 10
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Sooling Sunlight"
|
||||
"short" "Sooling Sunlight"
|
||||
"color" "F7FE2E"
|
||||
"filter" "SS_Owner"
|
||||
"weaponid" "10423"
|
||||
"buttonid" "731461"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 15
|
||||
"name" "Sooling Sunlight"
|
||||
"short" "Sooling Sunlight"
|
||||
"color" "F7FE2E"
|
||||
"filter" "SS_Owner"
|
||||
"weaponid" "10423"
|
||||
"buttonid" "731461"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 15
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Wrath of the Gods"
|
||||
"short" "Wrath of the Gods"
|
||||
"color" "EFFBFB"
|
||||
"filter" "WOTG_Owner"
|
||||
"weaponid" "10509"
|
||||
"buttonid" "10506"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (6-16)
|
||||
"cooldown" "0" // 1.05
|
||||
"name" "Wrath of the Gods"
|
||||
"short" "Wrath of the Gods"
|
||||
"color" "EFFBFB"
|
||||
"filter" "WOTG_Owner"
|
||||
"weaponid" "10509"
|
||||
"buttonid" "10506"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (6-16)
|
||||
"cooldown" "0" // 1.05
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Dark Orb"
|
||||
"short" "Dark Orb"
|
||||
"color" "2A0A29"
|
||||
"filter" "DO_Owner"
|
||||
"weaponid" "10681"
|
||||
"buttonid" "10676"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 2.5
|
||||
"name" "Dark Orb"
|
||||
"short" "Dark Orb"
|
||||
"color" "2A0A29"
|
||||
"filter" "DO_Owner"
|
||||
"weaponid" "10681"
|
||||
"buttonid" "10676"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (3-13)
|
||||
"cooldown" "0" // 2.5
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Hidden Body"
|
||||
"short" "Hidden Body"
|
||||
"color" "5E610B"
|
||||
"filter" "HiBo_Owner"
|
||||
"weaponid" "10719"
|
||||
"buttonid" "10716"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (2-12)
|
||||
"cooldown" "0" // 7.5
|
||||
"name" "Hidden Body"
|
||||
"short" "Hidden Body"
|
||||
"color" "5E610B"
|
||||
"filter" "HiBo_Owner"
|
||||
"weaponid" "10719"
|
||||
"buttonid" "10716"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (2-12)
|
||||
"cooldown" "0" // 7.5
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Estus Flask"
|
||||
"short" "Estus Flask"
|
||||
"color" "D7DF01"
|
||||
"filter" "EF_Owner"
|
||||
"weaponid" "514824"
|
||||
"buttonid" "514821"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 5
|
||||
"cooldown" "0" // 4.5
|
||||
"name" "Estus Flask"
|
||||
"short" "Estus Flask"
|
||||
"color" "D7DF01"
|
||||
"filter" "EF_Owner"
|
||||
"weaponid" "514824"
|
||||
"buttonid" "514821"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 5
|
||||
"cooldown" "0" // 4.5
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ash Estus Flask"
|
||||
"short" "Ash Estus Flask"
|
||||
"color" "01A9DB"
|
||||
"filter" "AEF_Owner"
|
||||
"weaponid" "515837"
|
||||
"buttonid" "515834"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 3
|
||||
"cooldown" "0" // 4.5
|
||||
"name" "Ash Estus Flask"
|
||||
"short" "Ash Estus Flask"
|
||||
"color" "01A9DB"
|
||||
"filter" "AEF_Owner"
|
||||
"weaponid" "515837"
|
||||
"buttonid" "515834"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 3
|
||||
"cooldown" "0" // 4.5
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Lightning Spear"
|
||||
"short" "Lightning Spear"
|
||||
"color" "FFFF00"
|
||||
"filter" "LS_Owner"
|
||||
"weaponid" "515333"
|
||||
"buttonid" "515328"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (7-17)
|
||||
"cooldown" "0" // 2.5
|
||||
"name" "Lightning Spear"
|
||||
"short" "Lightning Spear"
|
||||
"color" "FFFF00"
|
||||
"filter" "LS_Owner"
|
||||
"weaponid" "515333"
|
||||
"buttonid" "515328"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (7-17)
|
||||
"cooldown" "0" // 2.5
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Great Heavy Soul Arrow"
|
||||
"short" "Great Heavy Soul Arrow"
|
||||
"color" "0080FF"
|
||||
"filter" "GHSA_Owner"
|
||||
"weaponid" "515527"
|
||||
"buttonid" "515522"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (10-20)
|
||||
"cooldown" "0" // 2.5
|
||||
"name" "Great Heavy Soul Arrow"
|
||||
"short" "Great Heavy Soul Arrow"
|
||||
"color" "0080FF"
|
||||
"filter" "GHSA_Owner"
|
||||
"weaponid" "515527"
|
||||
"buttonid" "515522"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // Maxuses can vary (10-20)
|
||||
"cooldown" "0" // 2.5
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Green Blossom"
|
||||
"short" "Green Blossom"
|
||||
"color" "00FF40"
|
||||
"filter" "Salad_Owner"
|
||||
"weaponid" "666978"
|
||||
"buttonid" "666975"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 3
|
||||
"cooldown" "0" // 4.5
|
||||
"name" "Green Blossom"
|
||||
"short" "Green Blossom"
|
||||
"color" "00FF40"
|
||||
"filter" "Salad_Owner"
|
||||
"weaponid" "666978"
|
||||
"buttonid" "666975"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 3
|
||||
"cooldown" "0" // 4.5
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Darkstorm"
|
||||
"short" "Darkstorm"
|
||||
"color" "2A0A29"
|
||||
"filter" "DaSt_Owner"
|
||||
"weaponid" "1156847"
|
||||
"buttonid" "1156844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 2
|
||||
"cooldown" "0" // 10
|
||||
"name" "Darkstorm"
|
||||
"short" "Darkstorm"
|
||||
"color" "2A0A29"
|
||||
"filter" "DaSt_Owner"
|
||||
"weaponid" "1156847"
|
||||
"buttonid" "1156844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0" // 2
|
||||
"cooldown" "0" // 10
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Power Within"
|
||||
"short" "Power Within"
|
||||
"color" "DF0101"
|
||||
"filter" "PW_Owner"
|
||||
"weaponid" "666608"
|
||||
"buttonid" "666675"
|
||||
"triggerid" "666683"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Power Within"
|
||||
"short" "Power Within"
|
||||
"color" "DF0101"
|
||||
"filter" "PW_Owner"
|
||||
"weaponid" "666608"
|
||||
"buttonid" "666675"
|
||||
"triggerid" "666683"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Toxic Mist"
|
||||
"short" "Toxic Mist"
|
||||
"color" "6A0888"
|
||||
"filter" "PM_Owner"
|
||||
"weaponid" "666074"
|
||||
"buttonid" "666141"
|
||||
"triggerid" "666147"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Toxic Mist"
|
||||
"short" "Toxic Mist"
|
||||
"color" "6A0888"
|
||||
"filter" "PM_Owner"
|
||||
"weaponid" "666074"
|
||||
"buttonid" "666141"
|
||||
"triggerid" "666147"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Black Flame"
|
||||
"short" "Black Flame"
|
||||
"color" "CD853F"
|
||||
"filter" "BF_Owner"
|
||||
"weaponid" "1561358"
|
||||
"buttonid" "1561279"
|
||||
"triggerid" "1561374"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "3" // 2.5
|
||||
"name" "[ZM] Black Flame"
|
||||
"short" "Black Flame"
|
||||
"color" "CD853F"
|
||||
"filter" "BF_Owner"
|
||||
"weaponid" "1561358"
|
||||
"buttonid" "1561279"
|
||||
"triggerid" "1561374"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "3" // 2.5
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "[ZM] Poison Mist"
|
||||
"short" "Poison Mist"
|
||||
"color" "80C436"
|
||||
"filter" "ZMPoison_Owner"
|
||||
"weaponid" "1702534"
|
||||
"buttonid" "1702526"
|
||||
"triggerid" "1702531"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "20"
|
||||
"name" "[ZM] Poison Mist"
|
||||
"short" "Poison Mist"
|
||||
"color" "80C436"
|
||||
"filter" "ZMPoison_Owner"
|
||||
"weaponid" "1702534"
|
||||
"buttonid" "1702526"
|
||||
"triggerid" "1702531"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_deadcore_s6.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_deadcore_s6.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon1"
|
||||
"weaponid" "609101"
|
||||
"buttonid" "1427217"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon1"
|
||||
"weaponid" "609101"
|
||||
"buttonid" "1427217"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon2"
|
||||
"weaponid" "1259831"
|
||||
"buttonid" "1259833"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon2"
|
||||
"weaponid" "1259831"
|
||||
"buttonid" "1259833"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon3"
|
||||
"weaponid" "1261070"
|
||||
"buttonid" "1261072"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
"name" "Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "00FFFF"
|
||||
"filter" "cannon3"
|
||||
"weaponid" "1261070"
|
||||
"buttonid" "1261072"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "3"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_death_star_escape_v4_3.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Blue Lightsaber"
|
||||
"short" "Blue Saber"
|
||||
"color" "0000FF"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "1480205"
|
||||
"buttonid" "1480191"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Blue Lightsaber"
|
||||
"short" "Blue Saber"
|
||||
"color" "0000FF"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "1480205"
|
||||
"buttonid" "1480191"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Red Lightsaber"
|
||||
"short" "Red Saber"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Earth"
|
||||
"weaponid" "1544598"
|
||||
"buttonid" "1544582"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Red Lightsaber"
|
||||
"short" "Red Saber"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Earth"
|
||||
"weaponid" "1544598"
|
||||
"buttonid" "1544582"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
199
entWatch4/configs/entwatch/ze_destruction_of_exorath_re3.cfg
Normal file
199
entWatch4/configs/entwatch/ze_destruction_of_exorath_re3.cfg
Normal 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
288
entWatch4/configs/entwatch/ze_doom3_v1.cfg
Executable file → Normal file
@ -3,184 +3,184 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Soul Cube"
|
||||
"short" "Cube"
|
||||
"color" "111111"
|
||||
"filter" "cubdux1"
|
||||
"weaponid" "2009"
|
||||
"buttonid" "2003"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
"name" "Soul Cube"
|
||||
"short" "Cube"
|
||||
"color" "111111"
|
||||
"filter" "cubdux1"
|
||||
"weaponid" "2009"
|
||||
"buttonid" "2003"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "12"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "228800"
|
||||
"filter" ""
|
||||
"weaponid" "2083"
|
||||
"buttonid" "3538"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "228800"
|
||||
"filter" ""
|
||||
"weaponid" "2083"
|
||||
"buttonid" "3538"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "6"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Electro Grenade"
|
||||
"short" "Electro"
|
||||
"color" "21FFFC"
|
||||
"filter" "grenades1"
|
||||
"weaponid" "3135"
|
||||
"buttonid" "3142"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Electro Grenade"
|
||||
"short" "Electro"
|
||||
"color" "21FFFC"
|
||||
"filter" "grenades1"
|
||||
"weaponid" "3135"
|
||||
"buttonid" "3142"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "oxx"
|
||||
"weaponid" "3202"
|
||||
"buttonid" "3200"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "oxx"
|
||||
"weaponid" "3202"
|
||||
"buttonid" "3200"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heart of Hell"
|
||||
"short" "Heart"
|
||||
"color" "FF0000"
|
||||
"filter" "oxx1"
|
||||
"weaponid" "3309"
|
||||
"buttonid" "3311"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heart of Hell"
|
||||
"short" "Heart"
|
||||
"color" "FF0000"
|
||||
"filter" "oxx1"
|
||||
"weaponid" "3309"
|
||||
"buttonid" "3311"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Pushgun"
|
||||
"short" "Push"
|
||||
"color" "22FF88"
|
||||
"filter" "oxx11"
|
||||
"weaponid" "3320"
|
||||
"buttonid" "3322"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Pushgun"
|
||||
"short" "Push"
|
||||
"color" "22FF88"
|
||||
"filter" "oxx11"
|
||||
"weaponid" "3320"
|
||||
"buttonid" "3322"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "FFFF00"
|
||||
"filter" "krub1"
|
||||
"weaponid" "3993"
|
||||
"buttonid" "3988"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "13"
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "FFFF00"
|
||||
"filter" "krub1"
|
||||
"weaponid" "3993"
|
||||
"buttonid" "3988"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "13"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "BFG"
|
||||
"short" "BFG"
|
||||
"color" "EE0000"
|
||||
"filter" "grenades1tru"
|
||||
"weaponid" "1520691"
|
||||
"buttonid" "1520408"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "15"
|
||||
"name" "BFG"
|
||||
"short" "BFG"
|
||||
"color" "EE0000"
|
||||
"filter" "grenades1tru"
|
||||
"weaponid" "1520691"
|
||||
"buttonid" "1520408"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "15"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"8"
|
||||
{
|
||||
"name" "Spider"
|
||||
"short" "ZSpider"
|
||||
"color" "EE0000"
|
||||
"filter" "imps1"
|
||||
"weaponid" "1900"
|
||||
"buttonid" "1902"
|
||||
"triggerid" "2952"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
"name" "Spider"
|
||||
"short" "ZSpider"
|
||||
"color" "EE0000"
|
||||
"filter" "imps1"
|
||||
"weaponid" "1900"
|
||||
"buttonid" "1902"
|
||||
"triggerid" "2952"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Spider"
|
||||
"short" "ZSpider"
|
||||
"color" "EE0000"
|
||||
"filter" "pauchixaxx"
|
||||
"weaponid" "1929"
|
||||
"buttonid" "1934"
|
||||
"triggerid" "1930"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "7"
|
||||
"name" "Spider"
|
||||
"short" "ZSpider"
|
||||
"color" "EE0000"
|
||||
"filter" "pauchixaxx"
|
||||
"weaponid" "1929"
|
||||
"buttonid" "1934"
|
||||
"triggerid" "1930"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "7"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Pinky"
|
||||
"short" "ZPinky"
|
||||
"color" "EE0000"
|
||||
"filter" "sobaka"
|
||||
"weaponid" "1918"
|
||||
"buttonid" "1919"
|
||||
"triggerid" "1916"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "5"
|
||||
"name" "Pinky"
|
||||
"short" "ZPinky"
|
||||
"color" "EE0000"
|
||||
"filter" "sobaka"
|
||||
"weaponid" "1918"
|
||||
"buttonid" "1919"
|
||||
"triggerid" "1916"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "5"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Skelet"
|
||||
"short" "ZSkelet"
|
||||
"color" "EE0000"
|
||||
"filter" "skelets1"
|
||||
"weaponid" "1938"
|
||||
"buttonid" "1942"
|
||||
"triggerid" "1940"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "9"
|
||||
"name" "Skelet"
|
||||
"short" "ZSkelet"
|
||||
"color" "EE0000"
|
||||
"filter" "skelets1"
|
||||
"weaponid" "1938"
|
||||
"buttonid" "1942"
|
||||
"triggerid" "1940"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "9"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_doom_v1_1.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_doom_v1_1.cfg
Executable file → Normal file
@ -3,92 +3,92 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Berserker"
|
||||
"short" "Berserker"
|
||||
"color" "FF0000"
|
||||
"filter" "berserker"
|
||||
"weaponid" "26895"
|
||||
"buttonid" "26887"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Berserker"
|
||||
"short" "Berserker"
|
||||
"color" "FF0000"
|
||||
"filter" "berserker"
|
||||
"weaponid" "26895"
|
||||
"buttonid" "26887"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "BFG"
|
||||
"short" "BFG"
|
||||
"color" "0000FF"
|
||||
"filter" "bfg_own"
|
||||
"weaponid" "26859"
|
||||
"buttonid" "26845"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "BFG"
|
||||
"short" "BFG"
|
||||
"color" "0000FF"
|
||||
"filter" "bfg_own"
|
||||
"weaponid" "26859"
|
||||
"buttonid" "26845"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Megasphere"
|
||||
"short" "Megasphere"
|
||||
"color" "00FF00"
|
||||
"filter" "megasphere"
|
||||
"weaponid" "26879"
|
||||
"buttonid" "26881"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Megasphere"
|
||||
"short" "Megasphere"
|
||||
"color" "00FF00"
|
||||
"filter" "megasphere"
|
||||
"weaponid" "26879"
|
||||
"buttonid" "26881"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere"
|
||||
"weaponid" "26854"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere"
|
||||
"weaponid" "26854"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere2"
|
||||
"weaponid" "26740"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere2"
|
||||
"weaponid" "26740"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere3"
|
||||
"weaponid" "26767"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Soulsphere"
|
||||
"short" "Soulsphere"
|
||||
"color" "FFFFFF"
|
||||
"filter" "soulsphere3"
|
||||
"weaponid" "26767"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
96
entWatch4/configs/entwatch/ze_dreamin_v2_2s_fix.cfg
Normal file
96
entWatch4/configs/entwatch/ze_dreamin_v2_2s_fix.cfg
Normal 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
20
entWatch4/configs/entwatch/ze_eden_a3s.cfg
Executable file → Normal file
@ -2,15 +2,15 @@
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "(de)Bugger."
|
||||
"short" "debugger"
|
||||
"color" "686868"
|
||||
"filter" ""
|
||||
"weaponid" "35470"
|
||||
"buttonid" "35594"
|
||||
"display" "5"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "(de)Bugger."
|
||||
"short" "debugger"
|
||||
"color" "686868"
|
||||
"filter" ""
|
||||
"weaponid" "35470"
|
||||
"buttonid" "35594"
|
||||
"display" "5"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
264
entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg
Executable file → Normal file
264
entWatch4/configs/entwatch/ze_eternal_journey_v1_1.cfg
Executable file → Normal file
@ -3,169 +3,169 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "00FA9A"
|
||||
"filter" "heal_player"
|
||||
"weaponid" "18729416"
|
||||
"buttonid" "18729420"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "00FA9A"
|
||||
"filter" "heal_player"
|
||||
"weaponid" "18729416"
|
||||
"buttonid" "18729420"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Tornado Staff"
|
||||
"short" "Tornado"
|
||||
"color" "C0C0C0"
|
||||
"filter" "tornado_player"
|
||||
"weaponid" "18753722"
|
||||
"buttonid" "18753583"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Tornado Staff"
|
||||
"short" "Tornado"
|
||||
"color" "C0C0C0"
|
||||
"filter" "tornado_player"
|
||||
"weaponid" "18753722"
|
||||
"buttonid" "18753583"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Freeze Staff"
|
||||
"short" "Freeze"
|
||||
"color" "00BFFF"
|
||||
"filter" "freeze_player"
|
||||
"weaponid" "18718079"
|
||||
"buttonid" "18717942"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Freeze Staff"
|
||||
"short" "Freeze"
|
||||
"color" "00BFFF"
|
||||
"filter" "freeze_player"
|
||||
"weaponid" "18718079"
|
||||
"buttonid" "18717942"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "CD853F"
|
||||
"filter" "earth_player"
|
||||
"weaponid" "18776809"
|
||||
"buttonid" "18776672"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "CD853F"
|
||||
"filter" "earth_player"
|
||||
"weaponid" "18776809"
|
||||
"buttonid" "18776672"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF4500"
|
||||
"filter" "fire_player"
|
||||
"weaponid" "17301106"
|
||||
"buttonid" "17301329"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF4500"
|
||||
"filter" "fire_player"
|
||||
"weaponid" "17301106"
|
||||
"buttonid" "17301329"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Ultimate Staff"
|
||||
"short" "Ultimate"
|
||||
"color" "D8BFD8"
|
||||
"filter" "ultimate_player"
|
||||
"weaponid" "19321023"
|
||||
"buttonid" "19320947"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
"name" "Ultimate Staff"
|
||||
"short" "Ultimate"
|
||||
"color" "D8BFD8"
|
||||
"filter" "ultimate_player"
|
||||
"weaponid" "19321023"
|
||||
"buttonid" "19320947"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"6"
|
||||
{
|
||||
"name" "Cromcruach"
|
||||
"short" "Cromcruach"
|
||||
"color" "C0C0C0"
|
||||
"filter" "zmskin2_player"
|
||||
"weaponid" "18809475"
|
||||
"buttonid" "0"
|
||||
"triggerid" "18809472"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Cromcruach"
|
||||
"short" "Cromcruach"
|
||||
"color" "C0C0C0"
|
||||
"filter" "zmskin2_player"
|
||||
"weaponid" "18809475"
|
||||
"buttonid" "0"
|
||||
"triggerid" "18809472"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Glasgavelen"
|
||||
"short" "Glasgavelen"
|
||||
"color" "C0C0C0"
|
||||
"filter" "zmskin1_player"
|
||||
"weaponid" "18808768"
|
||||
"buttonid" "0"
|
||||
"triggerid" "18808765"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Glasgavelen"
|
||||
"short" "Glasgavelen"
|
||||
"color" "C0C0C0"
|
||||
"filter" "zmskin1_player"
|
||||
"weaponid" "18808768"
|
||||
"buttonid" "0"
|
||||
"triggerid" "18808765"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF4500"
|
||||
"filter" "zmfire_player"
|
||||
"weaponid" "18790442"
|
||||
"buttonid" "18790366"
|
||||
"triggerid" "18790723"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF4500"
|
||||
"filter" "zmfire_player"
|
||||
"weaponid" "18790442"
|
||||
"buttonid" "18790366"
|
||||
"triggerid" "18790723"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "9400D3"
|
||||
"filter" "zmgravity_player"
|
||||
"weaponid" "18791994"
|
||||
"buttonid" "18791923"
|
||||
"triggerid" "18791991"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "9400D3"
|
||||
"filter" "zmgravity_player"
|
||||
"weaponid" "18791994"
|
||||
"buttonid" "18791923"
|
||||
"triggerid" "18791991"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Freeze"
|
||||
"short" "[ZM] Freeze"
|
||||
"color" "00BFFF"
|
||||
"filter" "zmfreeze_player"
|
||||
"weaponid" "18805946"
|
||||
"buttonid" "18805808"
|
||||
"triggerid" "18805943"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Freeze"
|
||||
"short" "[ZM] Freeze"
|
||||
"color" "00BFFF"
|
||||
"filter" "zmfreeze_player"
|
||||
"weaponid" "18805946"
|
||||
"buttonid" "18805808"
|
||||
"triggerid" "18805943"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
242
entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg
Executable file → Normal file
242
entWatch4/configs/entwatch/ze_evernight_a3_4_css2.cfg
Executable file → Normal file
@ -1,156 +1,156 @@
|
||||
"items"
|
||||
{
|
||||
// Humans - Items
|
||||
"0"
|
||||
"0"
|
||||
{
|
||||
"name" "Shadow"
|
||||
"short" "Shadow"
|
||||
"color" "5D6D7E"
|
||||
"filter" "Item_Shadow_User"
|
||||
"weaponid" "177360"
|
||||
"buttonid" "177362"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Shadow"
|
||||
"short" "Shadow"
|
||||
"color" "5D6D7E"
|
||||
"filter" "Item_Shadow_User"
|
||||
"weaponid" "177360"
|
||||
"buttonid" "177362"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Item_Light_User"
|
||||
"weaponid" "177504"
|
||||
"buttonid" "177506"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Item_Light_User"
|
||||
"weaponid" "177504"
|
||||
"buttonid" "177506"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "76D7C4"
|
||||
"filter" "Item_Wind_User"
|
||||
"weaponid" "177789"
|
||||
"buttonid" "177794"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "76D7C4"
|
||||
"filter" "Item_Wind_User"
|
||||
"weaponid" "177789"
|
||||
"buttonid" "177794"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "3498DB"
|
||||
"filter" "Item_Ice_User"
|
||||
"weaponid" "177929"
|
||||
"buttonid" "177931"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "3498DB"
|
||||
"filter" "Item_Ice_User"
|
||||
"weaponid" "177929"
|
||||
"buttonid" "177931"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Thunder"
|
||||
"short" "Thunder"
|
||||
"color" "85C1E9"
|
||||
"filter" "Item_Thunder_User"
|
||||
"weaponid" "178069"
|
||||
"buttonid" "178071"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Thunder"
|
||||
"short" "Thunder"
|
||||
"color" "85C1E9"
|
||||
"filter" "Item_Thunder_User"
|
||||
"weaponid" "178069"
|
||||
"buttonid" "178071"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "F39C12"
|
||||
"filter" "Item_Fire_User"
|
||||
"weaponid" "178213"
|
||||
"buttonid" "178210"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "F39C12"
|
||||
"filter" "Item_Fire_User"
|
||||
"weaponid" "178213"
|
||||
"buttonid" "178210"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
|
||||
// Zombies - Items
|
||||
"6"
|
||||
{
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "F39C12"
|
||||
"filter" "Item_ZFire_User"
|
||||
"weaponid" "176978"
|
||||
"buttonid" "176982"
|
||||
"triggerid" "177062"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "F39C12"
|
||||
"filter" "Item_ZFire_User"
|
||||
"weaponid" "176978"
|
||||
"buttonid" "176982"
|
||||
"triggerid" "177062"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "[ZM] Ice"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "3498DB"
|
||||
"filter" "Item_ZIce_User"
|
||||
"weaponid" "2424762"
|
||||
"buttonid" "177138"
|
||||
"triggerid" "2424764"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Ice"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "3498DB"
|
||||
"filter" "Item_ZIce_User"
|
||||
"weaponid" "2424762"
|
||||
"buttonid" "177138"
|
||||
"triggerid" "2424764"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "[ZM] Wind"
|
||||
"short" "[ZM] Wind"
|
||||
"color" "76D7C4"
|
||||
"filter" "Item_ZWind_User"
|
||||
"weaponid" "2424770"
|
||||
"buttonid" "176172"
|
||||
"triggerid" "2424767"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Wind"
|
||||
"short" "[ZM] Wind"
|
||||
"color" "76D7C4"
|
||||
"filter" "Item_ZWind_User"
|
||||
"weaponid" "2424770"
|
||||
"buttonid" "176172"
|
||||
"triggerid" "2424767"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Thunder"
|
||||
"short" "[ZM] Thunder"
|
||||
"color" "85C1E9"
|
||||
"filter" "Item_ZThunder_User"
|
||||
"weaponid" "2424840"
|
||||
"buttonid" "1127593"
|
||||
"triggerid" "2424837"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Thunder"
|
||||
"short" "[ZM] Thunder"
|
||||
"color" "85C1E9"
|
||||
"filter" "Item_ZThunder_User"
|
||||
"weaponid" "2424840"
|
||||
"buttonid" "1127593"
|
||||
"triggerid" "2424837"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
}
|
||||
|
216
entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg
Executable file → Normal file
216
entWatch4/configs/entwatch/ze_fapescape_rote_v1_3f.cfg
Executable file → Normal file
@ -3,137 +3,137 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Wall Spawner"
|
||||
"short" "Wall"
|
||||
"color" "AD4100"
|
||||
"filter" "blockade"
|
||||
"weaponid" "326008"
|
||||
"buttonid" "325989"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
"name" "Wall Spawner"
|
||||
"short" "Wall"
|
||||
"color" "AD4100"
|
||||
"filter" "blockade"
|
||||
"weaponid" "326008"
|
||||
"buttonid" "325989"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Electro Gun"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "electric"
|
||||
"weaponid" "326171"
|
||||
"buttonid" "326315"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Electro Gun"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "electric"
|
||||
"weaponid" "326171"
|
||||
"buttonid" "326315"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "EyeTech Launcher"
|
||||
"short" "Launcher"
|
||||
"color" "120061"
|
||||
"filter" "launcher"
|
||||
"weaponid" "326586"
|
||||
"buttonid" "326588"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
"name" "EyeTech Launcher"
|
||||
"short" "Launcher"
|
||||
"color" "120061"
|
||||
"filter" "launcher"
|
||||
"weaponid" "326586"
|
||||
"buttonid" "326588"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "325974"
|
||||
"buttonid" "325899"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "325974"
|
||||
"buttonid" "325899"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "326086"
|
||||
"buttonid" "326088"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "326086"
|
||||
"buttonid" "326088"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "BB0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "326332"
|
||||
"buttonid" "326334"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "10"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "BB0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "326332"
|
||||
"buttonid" "326334"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "ammowep"
|
||||
"weaponid" "326492"
|
||||
"buttonid" "326494"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "ammowep"
|
||||
"weaponid" "326492"
|
||||
"buttonid" "326494"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Pipe Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "DC143C"
|
||||
"filter" "pipe"
|
||||
"weaponid" "326600"
|
||||
"buttonid" "326602"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
"name" "Pipe Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "DC143C"
|
||||
"filter" "pipe"
|
||||
"weaponid" "326600"
|
||||
"buttonid" "326602"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "EyeTech Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "AD4100"
|
||||
"filter" "cannon"
|
||||
"weaponid" "326711"
|
||||
"buttonid" "326713"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "EyeTech Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "AD4100"
|
||||
"filter" "cannon"
|
||||
"weaponid" "326711"
|
||||
"buttonid" "326713"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
288
entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg
Executable file → Normal file
288
entWatch4/configs/entwatch/ze_fapescape_v1_2.cfg
Executable file → Normal file
@ -3,182 +3,182 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Uber Cannon"
|
||||
"short" "Uber"
|
||||
"color" "120061"
|
||||
"filter" "uber"
|
||||
"weaponid" "25307"
|
||||
"buttonid" "25300"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "150"
|
||||
"name" "Uber Cannon"
|
||||
"short" "Uber"
|
||||
"color" "120061"
|
||||
"filter" "uber"
|
||||
"weaponid" "25307"
|
||||
"buttonid" "25300"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "150"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "1889"
|
||||
"buttonid" "1891"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "1889"
|
||||
"buttonid" "1891"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "kuulid"
|
||||
"weaponid" "4509"
|
||||
"buttonid" "4524"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "kuulid"
|
||||
"weaponid" "4509"
|
||||
"buttonid" "4524"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Explosive Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" "mineboom"
|
||||
"weaponid" "1881"
|
||||
"buttonid" "1879"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
"name" "Explosive Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" "mineboom"
|
||||
"weaponid" "1881"
|
||||
"buttonid" "1879"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "BB0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "1952"
|
||||
"buttonid" "1946"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flame"
|
||||
"color" "BB0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "1952"
|
||||
"buttonid" "1946"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Grenade Spawner"
|
||||
"short" "Grenade"
|
||||
"color" "AD4100"
|
||||
"filter" "nades"
|
||||
"weaponid" "1868"
|
||||
"buttonid" "1869"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Grenade Spawner"
|
||||
"short" "Grenade"
|
||||
"color" "AD4100"
|
||||
"filter" "nades"
|
||||
"weaponid" "1868"
|
||||
"buttonid" "1869"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wall Spawner"
|
||||
"short" "Wall"
|
||||
"color" "AD4100"
|
||||
"filter" "blockage"
|
||||
"weaponid" "1923"
|
||||
"buttonid" "1921"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
"name" "Wall Spawner"
|
||||
"short" "Wall"
|
||||
"color" "AD4100"
|
||||
"filter" "blockage"
|
||||
"weaponid" "1923"
|
||||
"buttonid" "1921"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "1893"
|
||||
"buttonid" "1894"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "1893"
|
||||
"buttonid" "1894"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Hand Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "AD4100"
|
||||
"filter" "kahur"
|
||||
"weaponid" "4555"
|
||||
"buttonid" "4553"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Hand Cannon"
|
||||
"short" "Cannon"
|
||||
"color" "AD4100"
|
||||
"filter" "kahur"
|
||||
"weaponid" "4555"
|
||||
"buttonid" "4553"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "E0E800"
|
||||
"filter" "banana"
|
||||
"weaponid" "424414"
|
||||
"buttonid" "424447"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "15"
|
||||
"cooldown" "2"
|
||||
"name" "Banana Gun"
|
||||
"short" "Banana"
|
||||
"color" "E0E800"
|
||||
"filter" "banana"
|
||||
"weaponid" "424414"
|
||||
"buttonid" "424447"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "15"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Kim"
|
||||
"short" "Kim"
|
||||
"color" "FD5E5E"
|
||||
"filter" ""
|
||||
"weaponid" "2874"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Kim"
|
||||
"short" "Kim"
|
||||
"color" "FD5E5E"
|
||||
"filter" ""
|
||||
"weaponid" "2874"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Päss"
|
||||
"short" "Pass"
|
||||
"color" "FD5E5E"
|
||||
"filter" ""
|
||||
"weaponid" "2886"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Päss"
|
||||
"short" "Pass"
|
||||
"color" "FD5E5E"
|
||||
"filter" ""
|
||||
"weaponid" "2886"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
360
entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg
Executable file → Normal file
360
entWatch4/configs/entwatch/ze_ffvii_cosmo_canyon_v5fix.cfg
Executable file → Normal file
@ -3,233 +3,233 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "Gravity_Owner"
|
||||
"weaponid" "323441"
|
||||
"buttonid" "323443"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "Gravity_Owner"
|
||||
"weaponid" "323441"
|
||||
"buttonid" "323443"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "323285"
|
||||
"buttonid" "323354"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "4"
|
||||
"maxuses" "2"
|
||||
"cooldown" "60"
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "323285"
|
||||
"buttonid" "323354"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "4"
|
||||
"maxuses" "2"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "323126"
|
||||
"buttonid" "323128"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "323126"
|
||||
"buttonid" "323128"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Bio Materia"
|
||||
"short" "Bio"
|
||||
"color" "990033"
|
||||
"filter" "Bio_Owner"
|
||||
"weaponid" "323363"
|
||||
"buttonid" "323367"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Bio Materia"
|
||||
"short" "Bio"
|
||||
"color" "990033"
|
||||
"filter" "Bio_Owner"
|
||||
"weaponid" "323363"
|
||||
"buttonid" "323367"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "323052"
|
||||
"buttonid" "323121"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "323052"
|
||||
"buttonid" "323121"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Earth_Owner"
|
||||
"weaponid" "323735"
|
||||
"buttonid" "323737"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Earth_Owner"
|
||||
"weaponid" "323735"
|
||||
"buttonid" "323737"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "323517"
|
||||
"buttonid" "323519"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "323517"
|
||||
"buttonid" "323519"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "Ultima_Owner"
|
||||
"weaponid" "323814"
|
||||
"buttonid" "323816"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "Ultima_Owner"
|
||||
"weaponid" "323814"
|
||||
"buttonid" "323816"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "15"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Sleep Materia"
|
||||
"short" "Sleep"
|
||||
"color" "2A2A2A"
|
||||
"filter" "Sleep_Owner"
|
||||
"weaponid" "524758"
|
||||
"buttonid" "524762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Sleep Materia"
|
||||
"short" "Sleep"
|
||||
"color" "2A2A2A"
|
||||
"filter" "Sleep_Owner"
|
||||
"weaponid" "524758"
|
||||
"buttonid" "524762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
|
||||
// Human - Potion
|
||||
"9"
|
||||
{
|
||||
"name" "Phoenix Down"
|
||||
"short" "Phoenix Down"
|
||||
"color" "00BFFF"
|
||||
"filter" "Potion_Owner"
|
||||
"weaponid" "2576537"
|
||||
"buttonid" "2576539"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Phoenix Down"
|
||||
"short" "Phoenix Down"
|
||||
"color" "00BFFF"
|
||||
"filter" "Potion_Owner"
|
||||
"weaponid" "2576537"
|
||||
"buttonid" "2576539"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Ice Materia"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "00BFFF"
|
||||
"filter" "Ice_Z_Owner"
|
||||
"weaponid" "1589580"
|
||||
"buttonid" "1589574"
|
||||
"triggerid" "1589577"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Ice Materia"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "00BFFF"
|
||||
"filter" "Ice_Z_Owner"
|
||||
"weaponid" "1589580"
|
||||
"buttonid" "1589574"
|
||||
"triggerid" "1589577"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Fire Materia"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "B22222"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "1576012"
|
||||
"buttonid" "1576006"
|
||||
"triggerid" "1576009"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Fire Materia"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "B22222"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "1576012"
|
||||
"buttonid" "1576006"
|
||||
"triggerid" "1576009"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Poison Materia"
|
||||
"short" "[ZM] Poison"
|
||||
"color" "7CFC00"
|
||||
"filter" "Poison_Z_Owner"
|
||||
"weaponid" "2102221"
|
||||
"buttonid" "2102228"
|
||||
"triggerid" "2102223"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Poison Materia"
|
||||
"short" "[ZM] Poison"
|
||||
"color" "7CFC00"
|
||||
"filter" "Poison_Z_Owner"
|
||||
"weaponid" "2102221"
|
||||
"buttonid" "2102228"
|
||||
"triggerid" "2102223"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Confuse Materia"
|
||||
"short" "[ZM] Confuse"
|
||||
"color" "9B27D1"
|
||||
"filter" "Confuse_Owner"
|
||||
"weaponid" "3468411"
|
||||
"buttonid" "3468276"
|
||||
"triggerid" "3468413"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Confuse Materia"
|
||||
"short" "[ZM] Confuse"
|
||||
"color" "9B27D1"
|
||||
"filter" "Confuse_Owner"
|
||||
"weaponid" "3468411"
|
||||
"buttonid" "3468276"
|
||||
"triggerid" "3468413"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
|
||||
// Zombie - Misc
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Pampa"
|
||||
"short" "[ZM] Pampa"
|
||||
"color" "9B27D1"
|
||||
"filter" "CactusZM_Z_Owner"
|
||||
"weaponid" "1446677"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1446670"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Pampa"
|
||||
"short" "[ZM] Pampa"
|
||||
"color" "9B27D1"
|
||||
"filter" "CactusZM_Z_Owner"
|
||||
"weaponid" "1446677"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1446670"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
192
entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg
Executable file → Normal file
192
entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v5_3.cfg
Executable file → Normal file
@ -3,122 +3,122 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "portador_gravedad"
|
||||
"weaponid" "1589"
|
||||
"buttonid" "1587"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "portador_gravedad"
|
||||
"weaponid" "1589"
|
||||
"buttonid" "1587"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "portador_electro"
|
||||
"weaponid" "1546"
|
||||
"buttonid" "1544"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "portador_electro"
|
||||
"weaponid" "1546"
|
||||
"buttonid" "1544"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "portador_fire"
|
||||
"weaponid" "1410"
|
||||
"buttonid" "1422"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "portador_fire"
|
||||
"weaponid" "1410"
|
||||
"buttonid" "1422"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "portador_ice"
|
||||
"weaponid" "1377"
|
||||
"buttonid" "1398"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "portador_ice"
|
||||
"weaponid" "1377"
|
||||
"buttonid" "1398"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "portador_heal"
|
||||
"weaponid" "1492"
|
||||
"buttonid" "1494"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "portador_heal"
|
||||
"weaponid" "1492"
|
||||
"buttonid" "1494"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "portador_earth"
|
||||
"weaponid" "1460"
|
||||
"buttonid" "1463"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "portador_earth"
|
||||
"weaponid" "1460"
|
||||
"buttonid" "1463"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "portador_viento"
|
||||
"weaponid" "1434"
|
||||
"buttonid" "1440"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "portador_viento"
|
||||
"weaponid" "1434"
|
||||
"buttonid" "1440"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "portador_ultima"
|
||||
"weaponid" "1359"
|
||||
"buttonid" "1364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "portador_ultima"
|
||||
"weaponid" "1359"
|
||||
"buttonid" "1364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
288
entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg
Executable file → Normal file
288
entWatch4/configs/entwatch/ze_ffvii_mako_reactor_v6_b08.cfg
Executable file → Normal file
@ -3,182 +3,182 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "player_gravity"
|
||||
"weaponid" "2908185"
|
||||
"buttonid" "2908117"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Gravity Materia"
|
||||
"short" "Gravity"
|
||||
"color" "2A2A2A"
|
||||
"filter" "player_gravity"
|
||||
"weaponid" "2908185"
|
||||
"buttonid" "2908117"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "player_electro"
|
||||
"weaponid" "2908013"
|
||||
"buttonid" "2907945"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Electro Materia"
|
||||
"short" "Electro"
|
||||
"color" "0072FF"
|
||||
"filter" "player_electro"
|
||||
"weaponid" "2908013"
|
||||
"buttonid" "2907945"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "player_fire"
|
||||
"weaponid" "2907860"
|
||||
"buttonid" "2907792"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Fire Materia"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "player_fire"
|
||||
"weaponid" "2907860"
|
||||
"buttonid" "2907792"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_ice"
|
||||
"weaponid" "2907354"
|
||||
"buttonid" "2907286"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Ice Materia"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_ice"
|
||||
"weaponid" "2907354"
|
||||
"buttonid" "2907286"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "player_heal"
|
||||
"weaponid" "2907132"
|
||||
"buttonid" "2907064"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Heal Materia"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "player_heal"
|
||||
"weaponid" "2907132"
|
||||
"buttonid" "2907064"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "player_earth"
|
||||
"weaponid" "2908100"
|
||||
"buttonid" "2908032"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Earth Materia"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "player_earth"
|
||||
"weaponid" "2908100"
|
||||
"buttonid" "2908032"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "player_wind"
|
||||
"weaponid" "2906834"
|
||||
"buttonid" "2906766"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Wind Materia"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "player_wind"
|
||||
"weaponid" "2906834"
|
||||
"buttonid" "2906766"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Aqua Materia"
|
||||
"short" "Aqua"
|
||||
"color" "9DE7EB"
|
||||
"filter" "player_water"
|
||||
"weaponid" "2907705"
|
||||
"buttonid" "2907637"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Aqua Materia"
|
||||
"short" "Aqua"
|
||||
"color" "9DE7EB"
|
||||
"filter" "player_water"
|
||||
"weaponid" "2907705"
|
||||
"buttonid" "2907637"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Bio Materia"
|
||||
"short" "Bio"
|
||||
"color" "39F374"
|
||||
"filter" "player_bio"
|
||||
"weaponid" "2906432"
|
||||
"buttonid" "2906364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Bio Materia"
|
||||
"short" "Bio"
|
||||
"color" "39F374"
|
||||
"filter" "player_bio"
|
||||
"weaponid" "2906432"
|
||||
"buttonid" "2906364"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Barrier Materia"
|
||||
"short" "Barrier"
|
||||
"color" "E2EF7F"
|
||||
"filter" "player_barrier"
|
||||
"weaponid" "2906517"
|
||||
"buttonid" "2906449"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Barrier Materia"
|
||||
"short" "Barrier"
|
||||
"color" "E2EF7F"
|
||||
"filter" "player_barrier"
|
||||
"weaponid" "2906517"
|
||||
"buttonid" "2906449"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Mimic Materia"
|
||||
"short" "Mimic"
|
||||
"color" "EC4CF4"
|
||||
"filter" "player_mimic"
|
||||
"weaponid" "4525325"
|
||||
"buttonid" "4525251"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Mimic Materia"
|
||||
"short" "Mimic"
|
||||
"color" "EC4CF4"
|
||||
"filter" "player_mimic"
|
||||
"weaponid" "4525325"
|
||||
"buttonid" "4525251"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "player_ultima"
|
||||
"weaponid" "2906602"
|
||||
"buttonid" "2906534"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
"name" "Ultima Materia"
|
||||
"short" "Ultima"
|
||||
"color" "00FF00"
|
||||
"filter" "player_ultima"
|
||||
"weaponid" "2906602"
|
||||
"buttonid" "2906534"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_ffvii_temple_ancient_v3_3.cfg
Executable file → Normal file
@ -3,107 +3,107 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Earth"
|
||||
"short" "Earth"
|
||||
"color" "8B4513"
|
||||
"filter" "filter_gravity"
|
||||
"weaponid" "1699278"
|
||||
"buttonid" "1699210"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Earth"
|
||||
"short" "Earth"
|
||||
"color" "8B4513"
|
||||
"filter" "filter_gravity"
|
||||
"weaponid" "1699278"
|
||||
"buttonid" "1699210"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Poison"
|
||||
"short" "Poison"
|
||||
"color" "00FF00"
|
||||
"filter" "filter_electro"
|
||||
"weaponid" "1699960"
|
||||
"buttonid" "1699821"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Poison"
|
||||
"short" "Poison"
|
||||
"color" "00FF00"
|
||||
"filter" "filter_electro"
|
||||
"weaponid" "1699960"
|
||||
"buttonid" "1699821"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "filter_fire"
|
||||
"weaponid" "1699377"
|
||||
"buttonid" "1699368"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "filter_fire"
|
||||
"weaponid" "1699377"
|
||||
"buttonid" "1699368"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "filter_ice"
|
||||
"weaponid" "1699054"
|
||||
"buttonid" "1699056"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "filter_ice"
|
||||
"weaponid" "1699054"
|
||||
"buttonid" "1699056"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "filter_heal"
|
||||
"weaponid" "1699816"
|
||||
"buttonid" "1699677"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "filter_heal"
|
||||
"weaponid" "1699816"
|
||||
"buttonid" "1699677"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "filter_wind"
|
||||
"weaponid" "1699673"
|
||||
"buttonid" "1699668"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Wind"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "filter_wind"
|
||||
"weaponid" "1699673"
|
||||
"buttonid" "1699668"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "00FF00"
|
||||
"filter" "crystal_pistol"
|
||||
"weaponid" "1677880"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "00FF00"
|
||||
"filter" "crystal_pistol"
|
||||
"weaponid" "1677880"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
264
entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg
Executable file → Normal file
264
entWatch4/configs/entwatch/ze_ffxii_feywood_b3_1.cfg
Executable file → Normal file
@ -3,169 +3,169 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "F55884"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "1841349"
|
||||
"buttonid" "1841424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "F55884"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "1841349"
|
||||
"buttonid" "1841424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "1841928"
|
||||
"buttonid" "1841930"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "1841928"
|
||||
"buttonid" "1841930"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Dark Magick"
|
||||
"short" "Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Owner"
|
||||
"weaponid" "1841846"
|
||||
"buttonid" "1841848"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Dark Magick"
|
||||
"short" "Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Owner"
|
||||
"weaponid" "1841846"
|
||||
"buttonid" "1841848"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Blizzard_Owner"
|
||||
"weaponid" "1841762"
|
||||
"buttonid" "1841766"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Blizzard_Owner"
|
||||
"weaponid" "1841762"
|
||||
"buttonid" "1841766"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Electro Magick"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "1841678"
|
||||
"buttonid" "1841751"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Electro Magick"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "1841678"
|
||||
"buttonid" "1841751"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "1841431"
|
||||
"buttonid" "1841435"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "1841431"
|
||||
"buttonid" "1841435"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Berserk Magick"
|
||||
"short" "Berserk"
|
||||
"color" "FF8000"
|
||||
"filter" "Berserk_Owner"
|
||||
"weaponid" "3764112"
|
||||
"buttonid" "3764040"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Berserk Magick"
|
||||
"short" "Berserk"
|
||||
"color" "FF8000"
|
||||
"filter" "Berserk_Owner"
|
||||
"weaponid" "3764112"
|
||||
"buttonid" "3764040"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"7"
|
||||
{
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF00FF"
|
||||
"filter" "Warp_Z_Owner"
|
||||
"weaponid" "1871651"
|
||||
"buttonid" "1871580"
|
||||
"triggerid" "1871583"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF00FF"
|
||||
"filter" "Warp_Z_Owner"
|
||||
"weaponid" "1871651"
|
||||
"buttonid" "1871580"
|
||||
"triggerid" "1871583"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "[ZM] Dark Magick"
|
||||
"short" "[ZM] Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Z_Owner"
|
||||
"weaponid" "1871410"
|
||||
"buttonid" "1871339"
|
||||
"triggerid" "1871407"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Dark Magick"
|
||||
"short" "[ZM] Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Z_Owner"
|
||||
"weaponid" "1871410"
|
||||
"buttonid" "1871339"
|
||||
"triggerid" "1871407"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "1870326"
|
||||
"buttonid" "1870328"
|
||||
"triggerid" "1870323"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "1870326"
|
||||
"buttonid" "1870328"
|
||||
"triggerid" "1870323"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Heal Magick"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Z_Owner"
|
||||
"weaponid" "1869948"
|
||||
"buttonid" "1869880"
|
||||
"triggerid" "1869877"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Heal Magick"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Z_Owner"
|
||||
"weaponid" "1869948"
|
||||
"buttonid" "1869880"
|
||||
"triggerid" "1869877"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
94
entWatch4/configs/entwatch/ze_ffxii_moko_temple_v1_1.cfg
Normal file
94
entWatch4/configs/entwatch/ze_ffxii_moko_temple_v1_1.cfg
Normal 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"
|
||||
}
|
||||
}
|
360
entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg
Executable file → Normal file
360
entWatch4/configs/entwatch/ze_ffxii_paramina_rift_v1_4.cfg
Executable file → Normal file
@ -3,233 +3,233 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2511987"
|
||||
"buttonid" "2511991"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2511987"
|
||||
"buttonid" "2511991"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2511901"
|
||||
"buttonid" "2511898"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2511901"
|
||||
"buttonid" "2511898"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF8000"
|
||||
"filter" ""
|
||||
"weaponid" "2511907"
|
||||
"buttonid" "2511911"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF8000"
|
||||
"filter" ""
|
||||
"weaponid" "2511907"
|
||||
"buttonid" "2511911"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Poison Magick"
|
||||
"short" "Poison"
|
||||
"color" "40FF80"
|
||||
"filter" ""
|
||||
"weaponid" "2512074"
|
||||
"buttonid" "2512063"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Poison Magick"
|
||||
"short" "Poison"
|
||||
"color" "40FF80"
|
||||
"filter" ""
|
||||
"weaponid" "2512074"
|
||||
"buttonid" "2512063"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "00B400"
|
||||
"filter" ""
|
||||
"weaponid" "2512217"
|
||||
"buttonid" "2512214"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "00B400"
|
||||
"filter" ""
|
||||
"weaponid" "2512217"
|
||||
"buttonid" "2512214"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
|
||||
// Human - Potions
|
||||
"5"
|
||||
{
|
||||
"name" "HP Potion"
|
||||
"short" "HP Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512545"
|
||||
"buttonid" "2512547"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "HP Potion"
|
||||
"short" "HP Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512545"
|
||||
"buttonid" "2512547"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "HI Potion"
|
||||
"short" "HI Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512687"
|
||||
"buttonid" "2512617"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "HI Potion"
|
||||
"short" "HI Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512687"
|
||||
"buttonid" "2512617"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Ammo Potion"
|
||||
"short" "Ammo Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512759"
|
||||
"buttonid" "2512689"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo Potion"
|
||||
"short" "Ammo Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512759"
|
||||
"buttonid" "2512689"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Speed Potion"
|
||||
"short" "Speed Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512831"
|
||||
"buttonid" "2512761"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Speed Potion"
|
||||
"short" "Speed Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512831"
|
||||
"buttonid" "2512761"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Holy Potion"
|
||||
"short" "Holy Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512903"
|
||||
"buttonid" "2512833"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "14"
|
||||
"name" "Holy Potion"
|
||||
"short" "Holy Potion"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2512903"
|
||||
"buttonid" "2512833"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "14"
|
||||
}
|
||||
|
||||
// Human - Esper
|
||||
"10"
|
||||
{
|
||||
"name" "Esper Mateus"
|
||||
"short" "Esper"
|
||||
"color" "00BFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2513397"
|
||||
"buttonid" "2513401"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "10"
|
||||
"name" "Esper Mateus"
|
||||
"short" "Esper"
|
||||
"color" "00BFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2513397"
|
||||
"buttonid" "2513401"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "10"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2511649"
|
||||
"buttonid" "2511578"
|
||||
"triggerid" "2511646"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2511649"
|
||||
"buttonid" "2511578"
|
||||
"triggerid" "2511646"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Lure Magick"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2511748"
|
||||
"buttonid" "2511745"
|
||||
"triggerid" "2511750"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "85"
|
||||
"name" "[ZM] Lure Magick"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2511748"
|
||||
"buttonid" "2511745"
|
||||
"triggerid" "2511750"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "85"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2512450"
|
||||
"buttonid" "2512438"
|
||||
"triggerid" "2512447"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2512450"
|
||||
"buttonid" "2512438"
|
||||
"triggerid" "2512447"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Frost Magick"
|
||||
"short" "[ZM] Frost"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2512303"
|
||||
"buttonid" "2512291"
|
||||
"triggerid" "2512300"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "[ZM] Frost Magick"
|
||||
"short" "[ZM] Frost"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2512303"
|
||||
"buttonid" "2512291"
|
||||
"triggerid" "2512300"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
}
|
||||
|
264
entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg
Executable file → Normal file
264
entWatch4/configs/entwatch/ze_ffxii_ridorana_cataract_t5_3.cfg
Executable file → Normal file
@ -3,170 +3,170 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "29413"
|
||||
"buttonid" "29484"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Magick"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "29413"
|
||||
"buttonid" "29484"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "29972"
|
||||
"buttonid" "29974"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Wind Magick"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Wind_Owner"
|
||||
"weaponid" "29972"
|
||||
"buttonid" "29974"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Dark Magick"
|
||||
"short" "Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Owner"
|
||||
"weaponid" "29894"
|
||||
"buttonid" "29896"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Dark Magick"
|
||||
"short" "Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Owner"
|
||||
"weaponid" "29894"
|
||||
"buttonid" "29896"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Blizzard_Owner"
|
||||
"weaponid" "29814"
|
||||
"buttonid" "29818"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Ice Magick"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Blizzard_Owner"
|
||||
"weaponid" "29814"
|
||||
"buttonid" "29818"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Electro Magick"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "29734"
|
||||
"buttonid" "29803"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Electro Magick"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Electro_Owner"
|
||||
"weaponid" "29734"
|
||||
"buttonid" "29803"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "29491"
|
||||
"buttonid" "29495"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire Magick"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Fire_Owner"
|
||||
"weaponid" "29491"
|
||||
"buttonid" "29495"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Ultima Sword"
|
||||
"short" "Ultima"
|
||||
"color" "EFFF16"
|
||||
"filter" "Berserk_Owner"
|
||||
"weaponid" "36679"
|
||||
"buttonid" "36607"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Ultima Sword"
|
||||
"short" "Ultima"
|
||||
"color" "EFFF16"
|
||||
"filter" "Berserk_Owner"
|
||||
"weaponid" "36679"
|
||||
"buttonid" "36607"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
|
||||
// Zombie - Items
|
||||
"7"
|
||||
{
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF7700"
|
||||
"filter" "Warp_Z_Owner"
|
||||
"weaponid" "30795"
|
||||
"buttonid" "30724"
|
||||
"triggerid" "30727"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Warp Magick"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF7700"
|
||||
"filter" "Warp_Z_Owner"
|
||||
"weaponid" "30795"
|
||||
"buttonid" "30724"
|
||||
"triggerid" "30727"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "[ZM] Dark Magick"
|
||||
"short" "[ZM] Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Z_Owner"
|
||||
"weaponid" "30712"
|
||||
"buttonid" "30641"
|
||||
"triggerid" "30709"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Dark Magick"
|
||||
"short" "[ZM] Dark"
|
||||
"color" "8B689F"
|
||||
"filter" "Darkaga_Z_Owner"
|
||||
"weaponid" "30712"
|
||||
"buttonid" "30641"
|
||||
"triggerid" "30709"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF7700"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "30486"
|
||||
"buttonid" "30488"
|
||||
"triggerid" "30483"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Fire Magick"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF7700"
|
||||
"filter" "Fire_Z_Owner"
|
||||
"weaponid" "30486"
|
||||
"buttonid" "30488"
|
||||
"triggerid" "30483"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Heal Magick"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "8B689F"
|
||||
"filter" "Heal_Z_Owner"
|
||||
"weaponid" "30269"
|
||||
"buttonid" "30201"
|
||||
"triggerid" "30198"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "[ZM] Heal Magick"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "8B689F"
|
||||
"filter" "Heal_Z_Owner"
|
||||
"weaponid" "30269"
|
||||
"buttonid" "30201"
|
||||
"triggerid" "30198"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
}
|
||||
|
192
entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg
Executable file → Normal file
192
entWatch4/configs/entwatch/ze_ffxii_westersand_v2d.cfg
Executable file → Normal file
@ -3,122 +3,122 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Wind Magic"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "target_wind"
|
||||
"weaponid" "84865"
|
||||
"buttonid" "84862"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Wind Magic"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "target_wind"
|
||||
"weaponid" "84865"
|
||||
"buttonid" "84862"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Ice Magic"
|
||||
"short" "Ice"
|
||||
"color" "0814FF"
|
||||
"filter" "target_ice"
|
||||
"weaponid" "575922"
|
||||
"buttonid" "575926"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Ice Magic"
|
||||
"short" "Ice"
|
||||
"color" "0814FF"
|
||||
"filter" "target_ice"
|
||||
"weaponid" "575922"
|
||||
"buttonid" "575926"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Heal Magic"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "target_heal"
|
||||
"weaponid" "83068"
|
||||
"buttonid" "83000"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Heal Magic"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "target_heal"
|
||||
"weaponid" "83068"
|
||||
"buttonid" "83000"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Earth Magic"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "target_earth"
|
||||
"weaponid" "430688"
|
||||
"buttonid" "430690"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Earth Magic"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "target_earth"
|
||||
"weaponid" "430688"
|
||||
"buttonid" "430690"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Fire Magic"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "target_fire"
|
||||
"weaponid" "83760"
|
||||
"buttonid" "83762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Fire Magic"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "target_fire"
|
||||
"weaponid" "83760"
|
||||
"buttonid" "83762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Holy Magic"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "target_holy"
|
||||
"weaponid" "87311"
|
||||
"buttonid" "87586"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
"name" "Holy Magic"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "target_holy"
|
||||
"weaponid" "87311"
|
||||
"buttonid" "87586"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Chocobo"
|
||||
"short" "Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "133419"
|
||||
"buttonid" "241297"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Chocobo"
|
||||
"short" "Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "133419"
|
||||
"buttonid" "241297"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Chocobo"
|
||||
"short" "Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "430758"
|
||||
"buttonid" "430751"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Chocobo"
|
||||
"short" "Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "430758"
|
||||
"buttonid" "430751"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
360
entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg
Executable file → Normal file
360
entWatch4/configs/entwatch/ze_ffxii_westersand_v5_2.cfg
Executable file → Normal file
@ -3,231 +3,231 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "windcaster"
|
||||
"weaponid" "476266"
|
||||
"buttonid" "475368"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "windcaster"
|
||||
"weaponid" "476266"
|
||||
"buttonid" "475368"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0814FF"
|
||||
"filter" "watercaster"
|
||||
"weaponid" "476264"
|
||||
"buttonid" "475300"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0814FF"
|
||||
"filter" "watercaster"
|
||||
"weaponid" "476264"
|
||||
"buttonid" "475300"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "healcaster"
|
||||
"weaponid" "476258"
|
||||
"buttonid" "475572"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "healcaster"
|
||||
"weaponid" "476258"
|
||||
"buttonid" "475572"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "FFFF00"
|
||||
"filter" "electrocaster"
|
||||
"weaponid" "476260"
|
||||
"buttonid" "475504"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "FFFF00"
|
||||
"filter" "electrocaster"
|
||||
"weaponid" "476260"
|
||||
"buttonid" "475504"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "earthcaster"
|
||||
"weaponid" "476268"
|
||||
"buttonid" "475708"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "earthcaster"
|
||||
"weaponid" "476268"
|
||||
"buttonid" "475708"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "firecaster"
|
||||
"weaponid" "695050"
|
||||
"buttonid" "695052"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "firecaster"
|
||||
"weaponid" "695050"
|
||||
"buttonid" "695052"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "holycaster"
|
||||
"weaponid" "476256"
|
||||
"buttonid" "475640"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "holycaster"
|
||||
"weaponid" "476256"
|
||||
"buttonid" "475640"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
|
||||
// Human - Specials
|
||||
"7"
|
||||
{
|
||||
"name" "Ashe Cloak"
|
||||
"short" "Ashe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "777862"
|
||||
"buttonid" "0"
|
||||
"triggerid" "777859"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ashe Cloak"
|
||||
"short" "Ashe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "777862"
|
||||
"buttonid" "0"
|
||||
"triggerid" "777859"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Balthier Cloak"
|
||||
"short" "Balthier"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "796352"
|
||||
"buttonid" "0"
|
||||
"triggerid" "796354"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Balthier Cloak"
|
||||
"short" "Balthier"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "796352"
|
||||
"buttonid" "0"
|
||||
"triggerid" "796354"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Basch Cloak"
|
||||
"short" "Basch"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "777766"
|
||||
"buttonid" "0"
|
||||
"triggerid" "777763"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Basch Cloak"
|
||||
"short" "Basch"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "777766"
|
||||
"buttonid" "0"
|
||||
"triggerid" "777763"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF0000"
|
||||
"filter" "warpcaster"
|
||||
"weaponid" "476523"
|
||||
"buttonid" "476520"
|
||||
"triggerid" "476525"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF0000"
|
||||
"filter" "warpcaster"
|
||||
"weaponid" "476523"
|
||||
"buttonid" "476520"
|
||||
"triggerid" "476525"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "FF0000"
|
||||
"filter" "lurecaster"
|
||||
"weaponid" "476278"
|
||||
"buttonid" "476345"
|
||||
"triggerid" "476348"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "FF0000"
|
||||
"filter" "lurecaster"
|
||||
"weaponid" "476278"
|
||||
"buttonid" "476345"
|
||||
"triggerid" "476348"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Blind"
|
||||
"short" "[ZM] Blind"
|
||||
"color" "FF0000"
|
||||
"filter" "blindcaster"
|
||||
"weaponid" "476360"
|
||||
"buttonid" "476357"
|
||||
"triggerid" "476362"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "[ZM] Blind"
|
||||
"short" "[ZM] Blind"
|
||||
"color" "FF0000"
|
||||
"filter" "blindcaster"
|
||||
"weaponid" "476360"
|
||||
"buttonid" "476357"
|
||||
"triggerid" "476362"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "795408"
|
||||
"buttonid" "0"
|
||||
"triggerid" "795568"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "795408"
|
||||
"buttonid" "0"
|
||||
"triggerid" "795568"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "795464"
|
||||
"buttonid" "0"
|
||||
"triggerid" "795580"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "795464"
|
||||
"buttonid" "0"
|
||||
"triggerid" "795580"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
384
entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg
Executable file → Normal file
384
entWatch4/configs/entwatch/ze_ffxii_westersand_v7_2.cfg
Executable file → Normal file
@ -3,246 +3,246 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Player_Staff_Wind"
|
||||
"weaponid" "474260"
|
||||
"buttonid" "474253"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "04B404"
|
||||
"filter" "Player_Staff_Wind"
|
||||
"weaponid" "474260"
|
||||
"buttonid" "474253"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0814FF"
|
||||
"filter" "Player_Staff_Water"
|
||||
"weaponid" "473926"
|
||||
"buttonid" "473919"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0814FF"
|
||||
"filter" "Player_Staff_Water"
|
||||
"weaponid" "473926"
|
||||
"buttonid" "473919"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Heal"
|
||||
"weaponid" "474682"
|
||||
"buttonid" "728802"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Heal"
|
||||
"weaponid" "474682"
|
||||
"buttonid" "728802"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Player_Staff_Electro"
|
||||
"weaponid" "474435"
|
||||
"buttonid" "474422"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "Player_Staff_Electro"
|
||||
"weaponid" "474435"
|
||||
"buttonid" "474422"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Player_Staff_Earth"
|
||||
"weaponid" "474010"
|
||||
"buttonid" "474081"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Player_Staff_Earth"
|
||||
"weaponid" "474010"
|
||||
"buttonid" "474081"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Staff_Fire"
|
||||
"weaponid" "474249"
|
||||
"buttonid" "474171"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Staff_Fire"
|
||||
"weaponid" "474249"
|
||||
"buttonid" "474171"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "A1A1A1"
|
||||
"filter" "Player_Staff_Holy"
|
||||
"weaponid" "474103"
|
||||
"buttonid" "474085"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "A1A1A1"
|
||||
"filter" "Player_Staff_Holy"
|
||||
"weaponid" "474103"
|
||||
"buttonid" "474085"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "20"
|
||||
}
|
||||
|
||||
// Human - Specials
|
||||
"7"
|
||||
{
|
||||
"name" "Ashe Cloak"
|
||||
"short" "Ashe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479440"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479437"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ashe Cloak"
|
||||
"short" "Ashe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479440"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479437"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Vaan Cloak"
|
||||
"short" "Vaan"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479356"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479358"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Vaan Cloak"
|
||||
"short" "Vaan"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479356"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479358"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Balthier Cloak"
|
||||
"short" "Balthier"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479085"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479082"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Balthier Cloak"
|
||||
"short" "Balthier"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "479085"
|
||||
"buttonid" "0"
|
||||
"triggerid" "479082"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Basch Cloak"
|
||||
"short" "Basch"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "478923"
|
||||
"buttonid" "0"
|
||||
"triggerid" "478920"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Basch Cloak"
|
||||
"short" "Basch"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "478923"
|
||||
"buttonid" "0"
|
||||
"triggerid" "478920"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Warp"
|
||||
"weaponid" "473843"
|
||||
"buttonid" "473845"
|
||||
"triggerid" "473840"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Warp"
|
||||
"weaponid" "473843"
|
||||
"buttonid" "473845"
|
||||
"triggerid" "473840"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Invisibility"
|
||||
"short" "[ZM] Invisibility"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Invis"
|
||||
"weaponid" "474656"
|
||||
"buttonid" "474588"
|
||||
"triggerid" "474658"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "[ZM] Invisibility"
|
||||
"short" "[ZM] Invisibility"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Invis"
|
||||
"weaponid" "474656"
|
||||
"buttonid" "474588"
|
||||
"triggerid" "474658"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Lure"
|
||||
"weaponid" "474985"
|
||||
"buttonid" "475056"
|
||||
"triggerid" "474982"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Lure"
|
||||
"weaponid" "474985"
|
||||
"buttonid" "475056"
|
||||
"triggerid" "474982"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Blind"
|
||||
"weaponid" "475298"
|
||||
"buttonid" "475300"
|
||||
"triggerid" "475295"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "B40404"
|
||||
"filter" "Player_Knife_Blind"
|
||||
"weaponid" "475298"
|
||||
"buttonid" "475300"
|
||||
"triggerid" "475295"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1608309"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1608306"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Chocobo"
|
||||
"short" "[ZM] Chocobo"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1608309"
|
||||
"buttonid" "0"
|
||||
"triggerid" "1608306"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
384
entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg
Executable file → Normal file
384
entWatch4/configs/entwatch/ze_ffxii_westersand_v8zeta1.cfg
Executable file → Normal file
@ -3,246 +3,246 @@
|
||||
// Human - Items
|
||||
"1"
|
||||
{
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0000FF"
|
||||
"filter" "Player_Staff_Water"
|
||||
"weaponid" "2665857"
|
||||
"buttonid" "2665844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Water Staff"
|
||||
"short" "Water"
|
||||
"color" "0000FF"
|
||||
"filter" "Player_Staff_Water"
|
||||
"weaponid" "2665857"
|
||||
"buttonid" "2665844"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "Player_Staff_Fire"
|
||||
"weaponid" "2665939"
|
||||
"buttonid" "2666016"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Fire Staff"
|
||||
"short" "Fire"
|
||||
"color" "FF7300"
|
||||
"filter" "Player_Staff_Fire"
|
||||
"weaponid" "2665939"
|
||||
"buttonid" "2666016"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Heal"
|
||||
"weaponid" "2666175"
|
||||
"buttonid" "2666177"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Heal"
|
||||
"weaponid" "2666175"
|
||||
"buttonid" "2666177"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Player_Staff_Earth"
|
||||
"weaponid" "2666253"
|
||||
"buttonid" "2665924"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Earth Staff"
|
||||
"short" "Earth"
|
||||
"color" "965F00"
|
||||
"filter" "Player_Staff_Earth"
|
||||
"weaponid" "2666253"
|
||||
"buttonid" "2665924"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "FFFF00"
|
||||
"filter" "Player_Staff_Electro"
|
||||
"weaponid" "2666329"
|
||||
"buttonid" "2666341"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Electro Staff"
|
||||
"short" "Electro"
|
||||
"color" "FFFF00"
|
||||
"filter" "Player_Staff_Electro"
|
||||
"weaponid" "2666329"
|
||||
"buttonid" "2666341"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "Player_Staff_Wind"
|
||||
"weaponid" "2666416"
|
||||
"buttonid" "2666409"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Wind Staff"
|
||||
"short" "Wind"
|
||||
"color" "00FF00"
|
||||
"filter" "Player_Staff_Wind"
|
||||
"weaponid" "2666416"
|
||||
"buttonid" "2666409"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Holy"
|
||||
"weaponid" "2666037"
|
||||
"buttonid" "2666019"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Holy Staff"
|
||||
"short" "Holy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Staff_Holy"
|
||||
"weaponid" "2666037"
|
||||
"buttonid" "2666019"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"8"
|
||||
{
|
||||
"name" "Solo Winner"
|
||||
"short" "Solo Winner"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4270237"
|
||||
"buttonid" "4270234"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Solo Winner"
|
||||
"short" "Solo Winner"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4270237"
|
||||
"buttonid" "4270234"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Lure"
|
||||
"weaponid" "2665489"
|
||||
"buttonid" "2665560"
|
||||
"triggerid" "2667155"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Lure"
|
||||
"short" "[ZM] Lure"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Lure"
|
||||
"weaponid" "2665489"
|
||||
"buttonid" "2665560"
|
||||
"triggerid" "2667155"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Blind"
|
||||
"short" "[ZM] Blind"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Blind"
|
||||
"weaponid" "2665770"
|
||||
"buttonid" "2665772"
|
||||
"triggerid" "2667152"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Blind"
|
||||
"short" "[ZM] Blind"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Blind"
|
||||
"weaponid" "2665770"
|
||||
"buttonid" "2665772"
|
||||
"triggerid" "2667152"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Warp"
|
||||
"weaponid" "2666579"
|
||||
"buttonid" "2666581"
|
||||
"triggerid" "2667149"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Warp"
|
||||
"short" "[ZM] Warp"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Warp"
|
||||
"weaponid" "2666579"
|
||||
"buttonid" "2666581"
|
||||
"triggerid" "2667149"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Invisibility"
|
||||
"short" "[ZM] Invisibility"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Invis"
|
||||
"weaponid" "2666721"
|
||||
"buttonid" "2666653"
|
||||
"triggerid" "2666723"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Invisibility"
|
||||
"short" "[ZM] Invisibility"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Invis"
|
||||
"weaponid" "2666721"
|
||||
"buttonid" "2666653"
|
||||
"triggerid" "2666723"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Shield"
|
||||
"short" "[ZM] Shield"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Shield"
|
||||
"weaponid" "2666977"
|
||||
"buttonid" "2666981"
|
||||
"triggerid" "2666974"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Shield"
|
||||
"short" "[ZM] Shield"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Shield"
|
||||
"weaponid" "2666977"
|
||||
"buttonid" "2666981"
|
||||
"triggerid" "2666974"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Heal"
|
||||
"weaponid" "2667303"
|
||||
"buttonid" "2667229"
|
||||
"triggerid" "2667226"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Heal"
|
||||
"weaponid" "2667303"
|
||||
"buttonid" "2667229"
|
||||
"triggerid" "2667226"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Fire"
|
||||
"weaponid" "2708384"
|
||||
"buttonid" "2708251"
|
||||
"triggerid" "2708528"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Fire"
|
||||
"short" "[ZM] Fire"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Fire"
|
||||
"weaponid" "2708384"
|
||||
"buttonid" "2708251"
|
||||
"triggerid" "2708528"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "[ZM] Frost"
|
||||
"short" "[ZM] Frost"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Frost"
|
||||
"weaponid" "2708451"
|
||||
"buttonid" "2708520"
|
||||
"triggerid" "2708525"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Frost"
|
||||
"short" "[ZM] Frost"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Knife_Frost"
|
||||
"weaponid" "2708451"
|
||||
"buttonid" "2708520"
|
||||
"triggerid" "2708525"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
}
|
||||
|
192
entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg
Executable file → Normal file
192
entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v4_5s.cfg
Executable file → Normal file
@ -3,124 +3,124 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Limit Break"
|
||||
"short" "Limit Break"
|
||||
"color" "FFFFE0"
|
||||
"filter" "limit_filter"
|
||||
"weaponid" "190185"
|
||||
"buttonid" "190193"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Limit Break"
|
||||
"short" "Limit Break"
|
||||
"color" "FFFFE0"
|
||||
"filter" "limit_filter"
|
||||
"weaponid" "190185"
|
||||
"buttonid" "190193"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Mount Nightmare"
|
||||
"short" "Mount Nightmare"
|
||||
"color" "3EFF3E"
|
||||
"filter" "nightmare_filter"
|
||||
"weaponid" "122252"
|
||||
"buttonid" "122257"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Mount Nightmare"
|
||||
"short" "Mount Nightmare"
|
||||
"color" "3EFF3E"
|
||||
"filter" "nightmare_filter"
|
||||
"weaponid" "122252"
|
||||
"buttonid" "122257"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Summoner Shadow Flare"
|
||||
"short" "Summoner Shadow Flare"
|
||||
"color" "ADD8E6"
|
||||
"filter" "shadowflare_filter"
|
||||
"weaponid" "122287"
|
||||
"buttonid" "122289"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Summoner Shadow Flare"
|
||||
"short" "Summoner Shadow Flare"
|
||||
"color" "ADD8E6"
|
||||
"filter" "shadowflare_filter"
|
||||
"weaponid" "122287"
|
||||
"buttonid" "122289"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Paladin Shield Oath"
|
||||
"short" "Paladin Shield Oath"
|
||||
"color" "FF8C00"
|
||||
"filter" "shield_Filter"
|
||||
"weaponid" "122360"
|
||||
"buttonid" "122370"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
"name" "Paladin Shield Oath"
|
||||
"short" "Paladin Shield Oath"
|
||||
"color" "FF8C00"
|
||||
"filter" "shield_Filter"
|
||||
"weaponid" "122360"
|
||||
"buttonid" "122370"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "White Mage Benediction"
|
||||
"short" "White Mage Benediction"
|
||||
"color" "FFFFFF"
|
||||
"filter" "benediction_filter"
|
||||
"weaponid" "122408"
|
||||
"buttonid" "122405"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "150"
|
||||
"name" "White Mage Benediction"
|
||||
"short" "White Mage Benediction"
|
||||
"color" "FFFFFF"
|
||||
"filter" "benediction_filter"
|
||||
"weaponid" "122408"
|
||||
"buttonid" "122405"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "150"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Black Mage Flare"
|
||||
"short" "Black Mage Flare"
|
||||
"color" "FF4040"
|
||||
"filter" "flare_filter"
|
||||
"weaponid" "122422"
|
||||
"buttonid" "122433"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Black Mage Flare"
|
||||
"short" "Black Mage Flare"
|
||||
"color" "FF4040"
|
||||
"filter" "flare_filter"
|
||||
"weaponid" "122422"
|
||||
"buttonid" "122433"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Bird Armys Paeon"
|
||||
"short" "Bird Armys Paeon"
|
||||
"color" "FFA500"
|
||||
"filter" "armys_filter"
|
||||
"weaponid" "122443"
|
||||
"buttonid" "122445"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Bird Armys Paeon"
|
||||
"short" "Bird Armys Paeon"
|
||||
"color" "FFA500"
|
||||
"filter" "armys_filter"
|
||||
"weaponid" "122443"
|
||||
"buttonid" "122445"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"7"
|
||||
{
|
||||
"name" "Holm Gang"
|
||||
"short" "Holm Gang"
|
||||
"color" "FF0000"
|
||||
"filter" "holmgang_filter"
|
||||
"weaponid" "392538"
|
||||
"buttonid" "392535"
|
||||
"triggerid" "401536"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "95"
|
||||
"name" "Holm Gang"
|
||||
"short" "Holm Gang"
|
||||
"color" "FF0000"
|
||||
"filter" "holmgang_filter"
|
||||
"weaponid" "392538"
|
||||
"buttonid" "392535"
|
||||
"triggerid" "401536"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "95"
|
||||
}
|
||||
}
|
||||
|
432
entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg
Executable file → Normal file
432
entWatch4/configs/entwatch/ze_ffxiv_wanderers_palace_v5_2f.cfg
Executable file → Normal file
@ -3,279 +3,279 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Blizzard Element"
|
||||
"short" "Blizzard"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Human_Blizzard"
|
||||
"weaponid" "6008547"
|
||||
"buttonid" "6008549"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Blizzard Element"
|
||||
"short" "Blizzard"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Human_Blizzard"
|
||||
"weaponid" "6008547"
|
||||
"buttonid" "6008549"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal Element"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Human_Heal"
|
||||
"weaponid" "6008852"
|
||||
"buttonid" "6008856"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Heal Element"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Human_Heal"
|
||||
"weaponid" "6008852"
|
||||
"buttonid" "6008856"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Thunder Element"
|
||||
"short" "Thunder"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Human_Thunder"
|
||||
"weaponid" "6008559"
|
||||
"buttonid" "6008552"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Thunder Element"
|
||||
"short" "Thunder"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Human_Thunder"
|
||||
"weaponid" "6008559"
|
||||
"buttonid" "6008552"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Potions
|
||||
"3"
|
||||
{
|
||||
"name" "Damage Potion"
|
||||
"short" "Damage"
|
||||
"color" "0080FF"
|
||||
"filter" "Player_Human_Damage"
|
||||
"weaponid" "6008493"
|
||||
"buttonid" "6008490"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
"name" "Damage Potion"
|
||||
"short" "Damage"
|
||||
"color" "0080FF"
|
||||
"filter" "Player_Human_Damage"
|
||||
"weaponid" "6008493"
|
||||
"buttonid" "6008490"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Poison Potion"
|
||||
"short" "Poison"
|
||||
"color" "00FF00"
|
||||
"filter" "Player_Human_Poison"
|
||||
"weaponid" "6008485"
|
||||
"buttonid" "6008487"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
"name" "Poison Potion"
|
||||
"short" "Poison"
|
||||
"color" "00FF00"
|
||||
"filter" "Player_Human_Poison"
|
||||
"weaponid" "6008485"
|
||||
"buttonid" "6008487"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"5"
|
||||
{
|
||||
"name" "Lalafell"
|
||||
"short" "Lalafell"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "6007050"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007052"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Lalafell"
|
||||
"short" "Lalafell"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "6007050"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007052"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Knight Sword"
|
||||
"short" "Knight"
|
||||
"color" "79DBFF"
|
||||
"filter" "Player_Human_Knight"
|
||||
"weaponid" "6008466"
|
||||
"buttonid" "6008468"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Knight Sword"
|
||||
"short" "Knight"
|
||||
"color" "79DBFF"
|
||||
"filter" "Player_Human_Knight"
|
||||
"weaponid" "6008466"
|
||||
"buttonid" "6008468"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Oath Element"
|
||||
"short" "Oath"
|
||||
"color" "FFFF80"
|
||||
"filter" "Player_Human_Oath"
|
||||
"weaponid" "6006844"
|
||||
"buttonid" "6006839"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
"name" "Oath Element"
|
||||
"short" "Oath"
|
||||
"color" "FFFF80"
|
||||
"filter" "Player_Human_Oath"
|
||||
"weaponid" "6006844"
|
||||
"buttonid" "6006839"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "80"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Bahamut Summon"
|
||||
"short" "Bahamut"
|
||||
"color" "6F6F6F"
|
||||
"filter" "Player_Human_Bahamut"
|
||||
"weaponid" "6006269"
|
||||
"buttonid" "6006273"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
"name" "Bahamut Summon"
|
||||
"short" "Bahamut"
|
||||
"color" "6F6F6F"
|
||||
"filter" "Player_Human_Bahamut"
|
||||
"weaponid" "6006269"
|
||||
"buttonid" "6006273"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"9"
|
||||
{
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Zombie_Gravity"
|
||||
"weaponid" "6007303"
|
||||
"buttonid" "6007295"
|
||||
"triggerid" "6007300"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Zombie_Gravity"
|
||||
"weaponid" "6007303"
|
||||
"buttonid" "6007295"
|
||||
"triggerid" "6007300"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Zombie_Heal"
|
||||
"weaponid" "6008042"
|
||||
"buttonid" "6008034"
|
||||
"triggerid" "6008039"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Player_Zombie_Heal"
|
||||
"weaponid" "6008042"
|
||||
"buttonid" "6008034"
|
||||
"triggerid" "6008039"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "[ZM] Ice"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Ice"
|
||||
"weaponid" "6008636"
|
||||
"buttonid" "6008638"
|
||||
"triggerid" "6008643"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "50"
|
||||
"name" "[ZM] Ice"
|
||||
"short" "[ZM] Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Ice"
|
||||
"weaponid" "6008636"
|
||||
"buttonid" "6008638"
|
||||
"triggerid" "6008643"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "[ZM] Malefic"
|
||||
"short" "[ZM] Malefic"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Malefic"
|
||||
"weaponid" "6008053"
|
||||
"buttonid" "6008047"
|
||||
"triggerid" "6008050"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "[ZM] Malefic"
|
||||
"short" "[ZM] Malefic"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Malefic"
|
||||
"weaponid" "6008053"
|
||||
"buttonid" "6008047"
|
||||
"triggerid" "6008050"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Seymour Natus"
|
||||
"short" "[ZM] Seymour"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Zombie_Seymour"
|
||||
"weaponid" "6006573"
|
||||
"buttonid" "6006503"
|
||||
"triggerid" "6006575"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "20"
|
||||
"name" "[ZM] Seymour Natus"
|
||||
"short" "[ZM] Seymour"
|
||||
"color" "8000FF"
|
||||
"filter" "Player_Zombie_Seymour"
|
||||
"weaponid" "6006573"
|
||||
"buttonid" "6006503"
|
||||
"triggerid" "6006575"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Bahamut Wing"
|
||||
"short" "[ZM] Bahamut"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Bahamut"
|
||||
"weaponid" "6006090"
|
||||
"buttonid" "6006094"
|
||||
"triggerid" "6006087"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Bahamut Wing"
|
||||
"short" "[ZM] Bahamut"
|
||||
"color" "00FFFF"
|
||||
"filter" "Player_Zombie_Bahamut"
|
||||
"weaponid" "6006090"
|
||||
"buttonid" "6006094"
|
||||
"triggerid" "6006087"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
"15"
|
||||
{
|
||||
"name" "[ZM] Vyraal"
|
||||
"short" "[ZM] Vyraal"
|
||||
"color" "C0C0C0"
|
||||
"filter" "Player_Zombie_Vyraal"
|
||||
"weaponid" "6006814"
|
||||
"buttonid" "6006821"
|
||||
"triggerid" "6006816"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Vyraal"
|
||||
"short" "[ZM] Vyraal"
|
||||
"color" "C0C0C0"
|
||||
"filter" "Player_Zombie_Vyraal"
|
||||
"weaponid" "6006814"
|
||||
"buttonid" "6006821"
|
||||
"triggerid" "6006816"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "[ZM] Alteci"
|
||||
"short" "[ZM] Alteci"
|
||||
"color" "C0C0C0"
|
||||
"filter" "Player_Zombie_Alteci"
|
||||
"weaponid" "6007341"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007338"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Alteci"
|
||||
"short" "[ZM] Alteci"
|
||||
"color" "C0C0C0"
|
||||
"filter" "Player_Zombie_Alteci"
|
||||
"weaponid" "6007341"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007338"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "[ZM] Garuda"
|
||||
"short" "[ZM] Garuda"
|
||||
"color" "F06E00"
|
||||
"filter" "Player_Zombie_Garuda"
|
||||
"weaponid" "6007281"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007278"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "[ZM] Garuda"
|
||||
"short" "[ZM] Garuda"
|
||||
"color" "F06E00"
|
||||
"filter" "Player_Zombie_Garuda"
|
||||
"weaponid" "6007281"
|
||||
"buttonid" "0"
|
||||
"triggerid" "6007278"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
216
entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg
Executable file → Normal file
216
entWatch4/configs/entwatch/ze_fiendlordkeep_v4_2.cfg
Executable file → Normal file
@ -3,139 +3,139 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FFAA00"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "801772"
|
||||
"buttonid" "801774"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Fire"
|
||||
"short" "Fire"
|
||||
"color" "FFAA00"
|
||||
"filter" "Player_Fire"
|
||||
"weaponid" "801772"
|
||||
"buttonid" "801774"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Lightning"
|
||||
"short" "Lightning"
|
||||
"color" "F3FF33"
|
||||
"filter" "Player_Lightning"
|
||||
"weaponid" "801947"
|
||||
"buttonid" "801949"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Lightning"
|
||||
"short" "Lightning"
|
||||
"color" "F3FF33"
|
||||
"filter" "Player_Lightning"
|
||||
"weaponid" "801947"
|
||||
"buttonid" "801949"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Dark Bomb"
|
||||
"short" "Shadow"
|
||||
"color" "412A42"
|
||||
"filter" "Player_Shadow"
|
||||
"weaponid" "802173"
|
||||
"buttonid" "802175"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Dark Bomb"
|
||||
"short" "Shadow"
|
||||
"color" "412A42"
|
||||
"filter" "Player_Shadow"
|
||||
"weaponid" "802173"
|
||||
"buttonid" "802175"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "06F0FF"
|
||||
"filter" "Player_Ice"
|
||||
"weaponid" "801760"
|
||||
"buttonid" "801762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "06F0FF"
|
||||
"filter" "Player_Ice"
|
||||
"weaponid" "801760"
|
||||
"buttonid" "801762"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Cure"
|
||||
"short" "Cure"
|
||||
"color" "F9FF98"
|
||||
"filter" "Player_Cure"
|
||||
"weaponid" "801860"
|
||||
"buttonid" "802352"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Cure"
|
||||
"short" "Cure"
|
||||
"color" "F9FF98"
|
||||
"filter" "Player_Cure"
|
||||
"weaponid" "801860"
|
||||
"buttonid" "802352"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Haste"
|
||||
"short" "Haste"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Haste"
|
||||
"weaponid" "801780"
|
||||
"buttonid" "801777"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Haste"
|
||||
"short" "Haste"
|
||||
"color" "FF0000"
|
||||
"filter" "Player_Haste"
|
||||
"weaponid" "801780"
|
||||
"buttonid" "801777"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"6"
|
||||
{
|
||||
"name" "Recuperate"
|
||||
"short" "ZM Heal"
|
||||
"color" "136F17"
|
||||
"filter" "Player_Recuperate"
|
||||
"weaponid" "809148"
|
||||
"buttonid" "809219"
|
||||
"triggerid" "809143"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Recuperate"
|
||||
"short" "ZM Heal"
|
||||
"color" "136F17"
|
||||
"filter" "Player_Recuperate"
|
||||
"weaponid" "809148"
|
||||
"buttonid" "809219"
|
||||
"triggerid" "809143"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Lock All"
|
||||
"short" "ZM Lock"
|
||||
"color" "A5A5A5"
|
||||
"filter" "Player_Lockall"
|
||||
"weaponid" "801627"
|
||||
"buttonid" "801632"
|
||||
"triggerid" "801629"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Lock All"
|
||||
"short" "ZM Lock"
|
||||
"color" "A5A5A5"
|
||||
"filter" "Player_Lockall"
|
||||
"weaponid" "801627"
|
||||
"buttonid" "801632"
|
||||
"triggerid" "801629"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "R-Series Robot"
|
||||
"short" "ZM Robot"
|
||||
"color" "003865"
|
||||
"filter" "Player_RSeries"
|
||||
"weaponid" "1381607"
|
||||
"buttonid" "1381604"
|
||||
"triggerid" "1381609"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "R-Series Robot"
|
||||
"short" "ZM Robot"
|
||||
"color" "003865"
|
||||
"filter" "Player_RSeries"
|
||||
"weaponid" "1381607"
|
||||
"buttonid" "1381604"
|
||||
"triggerid" "1381609"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_gameshow_v1_2.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Monkey Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "4C4CFF"
|
||||
"filter" "mine_filter"
|
||||
"weaponid" "1246980"
|
||||
"buttonid" "1318677"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "2"
|
||||
"name" "Monkey Bomb"
|
||||
"short" "Bomb"
|
||||
"color" "4C4CFF"
|
||||
"filter" "mine_filter"
|
||||
"weaponid" "1246980"
|
||||
"buttonid" "1318677"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Push Gun"
|
||||
"short" "Push Gun"
|
||||
"color" "4C4CFF"
|
||||
"filter" "push_filter"
|
||||
"weaponid" "1247066"
|
||||
"buttonid" "1372264"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
"name" "Push Gun"
|
||||
"short" "Push Gun"
|
||||
"color" "4C4CFF"
|
||||
"filter" "push_filter"
|
||||
"weaponid" "1247066"
|
||||
"buttonid" "1372264"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Freeze Gun"
|
||||
"short" "Freeze Gun"
|
||||
"color" "4C4CFF"
|
||||
"filter" "freeze_filter"
|
||||
"weaponid" "1247221"
|
||||
"buttonid" "1372425"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
"name" "Freeze Gun"
|
||||
"short" "Freeze Gun"
|
||||
"color" "4C4CFF"
|
||||
"filter" "freeze_filter"
|
||||
"weaponid" "1247221"
|
||||
"buttonid" "1372425"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_gods_wrath_v3_8b.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Burner Gun"
|
||||
"short" "Burner Gun"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "116712"
|
||||
"buttonid" "123327"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Burner Gun"
|
||||
"short" "Burner Gun"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "116712"
|
||||
"buttonid" "123327"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Burner Gun"
|
||||
"short" "Burner Gun"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "128073"
|
||||
"buttonid" "128064"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
"name" "Burner Gun"
|
||||
"short" "Burner Gun"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "128073"
|
||||
"buttonid" "128064"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "The Bow"
|
||||
"short" "The Bow"
|
||||
"color" "FF7F00"
|
||||
"filter" ""
|
||||
"weaponid" "124212"
|
||||
"buttonid" "124209"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
"name" "The Bow"
|
||||
"short" "The Bow"
|
||||
"color" "FF7F00"
|
||||
"filter" ""
|
||||
"weaponid" "124212"
|
||||
"buttonid" "124209"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "8"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_got_the_north_b4.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_got_the_north_b4.cfg
Executable file → Normal file
@ -3,92 +3,92 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Axe"
|
||||
"short" "Axe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973909"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2973992"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Axe"
|
||||
"short" "Axe"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973909"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2973992"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973920"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2974010"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973920"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2974010"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973935"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2974001"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2973935"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2974001"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "0040FF"
|
||||
"filter" "Can_Use_Heal"
|
||||
"weaponid" "2976276"
|
||||
"buttonid" "2976278"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "0040FF"
|
||||
"filter" "Can_Use_Heal"
|
||||
"weaponid" "2976276"
|
||||
"buttonid" "2976278"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" "Can_Use_Ammo"
|
||||
"weaponid" "2976263"
|
||||
"buttonid" "2976195"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" "Can_Use_Ammo"
|
||||
"weaponid" "2976263"
|
||||
"buttonid" "2976195"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Barricade"
|
||||
"short" "Barricade"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1688610"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade"
|
||||
"short" "Barricade"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1688610"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
96
entWatch4/configs/entwatch/ze_grau_s2.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_grau_s2.cfg
Executable file → Normal file
@ -3,79 +3,79 @@
|
||||
// Zombie - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item1_gr"
|
||||
"weaponid" "298159"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item1_gr"
|
||||
"weaponid" "298159"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item2_gr"
|
||||
"weaponid" "298201"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item2_gr"
|
||||
"weaponid" "298201"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item3_gr"
|
||||
"weaponid" "377002"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item3_gr"
|
||||
"weaponid" "377002"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Triggers
|
||||
"3"
|
||||
{
|
||||
"name" "Trigger 1"
|
||||
"triggerid" "377100"
|
||||
"name" "Trigger 1"
|
||||
"triggerid" "377100"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Trigger 2"
|
||||
"triggerid" "377233"
|
||||
"name" "Trigger 2"
|
||||
"triggerid" "377233"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Trigger 3"
|
||||
"triggerid" "299257"
|
||||
"name" "Trigger 3"
|
||||
"triggerid" "299257"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Trigger 4"
|
||||
"triggerid" "299269"
|
||||
"name" "Trigger 4"
|
||||
"triggerid" "299269"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Trigger 5"
|
||||
"triggerid" "299755"
|
||||
"name" "Trigger 5"
|
||||
"triggerid" "299755"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Trigger 6"
|
||||
"triggerid" "299762"
|
||||
"name" "Trigger 6"
|
||||
"triggerid" "299762"
|
||||
}
|
||||
}
|
||||
|
96
entWatch4/configs/entwatch/ze_gris_fyk.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_gris_fyk.cfg
Executable file → Normal file
@ -3,64 +3,64 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "638075"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "638075"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"1"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item1"
|
||||
"weaponid" "1019078"
|
||||
"buttonid" "1019029"
|
||||
"triggerid" "938570"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item1"
|
||||
"weaponid" "1019078"
|
||||
"buttonid" "1019029"
|
||||
"triggerid" "938570"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item2"
|
||||
"weaponid" "1021495"
|
||||
"buttonid" "0"
|
||||
"triggerid" "938581"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item2"
|
||||
"weaponid" "1021495"
|
||||
"buttonid" "0"
|
||||
"triggerid" "938581"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item3"
|
||||
"weaponid" "1020939"
|
||||
"buttonid" "0"
|
||||
"triggerid" "936853"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Item"
|
||||
"short" "Item"
|
||||
"color" "FF0000"
|
||||
"filter" "item3"
|
||||
"weaponid" "1020939"
|
||||
"buttonid" "0"
|
||||
"triggerid" "936853"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
456
entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg
Executable file → Normal file
456
entWatch4/configs/entwatch/ze_harry_potter_v2_1.cfg
Executable file → Normal file
@ -2,287 +2,287 @@
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Incendio (FIRE)"
|
||||
"short" "Incendio"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "8974097"
|
||||
"buttonid" "55406156"
|
||||
"triggerid" "59863086"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Incendio (FIRE)"
|
||||
"short" "Incendio"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "8974097"
|
||||
"buttonid" "55406156"
|
||||
"triggerid" "59863086"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Impedimenta (ICE)"
|
||||
"short" "Impedimenta"
|
||||
"color" "7DBEFF"
|
||||
"filter" ""
|
||||
"weaponid" "8975848"
|
||||
"buttonid" "55406167"
|
||||
"triggerid" "59863090"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Impedimenta (ICE)"
|
||||
"short" "Impedimenta"
|
||||
"color" "7DBEFF"
|
||||
"filter" ""
|
||||
"weaponid" "8975848"
|
||||
"buttonid" "55406167"
|
||||
"triggerid" "59863090"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flipendo (WIND)"
|
||||
"short" "Flipendo"
|
||||
"color" "F4F4F4"
|
||||
"filter" ""
|
||||
"weaponid" "8977321"
|
||||
"buttonid" "55406174"
|
||||
"triggerid" "59863094"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flipendo (WIND)"
|
||||
"short" "Flipendo"
|
||||
"color" "F4F4F4"
|
||||
"filter" ""
|
||||
"weaponid" "8977321"
|
||||
"buttonid" "55406174"
|
||||
"triggerid" "59863094"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Avada kedavra"
|
||||
"short" "Avada kedavra"
|
||||
"color" "FF8AFF"
|
||||
"filter" ""
|
||||
"weaponid" "8977961"
|
||||
"buttonid" "55406177"
|
||||
"triggerid" "59863102"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Avada kedavra"
|
||||
"short" "Avada kedavra"
|
||||
"color" "FF8AFF"
|
||||
"filter" ""
|
||||
"weaponid" "8977961"
|
||||
"buttonid" "55406177"
|
||||
"triggerid" "59863102"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Reparo (HEAL)"
|
||||
"short" "Reparo"
|
||||
"color" "00DF00"
|
||||
"filter" ""
|
||||
"weaponid" "8978959"
|
||||
"buttonid" "55406184"
|
||||
"triggerid" "59863110"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Reparo (HEAL)"
|
||||
"short" "Reparo"
|
||||
"color" "00DF00"
|
||||
"filter" ""
|
||||
"weaponid" "8978959"
|
||||
"buttonid" "55406184"
|
||||
"triggerid" "59863110"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Protego (WALL)"
|
||||
"short" "Protego"
|
||||
"color" "E8E800"
|
||||
"filter" ""
|
||||
"weaponid" "8979602"
|
||||
"buttonid" "55406191"
|
||||
"triggerid" "59863098"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Protego (WALL)"
|
||||
"short" "Protego"
|
||||
"color" "E8E800"
|
||||
"filter" ""
|
||||
"weaponid" "8979602"
|
||||
"buttonid" "55406191"
|
||||
"triggerid" "59863098"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Accio (AMMO)"
|
||||
"short" "Accio"
|
||||
"color" "808000"
|
||||
"filter" ""
|
||||
"weaponid" "17845448"
|
||||
"buttonid" "55406149"
|
||||
"triggerid" "59863114"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Accio (AMMO)"
|
||||
"short" "Accio"
|
||||
"color" "808000"
|
||||
"filter" ""
|
||||
"weaponid" "17845448"
|
||||
"buttonid" "55406149"
|
||||
"triggerid" "59863114"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Crucio (POISON)"
|
||||
"short" "Crucio"
|
||||
"color" "FD7E00"
|
||||
"filter" ""
|
||||
"weaponid" "17845738"
|
||||
"buttonid" "55406142"
|
||||
"triggerid" "59863106"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Crucio (POISON)"
|
||||
"short" "Crucio"
|
||||
"color" "FD7E00"
|
||||
"filter" ""
|
||||
"weaponid" "17845738"
|
||||
"buttonid" "55406142"
|
||||
"triggerid" "59863106"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Aguamenti (SLOWMO)"
|
||||
"short" "Aguamenti"
|
||||
"color" "00FFFF"
|
||||
"filter" ""
|
||||
"weaponid" "17845811"
|
||||
"buttonid" "55406133"
|
||||
"triggerid" "59863118"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Aguamenti (SLOWMO)"
|
||||
"short" "Aguamenti"
|
||||
"color" "00FFFF"
|
||||
"filter" ""
|
||||
"weaponid" "17845811"
|
||||
"buttonid" "55406133"
|
||||
"triggerid" "59863118"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Incendio (FIRE)"
|
||||
"short" "Incendio"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "9125676"
|
||||
"buttonid" "9125678"
|
||||
"triggerid" "9005859"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Incendio (FIRE)"
|
||||
"short" "Incendio"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "9125676"
|
||||
"buttonid" "9125678"
|
||||
"triggerid" "9005859"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Emendo (HEAL)"
|
||||
"short" "Emendo"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "9127617"
|
||||
"buttonid" "9127619"
|
||||
"triggerid" "9007824"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Emendo (HEAL)"
|
||||
"short" "Emendo"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "9127617"
|
||||
"buttonid" "9127619"
|
||||
"triggerid" "9007824"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Confundus (CONFUSER)"
|
||||
"short" "Confundus"
|
||||
"color" "FFFF2F"
|
||||
"filter" ""
|
||||
"weaponid" "9128126"
|
||||
"buttonid" "9128193"
|
||||
"triggerid" "9007828"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Confundus (CONFUSER)"
|
||||
"short" "Confundus"
|
||||
"color" "FFFF2F"
|
||||
"filter" ""
|
||||
"weaponid" "9128126"
|
||||
"buttonid" "9128193"
|
||||
"triggerid" "9007828"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Deprimo (SLOWMO)"
|
||||
"short" "Deprimo"
|
||||
"color" "1C1CFF"
|
||||
"filter" ""
|
||||
"weaponid" "9128865"
|
||||
"buttonid" "9128935"
|
||||
"triggerid" "9007832"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Deprimo (SLOWMO)"
|
||||
"short" "Deprimo"
|
||||
"color" "1C1CFF"
|
||||
"filter" ""
|
||||
"weaponid" "9128865"
|
||||
"buttonid" "9128935"
|
||||
"triggerid" "9007832"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Expulso (NUKER)"
|
||||
"short" "Expulso"
|
||||
"color" "248C06"
|
||||
"filter" ""
|
||||
"weaponid" "9129450"
|
||||
"buttonid" "9129517"
|
||||
"triggerid" "9007836"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Expulso (NUKER)"
|
||||
"short" "Expulso"
|
||||
"color" "248C06"
|
||||
"filter" ""
|
||||
"weaponid" "9129450"
|
||||
"buttonid" "9129517"
|
||||
"triggerid" "9007836"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Disillusionment (HALF VISIBLE)"
|
||||
"short" "Disillusionment"
|
||||
"color" "371C00"
|
||||
"filter" ""
|
||||
"weaponid" "17845958"
|
||||
"buttonid" "17847988"
|
||||
"triggerid" "17955655"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Disillusionment (HALF VISIBLE)"
|
||||
"short" "Disillusionment"
|
||||
"color" "371C00"
|
||||
"filter" ""
|
||||
"weaponid" "17845958"
|
||||
"buttonid" "17847988"
|
||||
"triggerid" "17955655"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Conjunctivitus (POISON)"
|
||||
"short" "Conjunctivitus"
|
||||
"color" "6A3500"
|
||||
"filter" ""
|
||||
"weaponid" "17846183"
|
||||
"buttonid" "17846179"
|
||||
"triggerid" "17955634"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Conjunctivitus (POISON)"
|
||||
"short" "Conjunctivitus"
|
||||
"color" "6A3500"
|
||||
"filter" ""
|
||||
"weaponid" "17846183"
|
||||
"buttonid" "17846179"
|
||||
"triggerid" "17955634"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Deletrius (WAND BREAKER)"
|
||||
"short" "Deletrius"
|
||||
"color" "00B3B3"
|
||||
"filter" ""
|
||||
"weaponid" "17846257"
|
||||
"buttonid" "17847962"
|
||||
"triggerid" "17955652"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Deletrius (WAND BREAKER)"
|
||||
"short" "Deletrius"
|
||||
"color" "00B3B3"
|
||||
"filter" ""
|
||||
"weaponid" "17846257"
|
||||
"buttonid" "17847962"
|
||||
"triggerid" "17955652"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Reducio (MINIMIZER)"
|
||||
"short" "Reducio"
|
||||
"color" "FF79BC"
|
||||
"filter" ""
|
||||
"weaponid" "20869434"
|
||||
"buttonid" "20899408"
|
||||
"triggerid" "20840257"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Reducio (MINIMIZER)"
|
||||
"short" "Reducio"
|
||||
"color" "FF79BC"
|
||||
"filter" ""
|
||||
"weaponid" "20869434"
|
||||
"buttonid" "20899408"
|
||||
"triggerid" "20840257"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" ""
|
||||
"weaponid" "37642786"
|
||||
"buttonid" "58829201"
|
||||
"triggerid" "14550189"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "2"
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" ""
|
||||
"weaponid" "37642786"
|
||||
"buttonid" "58829201"
|
||||
"triggerid" "14550189"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "2"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_hellz_rescuebase_v5_b1.cfg
Executable file → Normal file
@ -3,79 +3,79 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Skin_White_Knight"
|
||||
"weaponid" "2645603"
|
||||
"buttonid" "2687054"
|
||||
"triggerid" "2654673"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Skin_White_Knight"
|
||||
"weaponid" "2645603"
|
||||
"buttonid" "2687054"
|
||||
"triggerid" "2654673"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "0040FF"
|
||||
"filter" "Skin_Minigun"
|
||||
"weaponid" "2693317"
|
||||
"buttonid" "2693319"
|
||||
"triggerid" "2703461"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "4"
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "0040FF"
|
||||
"filter" "Skin_Minigun"
|
||||
"weaponid" "2693317"
|
||||
"buttonid" "2693319"
|
||||
"triggerid" "2703461"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "4"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "DJ"
|
||||
"short" "DJ"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3168314"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "4"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "DJ"
|
||||
"short" "DJ"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "3168314"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "4"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"3"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" "Monster_Balrog"
|
||||
"weaponid" "2598782"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2598784"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" "Monster_Balrog"
|
||||
"weaponid" "2598782"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2598784"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" "Monster_Antlion"
|
||||
"weaponid" "2590943"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2590949"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" "Monster_Antlion"
|
||||
"weaponid" "2590943"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2590949"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
264
entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg
Executable file → Normal file
264
entWatch4/configs/entwatch/ze_holmes_escape_pf_2014c.cfg
Executable file → Normal file
@ -3,167 +3,167 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "117992"
|
||||
"buttonid" "119541"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "5"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "117992"
|
||||
"buttonid" "119541"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "5"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Hover Boots"
|
||||
"short" "Boots"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "123432"
|
||||
"buttonid" "128250"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Hover Boots"
|
||||
"short" "Boots"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "123432"
|
||||
"buttonid" "128250"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "135333"
|
||||
"buttonid" "135338"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "15"
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "135333"
|
||||
"buttonid" "135338"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "15"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Secret Documents"
|
||||
"short" "Documents"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "106959"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Secret Documents"
|
||||
"short" "Documents"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "106959"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Devil Eye of Destruction"
|
||||
"short" "Laser"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "395793"
|
||||
"buttonid" "395866"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Devil Eye of Destruction"
|
||||
"short" "Laser"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "395793"
|
||||
"buttonid" "395866"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Soda Can"
|
||||
"short" "Heal"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "351880"
|
||||
"buttonid" "352081"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "73"
|
||||
"name" "Soda Can"
|
||||
"short" "Heal"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "351880"
|
||||
"buttonid" "352081"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "73"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Ninja Suit"
|
||||
"short" "Ninja"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "350847"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ninja Suit"
|
||||
"short" "Ninja"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "350847"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Slowdown"
|
||||
"short" "Slowdown"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "197286"
|
||||
"buttonid" "369510"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Slowdown"
|
||||
"short" "Slowdown"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "197286"
|
||||
"buttonid" "369510"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Soda Shield"
|
||||
"short" "Shield"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "174311"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Soda Shield"
|
||||
"short" "Shield"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "174311"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Headcrab"
|
||||
"short" "Headcrab"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "179099"
|
||||
"buttonid" "0"
|
||||
"triggerid" "179096"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Headcrab"
|
||||
"short" "Headcrab"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "179099"
|
||||
"buttonid" "0"
|
||||
"triggerid" "179096"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Tesla Suit"
|
||||
"short" "Tesla"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "145318"
|
||||
"buttonid" "0"
|
||||
"triggerid" "145372"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Tesla Suit"
|
||||
"short" "Tesla"
|
||||
"color" "2B76C6"
|
||||
"filter" ""
|
||||
"weaponid" "145318"
|
||||
"buttonid" "0"
|
||||
"triggerid" "145372"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_horizon_sky_escape_b1s.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Book"
|
||||
"short" "Book"
|
||||
"color" "FFFFFF"
|
||||
"filter" "stage1_tele_trigger"
|
||||
"weaponid" "385304"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Book"
|
||||
"short" "Book"
|
||||
"color" "FFFFFF"
|
||||
"filter" "stage1_tele_trigger"
|
||||
"weaponid" "385304"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_icecap_derp_unloze_v420.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "145599"
|
||||
"buttonid" "145608"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "145599"
|
||||
"buttonid" "145608"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "7DBEFF"
|
||||
"filter" ""
|
||||
"weaponid" "213802"
|
||||
"buttonid" "213811"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "7DBEFF"
|
||||
"filter" ""
|
||||
"weaponid" "213802"
|
||||
"buttonid" "213811"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "F4F4F4"
|
||||
"filter" ""
|
||||
"weaponid" "266867"
|
||||
"buttonid" "266876"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Cock"
|
||||
"short" "Cock"
|
||||
"color" "F4F4F4"
|
||||
"filter" ""
|
||||
"weaponid" "266867"
|
||||
"buttonid" "266876"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
192
entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg
Executable file → Normal file
192
entWatch4/configs/entwatch/ze_industrial_dejavu_v3_3_1.cfg
Executable file → Normal file
@ -3,124 +3,124 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "114509"
|
||||
"buttonid" "114500"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
"name" "Push Gun"
|
||||
"short" "Push"
|
||||
"color" "00D8D5"
|
||||
"filter" "push"
|
||||
"weaponid" "114509"
|
||||
"buttonid" "114500"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "66"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "ammo"
|
||||
"weaponid" "117260"
|
||||
"buttonid" "117335"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "AD4100"
|
||||
"filter" "ammo"
|
||||
"weaponid" "117260"
|
||||
"buttonid" "117335"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Freezegun"
|
||||
"short" "Freeze"
|
||||
"color" "21FFFC"
|
||||
"filter" "coolr"
|
||||
"weaponid" "118065"
|
||||
"buttonid" "695664"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Freezegun"
|
||||
"short" "Freeze"
|
||||
"color" "21FFFC"
|
||||
"filter" "coolr"
|
||||
"weaponid" "118065"
|
||||
"buttonid" "695664"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Laser Wall"
|
||||
"short" "Wall"
|
||||
"color" "6459C9"
|
||||
"filter" "laser"
|
||||
"weaponid" "119767"
|
||||
"buttonid" "119773"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Laser Wall"
|
||||
"short" "Wall"
|
||||
"color" "6459C9"
|
||||
"filter" "laser"
|
||||
"weaponid" "119767"
|
||||
"buttonid" "119773"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "EB6036"
|
||||
"filter" "we1"
|
||||
"weaponid" "2730"
|
||||
"buttonid" "113819"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "EB6036"
|
||||
"filter" "we1"
|
||||
"weaponid" "2730"
|
||||
"buttonid" "113819"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"9"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "F5F5F5"
|
||||
"filter" "heal"
|
||||
"weaponid" "122959"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "122951"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "F5F5F5"
|
||||
"filter" "heal"
|
||||
"weaponid" "122959"
|
||||
"buttonid" "3282"
|
||||
"triggerid" "122951"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Rage"
|
||||
"short" "Rage"
|
||||
"color" "E00250"
|
||||
"filter" "ragezm"
|
||||
"weaponid" "122959"
|
||||
"buttonid" "3283"
|
||||
"triggerid" "124350"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "Rage"
|
||||
"short" "Rage"
|
||||
"color" "E00250"
|
||||
"filter" "ragezm"
|
||||
"weaponid" "122959"
|
||||
"buttonid" "3283"
|
||||
"triggerid" "124350"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Vortex"
|
||||
"short" "Vortex"
|
||||
"color" "F5F5F5"
|
||||
"filter" "heal"
|
||||
"weaponid" "129343"
|
||||
"buttonid" "3284"
|
||||
"triggerid" "129335"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "Vortex"
|
||||
"short" "Vortex"
|
||||
"color" "F5F5F5"
|
||||
"filter" "heal"
|
||||
"weaponid" "129343"
|
||||
"buttonid" "3284"
|
||||
"triggerid" "129335"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_infected_sewers_v6_5.cfg
Executable file → Normal file
@ -3,79 +3,79 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Pusher"
|
||||
"short" "Pusher"
|
||||
"color" "007EBB"
|
||||
"filter" ""
|
||||
"weaponid" "1699567"
|
||||
"buttonid" "1699634"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Pusher"
|
||||
"short" "Pusher"
|
||||
"color" "007EBB"
|
||||
"filter" ""
|
||||
"weaponid" "1699567"
|
||||
"buttonid" "1699634"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "15D6D6"
|
||||
"filter" ""
|
||||
"weaponid" "1346602"
|
||||
"buttonid" "1346604"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Minigun"
|
||||
"short" "Minigun"
|
||||
"color" "15D6D6"
|
||||
"filter" ""
|
||||
"weaponid" "1346602"
|
||||
"buttonid" "1346604"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "1335512"
|
||||
"buttonid" "1336137"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF2828"
|
||||
"filter" ""
|
||||
"weaponid" "1335512"
|
||||
"buttonid" "1336137"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Key"
|
||||
"short" "Key"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "4082828"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Key"
|
||||
"short" "Key"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "4082828"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"4"
|
||||
{
|
||||
"name" "Bloodsucker"
|
||||
"short" "Bloodsucker"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "1303227"
|
||||
"buttonid" "1303224"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bloodsucker"
|
||||
"short" "Bloodsucker"
|
||||
"color" "C10000"
|
||||
"filter" ""
|
||||
"weaponid" "1303227"
|
||||
"buttonid" "1303224"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
96
entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_infected_tramway_v3_3.cfg
Executable file → Normal file
@ -3,62 +3,62 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Blue P90"
|
||||
"short" "Blue P90"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "196705"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Blue P90"
|
||||
"short" "Blue P90"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "196705"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "White P90"
|
||||
"short" "White P90"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "196631"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "White P90"
|
||||
"short" "White P90"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "196631"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "P90 with Plans"
|
||||
"short" "Plans"
|
||||
"color" "0080FF"
|
||||
"filter" ""
|
||||
"weaponid" "196869"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "P90 with Plans"
|
||||
"short" "Plans"
|
||||
"color" "0080FF"
|
||||
"filter" ""
|
||||
"weaponid" "196869"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Yellow P90"
|
||||
"short" "Yellow P90"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "196983"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Yellow P90"
|
||||
"short" "Yellow P90"
|
||||
"color" "FFFF00"
|
||||
"filter" ""
|
||||
"weaponid" "196983"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_isla_nublar_v2_1.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "AD4100"
|
||||
"filter" "shotgunname"
|
||||
"weaponid" "83112"
|
||||
"buttonid" "84213"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "7"
|
||||
"cooldown" "2"
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "AD4100"
|
||||
"filter" "shotgunname"
|
||||
"weaponid" "83112"
|
||||
"buttonid" "84213"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "7"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "A63F02"
|
||||
"filter" "shotgunname2"
|
||||
"weaponid" "1497581"
|
||||
"buttonid" "1497585"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "2"
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "A63F02"
|
||||
"filter" "shotgunname2"
|
||||
"weaponid" "1497581"
|
||||
"buttonid" "1497585"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "8"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Medkit"
|
||||
"short" "Medkit"
|
||||
"color" "FF0000"
|
||||
"filter" "medkitname"
|
||||
"weaponid" "2044364"
|
||||
"buttonid" "2044351"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Medkit"
|
||||
"short" "Medkit"
|
||||
"color" "FF0000"
|
||||
"filter" "medkitname"
|
||||
"weaponid" "2044364"
|
||||
"buttonid" "2044351"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
96
entWatch4/configs/entwatch/ze_italy_town_v3.cfg
Executable file → Normal file
96
entWatch4/configs/entwatch/ze_italy_town_v3.cfg
Executable file → Normal file
@ -3,62 +3,62 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "B0BCBF"
|
||||
"filter" ""
|
||||
"weaponid" "7444"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "B0BCBF"
|
||||
"filter" ""
|
||||
"weaponid" "7444"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "8B7D8C"
|
||||
"filter" ""
|
||||
"weaponid" "296846"
|
||||
"buttonid" "572144"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "8B7D8C"
|
||||
"filter" ""
|
||||
"weaponid" "296846"
|
||||
"buttonid" "572144"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FC5151"
|
||||
"filter" "we1"
|
||||
"weaponid" "2730"
|
||||
"buttonid" "38096"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FC5151"
|
||||
"filter" "we1"
|
||||
"weaponid" "2730"
|
||||
"buttonid" "38096"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Cold Gun"
|
||||
"short" "Cold Gun"
|
||||
"color" "3D6EF5"
|
||||
"filter" "coolr"
|
||||
"weaponid" "39556"
|
||||
"buttonid" "695664"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Cold Gun"
|
||||
"short" "Cold Gun"
|
||||
"color" "3D6EF5"
|
||||
"filter" "coolr"
|
||||
"weaponid" "39556"
|
||||
"buttonid" "695664"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_johnny_nukem_b8_3.cfg
Executable file → Normal file
@ -3,107 +3,107 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "UFO"
|
||||
"short" "UFO"
|
||||
"color" "2A2A2A"
|
||||
"filter" "UFO_Owner"
|
||||
"weaponid" "310976"
|
||||
"buttonid" "310978"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "UFO"
|
||||
"short" "UFO"
|
||||
"color" "2A2A2A"
|
||||
"filter" "UFO_Owner"
|
||||
"weaponid" "310976"
|
||||
"buttonid" "310978"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Rainbow Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "312056"
|
||||
"buttonid" "311975"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rainbow Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" "flamethrower"
|
||||
"weaponid" "312056"
|
||||
"buttonid" "311975"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Bubble Gun"
|
||||
"short" "Bubble"
|
||||
"color" "3B5998"
|
||||
"filter" "electric"
|
||||
"weaponid" "309378"
|
||||
"buttonid" "309380"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
"name" "Bubble Gun"
|
||||
"short" "Bubble"
|
||||
"color" "3B5998"
|
||||
"filter" "electric"
|
||||
"weaponid" "309378"
|
||||
"buttonid" "309380"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "55"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Mountain Dew"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "310117"
|
||||
"buttonid" "310114"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "30"
|
||||
"name" "Mountain Dew"
|
||||
"short" "Heal"
|
||||
"color" "FFFFFF"
|
||||
"filter" "Heal_Owner"
|
||||
"weaponid" "310117"
|
||||
"buttonid" "310114"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "30"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo Taco Box"
|
||||
"short" "Ammo"
|
||||
"color" "ffb028"
|
||||
"filter" "kuulid"
|
||||
"weaponid" "594280"
|
||||
"buttonid" "594273"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "60"
|
||||
"name" "Ammo Taco Box"
|
||||
"short" "Ammo"
|
||||
"color" "ffb028"
|
||||
"filter" "kuulid"
|
||||
"weaponid" "594280"
|
||||
"buttonid" "594273"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "2"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Pink Elephants"
|
||||
"short" "Mines"
|
||||
"color" "FF69B4"
|
||||
"filter" "mineboom"
|
||||
"weaponid" "643708"
|
||||
"buttonid" "643710"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
"name" "Pink Elephants"
|
||||
"short" "Mines"
|
||||
"color" "FF69B4"
|
||||
"filter" "mineboom"
|
||||
"weaponid" "643708"
|
||||
"buttonid" "643710"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "5"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Rebel Chainsaw"
|
||||
"short" "Chainsaw"
|
||||
"color" "EE32FF"
|
||||
"filter" ""
|
||||
"weaponid" "645629"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Rebel Chainsaw"
|
||||
"short" "Chainsaw"
|
||||
"color" "EE32FF"
|
||||
"filter" ""
|
||||
"weaponid" "645629"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
168
entWatch4/configs/entwatch/ze_journey_v1_2.cfg
Executable file → Normal file
168
entWatch4/configs/entwatch/ze_journey_v1_2.cfg
Executable file → Normal file
@ -3,107 +3,107 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Burning Orb"
|
||||
"short" "Burning Orb"
|
||||
"color" "EA6309"
|
||||
"filter" "flameuser"
|
||||
"weaponid" "163621"
|
||||
"buttonid" "163623"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Burning Orb"
|
||||
"short" "Burning Orb"
|
||||
"color" "EA6309"
|
||||
"filter" "flameuser"
|
||||
"weaponid" "163621"
|
||||
"buttonid" "163623"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Glacial Orb"
|
||||
"short" "Glacial Orb"
|
||||
"color" "6DE3FC"
|
||||
"filter" "iceuser"
|
||||
"weaponid" "163673"
|
||||
"buttonid" "163675"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Glacial Orb"
|
||||
"short" "Glacial Orb"
|
||||
"color" "6DE3FC"
|
||||
"filter" "iceuser"
|
||||
"weaponid" "163673"
|
||||
"buttonid" "163675"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Lightning Orb"
|
||||
"short" "Lightning Orb"
|
||||
"color" "F9EF77"
|
||||
"filter" "thunderuser"
|
||||
"weaponid" "163717"
|
||||
"buttonid" "163719"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Lightning Orb"
|
||||
"short" "Lightning Orb"
|
||||
"color" "F9EF77"
|
||||
"filter" "thunderuser"
|
||||
"weaponid" "163717"
|
||||
"buttonid" "163719"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Gust Orb"
|
||||
"short" "Gust Orb"
|
||||
"color" "8AEEC3"
|
||||
"filter" "gustuser"
|
||||
"weaponid" "615586"
|
||||
"buttonid" "615588"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Gust Orb"
|
||||
"short" "Gust Orb"
|
||||
"color" "8AEEC3"
|
||||
"filter" "gustuser"
|
||||
"weaponid" "615586"
|
||||
"buttonid" "615588"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Divine Orb"
|
||||
"short" "Divine Orb"
|
||||
"color" "E0FDFE"
|
||||
"filter" "divineuser"
|
||||
"weaponid" "163793"
|
||||
"buttonid" "163795"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Divine Orb"
|
||||
"short" "Divine Orb"
|
||||
"color" "E0FDFE"
|
||||
"filter" "divineuser"
|
||||
"weaponid" "163793"
|
||||
"buttonid" "163795"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Abyssal Orb"
|
||||
"short" "Abyssal Orb"
|
||||
"color" "D10C96"
|
||||
"filter" "abyssuser"
|
||||
"weaponid" "562519"
|
||||
"buttonid" "562521"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Abyssal Orb"
|
||||
"short" "Abyssal Orb"
|
||||
"color" "D10C96"
|
||||
"filter" "abyssuser"
|
||||
"weaponid" "562519"
|
||||
"buttonid" "562521"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Celestial Embrace"
|
||||
"short" "Celestial Embrace"
|
||||
"color" "FDCCFD"
|
||||
"filter" ""
|
||||
"weaponid" "163847"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Celestial Embrace"
|
||||
"short" "Celestial Embrace"
|
||||
"color" "FDCCFD"
|
||||
"filter" ""
|
||||
"weaponid" "163847"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_jungle_escape_v1_2.cfg
Executable file → Normal file
@ -3,92 +3,92 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Electro"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "item_1"
|
||||
"weaponid" "53788"
|
||||
"buttonid" "53860"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Electro"
|
||||
"short" "Electro"
|
||||
"color" "BCCD00"
|
||||
"filter" "item_1"
|
||||
"weaponid" "53788"
|
||||
"buttonid" "53860"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "item_2"
|
||||
"weaponid" "87317"
|
||||
"buttonid" "87424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Ice"
|
||||
"short" "Ice"
|
||||
"color" "00FFFF"
|
||||
"filter" "item_2"
|
||||
"weaponid" "87317"
|
||||
"buttonid" "87424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Wurzel Push"
|
||||
"short" "Push"
|
||||
"color" "04B404"
|
||||
"filter" "item_3"
|
||||
"weaponid" "122719"
|
||||
"buttonid" "122934"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "25"
|
||||
"name" "Wurzel Push"
|
||||
"short" "Push"
|
||||
"color" "04B404"
|
||||
"filter" "item_3"
|
||||
"weaponid" "122719"
|
||||
"buttonid" "122934"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "25"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Wurzel Sculpture"
|
||||
"short" "Wall"
|
||||
"color" "965F00"
|
||||
"filter" "item_4"
|
||||
"weaponid" "567697"
|
||||
"buttonid" "567784"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
"name" "Wurzel Sculpture"
|
||||
"short" "Wall"
|
||||
"color" "965F00"
|
||||
"filter" "item_4"
|
||||
"weaponid" "567697"
|
||||
"buttonid" "567784"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "10"
|
||||
"cooldown" "2"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Cura Bubble"
|
||||
"short" "Bubble"
|
||||
"color" "FFFFFF"
|
||||
"filter" "item_5"
|
||||
"weaponid" "1313204"
|
||||
"buttonid" "1313361"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Cura Bubble"
|
||||
"short" "Bubble"
|
||||
"color" "FFFFFF"
|
||||
"filter" "item_5"
|
||||
"weaponid" "1313204"
|
||||
"buttonid" "1313361"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "7C7B74"
|
||||
"filter" ""
|
||||
"weaponid" "456745"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Crystal"
|
||||
"short" "Crystal"
|
||||
"color" "7C7B74"
|
||||
"filter" ""
|
||||
"weaponid" "456745"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_jurassic_park_story_v1.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "2546808"
|
||||
"buttonid" "2546805"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "2546808"
|
||||
"buttonid" "2546805"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Tazer"
|
||||
"short" "Tazer"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "2546876"
|
||||
"buttonid" "2546881"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Tazer"
|
||||
"short" "Tazer"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "2546876"
|
||||
"buttonid" "2546881"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
48
entWatch4/configs/entwatch/ze_kraznov_poopata.cfg
Executable file → Normal file
48
entWatch4/configs/entwatch/ze_kraznov_poopata.cfg
Executable file → Normal file
@ -3,32 +3,32 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Basket"
|
||||
"short" "Earth"
|
||||
"color" "FFA500"
|
||||
"filter" ""
|
||||
"weaponid" "32091"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Basket"
|
||||
"short" "Earth"
|
||||
"color" "FFA500"
|
||||
"filter" ""
|
||||
"weaponid" "32091"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "42586"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis"
|
||||
"color" "FF005D"
|
||||
"filter" ""
|
||||
"weaponid" "42586"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
360
entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg
Executable file → Normal file
360
entWatch4/configs/entwatch/ze_l0v0l_v1_4.cfg
Executable file → Normal file
@ -3,229 +3,229 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_heal"
|
||||
"weaponid" "431583"
|
||||
"buttonid" "431580"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_heal"
|
||||
"weaponid" "431583"
|
||||
"buttonid" "431580"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "FFFF00"
|
||||
"filter" "player_ammo"
|
||||
"weaponid" "431658"
|
||||
"buttonid" "431660"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Ammo"
|
||||
"short" "Ammo"
|
||||
"color" "FFFF00"
|
||||
"filter" "player_ammo"
|
||||
"weaponid" "431658"
|
||||
"buttonid" "431660"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Rainbow Beam"
|
||||
"short" "Rainbow Beam"
|
||||
"color" "ADFF2F"
|
||||
"filter" "player_beam"
|
||||
"weaponid" "893904"
|
||||
"buttonid" "893768"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
"name" "Rainbow Beam"
|
||||
"short" "Rainbow Beam"
|
||||
"color" "ADFF2F"
|
||||
"filter" "player_beam"
|
||||
"weaponid" "893904"
|
||||
"buttonid" "893768"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "65"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Push"
|
||||
"short" "Push"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_wind"
|
||||
"weaponid" "905720"
|
||||
"buttonid" "905722"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Push"
|
||||
"short" "Push"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_wind"
|
||||
"weaponid" "905720"
|
||||
"buttonid" "905722"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Slower Sphere"
|
||||
"short" "Slower Sphere"
|
||||
"color" "00FF00"
|
||||
"filter" "player_poison"
|
||||
"weaponid" "1157477"
|
||||
"buttonid" "1157474"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
"name" "Slower Sphere"
|
||||
"short" "Slower Sphere"
|
||||
"color" "00FF00"
|
||||
"filter" "player_poison"
|
||||
"weaponid" "1157477"
|
||||
"buttonid" "1157474"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "70"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Fire Toilet"
|
||||
"short" "Fire Toilet"
|
||||
"color" "FF4500"
|
||||
"filter" "player_firet"
|
||||
"weaponid" "1355119"
|
||||
"buttonid" "1355045"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Fire Toilet"
|
||||
"short" "Fire Toilet"
|
||||
"color" "FF4500"
|
||||
"filter" "player_firet"
|
||||
"weaponid" "1355119"
|
||||
"buttonid" "1355045"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Ice Toilet"
|
||||
"short" "Ice Toilet"
|
||||
"color" "1E90FF"
|
||||
"filter" "player_icet"
|
||||
"weaponid" "1355201"
|
||||
"buttonid" "1355196"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Ice Toilet"
|
||||
"short" "Ice Toilet"
|
||||
"color" "1E90FF"
|
||||
"filter" "player_icet"
|
||||
"weaponid" "1355201"
|
||||
"buttonid" "1355196"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Electric Toilet"
|
||||
"short" "Electric Toilet"
|
||||
"color" "0000FF"
|
||||
"filter" "player_elect"
|
||||
"weaponid" "1355344"
|
||||
"buttonid" "1355348"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Electric Toilet"
|
||||
"short" "Electric Toilet"
|
||||
"color" "0000FF"
|
||||
"filter" "player_elect"
|
||||
"weaponid" "1355344"
|
||||
"buttonid" "1355348"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Poison Toilet"
|
||||
"short" "Poison Toilet"
|
||||
"color" "00FF00"
|
||||
"filter" "player_poisont"
|
||||
"weaponid" "1355429"
|
||||
"buttonid" "1355424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Poison Toilet"
|
||||
"short" "Poison Toilet"
|
||||
"color" "00FF00"
|
||||
"filter" "player_poisont"
|
||||
"weaponid" "1355429"
|
||||
"buttonid" "1355424"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Gravity Toilet"
|
||||
"short" "Gravity Toilet"
|
||||
"color" "FF00FF"
|
||||
"filter" "player_gravityt"
|
||||
"weaponid" "1355507"
|
||||
"buttonid" "1355502"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Gravity Toilet"
|
||||
"short" "Gravity Toilet"
|
||||
"color" "FF00FF"
|
||||
"filter" "player_gravityt"
|
||||
"weaponid" "1355507"
|
||||
"buttonid" "1355502"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Earth Toilet"
|
||||
"short" "Earth Toilet"
|
||||
"color" "CD853F"
|
||||
"filter" "player_eartht"
|
||||
"weaponid" "1355587"
|
||||
"buttonid" "1355584"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Earth Toilet"
|
||||
"short" "Earth Toilet"
|
||||
"color" "CD853F"
|
||||
"filter" "player_eartht"
|
||||
"weaponid" "1355587"
|
||||
"buttonid" "1355584"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Water Toilet"
|
||||
"short" "Water Toilet"
|
||||
"color" "1E90FF"
|
||||
"filter" "player_watert"
|
||||
"weaponid" "1355730"
|
||||
"buttonid" "1355660"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Water Toilet"
|
||||
"short" "Water Toilet"
|
||||
"color" "1E90FF"
|
||||
"filter" "player_watert"
|
||||
"weaponid" "1355730"
|
||||
"buttonid" "1355660"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Wind Toilet"
|
||||
"short" "Wind Toilet"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_pusht"
|
||||
"weaponid" "1355879"
|
||||
"buttonid" "1355874"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Wind Toilet"
|
||||
"short" "Wind Toilet"
|
||||
"color" "00FFFF"
|
||||
"filter" "player_pusht"
|
||||
"weaponid" "1355879"
|
||||
"buttonid" "1355874"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"13"
|
||||
{
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "FF00FF"
|
||||
"filter" "player_zgravity"
|
||||
"weaponid" "432888"
|
||||
"buttonid" "432893"
|
||||
"triggerid" "432885"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "[ZM] Gravity"
|
||||
"short" "[ZM] Gravity"
|
||||
"color" "FF00FF"
|
||||
"filter" "player_zgravity"
|
||||
"weaponid" "432888"
|
||||
"buttonid" "432893"
|
||||
"triggerid" "432885"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "F08080"
|
||||
"filter" "player_zheal"
|
||||
"weaponid" "433324"
|
||||
"buttonid" "433189"
|
||||
"triggerid" "433326"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "[ZM] Heal"
|
||||
"short" "[ZM] Heal"
|
||||
"color" "F08080"
|
||||
"filter" "player_zheal"
|
||||
"weaponid" "433324"
|
||||
"buttonid" "433189"
|
||||
"triggerid" "433326"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
0
entWatch4/configs/entwatch/ze_laboratory_escape_v2_2.cfg
Executable file → Normal file
0
entWatch4/configs/entwatch/ze_laboratory_escape_v2_2.cfg
Executable file → Normal file
154
entWatch4/configs/entwatch/ze_laboratory_escape_v2_3b.cfg
Normal file
154
entWatch4/configs/entwatch/ze_laboratory_escape_v2_3b.cfg
Normal 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
648
entWatch4/configs/entwatch/ze_last_man_standing_v5_1.cfg
Executable file → Normal file
@ -3,411 +3,411 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Mech"
|
||||
"short" "Mech"
|
||||
"color" "0040FF"
|
||||
"filter" "human_mech"
|
||||
"weaponid" "5142827"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5142814"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Mech"
|
||||
"short" "Mech"
|
||||
"color" "0040FF"
|
||||
"filter" "human_mech"
|
||||
"weaponid" "5142827"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5142814"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Juggernaut"
|
||||
"short" "Juggernaut"
|
||||
"color" "0040FF"
|
||||
"filter" "monster"
|
||||
"weaponid" "7667056"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7667058"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Juggernaut"
|
||||
"short" "Juggernaut"
|
||||
"color" "0040FF"
|
||||
"filter" "monster"
|
||||
"weaponid" "7667056"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7667058"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Turbo Device"
|
||||
"short" "Turbo Device"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666559"
|
||||
"buttonid" "7668852"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Turbo Device"
|
||||
"short" "Turbo Device"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666559"
|
||||
"buttonid" "7668852"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Immunizer"
|
||||
"short" "Immunizer"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665854"
|
||||
"buttonid" "7668843"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Immunizer"
|
||||
"short" "Immunizer"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665854"
|
||||
"buttonid" "7668843"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Thunder Gun"
|
||||
"short" "Thunder Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665869"
|
||||
"buttonid" "7668846"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "4"
|
||||
"cooldown" "0"
|
||||
"name" "Thunder Gun"
|
||||
"short" "Thunder Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665869"
|
||||
"buttonid" "7668846"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "4"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Portal Gun"
|
||||
"short" "Portal Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665891"
|
||||
"buttonid" "7668840"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Portal Gun"
|
||||
"short" "Portal Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665891"
|
||||
"buttonid" "7668840"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Zero Gravity Gun"
|
||||
"short" "Zero Gravity Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665898"
|
||||
"buttonid" "7668837"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
"name" "Zero Gravity Gun"
|
||||
"short" "Zero Gravity Gun"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665898"
|
||||
"buttonid" "7668837"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "30"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Gauss Rifle"
|
||||
"short" "Gauss Rifle"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665914"
|
||||
"buttonid" "7668834"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Gauss Rifle"
|
||||
"short" "Gauss Rifle"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7665914"
|
||||
"buttonid" "7668834"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "0040FF"
|
||||
"filter" "player_turret_carrier"
|
||||
"weaponid" "7665924"
|
||||
"buttonid" "7668831"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Turret"
|
||||
"short" "Turret"
|
||||
"color" "0040FF"
|
||||
"filter" "player_turret_carrier"
|
||||
"weaponid" "7665924"
|
||||
"buttonid" "7668831"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "0040FF"
|
||||
"filter" "weapon_carrier_mines"
|
||||
"weaponid" "7665942"
|
||||
"buttonid" "7668825"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "0040FF"
|
||||
"filter" "weapon_carrier_mines"
|
||||
"weaponid" "7665942"
|
||||
"buttonid" "7668825"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Mutator Backpack"
|
||||
"short" "Mutator Backpack"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666080"
|
||||
"buttonid" "7668849"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Mutator Backpack"
|
||||
"short" "Mutator Backpack"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666080"
|
||||
"buttonid" "7668849"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Immunizer Backpack"
|
||||
"short" "Immunizer Backpack"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666755"
|
||||
"buttonid" "7668858"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Immunizer Backpack"
|
||||
"short" "Immunizer Backpack"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666755"
|
||||
"buttonid" "7668858"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Ammo Crate"
|
||||
"short" "Ammo Crate"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666765"
|
||||
"buttonid" "7668855"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo Crate"
|
||||
"short" "Ammo Crate"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666765"
|
||||
"buttonid" "7668855"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "M60"
|
||||
"short" "M60"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666846"
|
||||
"buttonid" "7668828"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "M60"
|
||||
"short" "M60"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666846"
|
||||
"buttonid" "7668828"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"14"
|
||||
{
|
||||
"name" "Train Driver"
|
||||
"short" "Train Driver"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5140523"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Train Driver"
|
||||
"short" "Train Driver"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5140523"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Fuel Can"
|
||||
"short" "Fuel Can"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5161017"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Fuel Can"
|
||||
"short" "Fuel Can"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5161017"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Guard NPC"
|
||||
"short" "Guard NPC"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666731"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Guard NPC"
|
||||
"short" "Guard NPC"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "7666731"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"17"
|
||||
{
|
||||
"name" "Boss"
|
||||
"short" "Boss"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_boss"
|
||||
"weaponid" "5142542"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5140075"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Boss"
|
||||
"short" "Boss"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_boss"
|
||||
"weaponid" "5142542"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5140075"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Summoner"
|
||||
"short" "Summoner"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_summoner"
|
||||
"weaponid" "7666199"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666194"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Summoner"
|
||||
"short" "Summoner"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_summoner"
|
||||
"weaponid" "7666199"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666194"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Jumper"
|
||||
"short" "Jumper"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_jumper"
|
||||
"weaponid" "7666220"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666208"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Jumper"
|
||||
"short" "Jumper"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_jumper"
|
||||
"weaponid" "7666220"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666208"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Alma"
|
||||
"short" "Alma"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_alma"
|
||||
"weaponid" "7666234"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666227"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Alma"
|
||||
"short" "Alma"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_alma"
|
||||
"weaponid" "7666234"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666227"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Vortigaunt"
|
||||
"short" "Vortigaunt"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_vortigaunt"
|
||||
"weaponid" "7666255"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666248"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Vortigaunt"
|
||||
"short" "Vortigaunt"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_vortigaunt"
|
||||
"weaponid" "7666255"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666248"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Tank"
|
||||
"short" "Tank"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_tank"
|
||||
"weaponid" "7666394"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666410"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Tank"
|
||||
"short" "Tank"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_tank"
|
||||
"weaponid" "7666394"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666410"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"23"
|
||||
{
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_antlion"
|
||||
"weaponid" "7666442"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666439"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Antlion"
|
||||
"short" "Antlion"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_antlion"
|
||||
"weaponid" "7666442"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666439"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "Predator"
|
||||
"short" "Predator"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_predator"
|
||||
"weaponid" "7666506"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666503"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Predator"
|
||||
"short" "Predator"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_predator"
|
||||
"weaponid" "7666506"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666503"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"25"
|
||||
{
|
||||
"name" "Freezer"
|
||||
"short" "Freezer"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_freezer"
|
||||
"weaponid" "7666525"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666517"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Freezer"
|
||||
"short" "Freezer"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_freezer"
|
||||
"weaponid" "7666525"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7666517"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Shockwave"
|
||||
"short" "Shockwave"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_shocker"
|
||||
"weaponid" "7667132"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7667125"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Shockwave"
|
||||
"short" "Shockwave"
|
||||
"color" "B40404"
|
||||
"filter" "zombie_shocker"
|
||||
"weaponid" "7667132"
|
||||
"buttonid" "0"
|
||||
"triggerid" "7667125"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_legoland_crackheads_v2.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Cooler Gun"
|
||||
"short" "Cooler Gun"
|
||||
"color" "2E93E6"
|
||||
"filter" "we1"
|
||||
"weaponid" "313080"
|
||||
"buttonid" "313162"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "Cooler Gun"
|
||||
"short" "Cooler Gun"
|
||||
"color" "2E93E6"
|
||||
"filter" "we1"
|
||||
"weaponid" "313080"
|
||||
"buttonid" "313162"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" "we2"
|
||||
"weaponid" "67314"
|
||||
"buttonid" "67311"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "5"
|
||||
"cooldown" "0"
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" "we2"
|
||||
"weaponid" "67314"
|
||||
"buttonid" "67311"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "5"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" "we3"
|
||||
"weaponid" "140208"
|
||||
"buttonid" "140213"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "5"
|
||||
"cooldown" "0"
|
||||
"name" "Builder"
|
||||
"short" "Builder"
|
||||
"color" "B3A189"
|
||||
"filter" "we3"
|
||||
"weaponid" "140208"
|
||||
"buttonid" "140213"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "5"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_lila_panic_escape_v3_1.cfg
Executable file → Normal file
@ -3,94 +3,94 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Fire Barrel"
|
||||
"short" "Fire Barrel"
|
||||
"color" "FF4000"
|
||||
"filter" ""
|
||||
"weaponid" "353152"
|
||||
"buttonid" "353149"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Fire Barrel"
|
||||
"short" "Fire Barrel"
|
||||
"color" "FF4000"
|
||||
"filter" ""
|
||||
"weaponid" "353152"
|
||||
"buttonid" "353149"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Freeze Bottle"
|
||||
"short" "Freeze Bottle"
|
||||
"color" "00BFFF"
|
||||
"filter" ""
|
||||
"weaponid" "354622"
|
||||
"buttonid" "354554"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Freeze Bottle"
|
||||
"short" "Freeze Bottle"
|
||||
"color" "00BFFF"
|
||||
"filter" ""
|
||||
"weaponid" "354622"
|
||||
"buttonid" "354554"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "AEB404"
|
||||
"filter" ""
|
||||
"weaponid" "344578"
|
||||
"buttonid" "344580"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "AEB404"
|
||||
"filter" ""
|
||||
"weaponid" "344578"
|
||||
"buttonid" "344580"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Laser Field"
|
||||
"short" "Laser Field"
|
||||
"color" "40FF00"
|
||||
"filter" ""
|
||||
"weaponid" "23028"
|
||||
"buttonid" "23025"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Laser Field"
|
||||
"short" "Laser Field"
|
||||
"color" "40FF00"
|
||||
"filter" ""
|
||||
"weaponid" "23028"
|
||||
"buttonid" "23025"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo Crate"
|
||||
"short" "Ammo Crate"
|
||||
"color" "8A2908"
|
||||
"filter" ""
|
||||
"weaponid" "462044"
|
||||
"buttonid" "461974"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Ammo Crate"
|
||||
"short" "Ammo Crate"
|
||||
"color" "8A2908"
|
||||
"filter" ""
|
||||
"weaponid" "462044"
|
||||
"buttonid" "461974"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"5"
|
||||
{
|
||||
"name" "Suicidal Bomber"
|
||||
"short" "Suicidal Bomber"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "409715"
|
||||
"buttonid" "0"
|
||||
"triggerid" "421153"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Suicidal Bomber"
|
||||
"short" "Suicidal Bomber"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "409715"
|
||||
"buttonid" "0"
|
||||
"triggerid" "421153"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_lotr_helms_deep_v5.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Zombie - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Explosive Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1004"
|
||||
"buttonid" ""
|
||||
"triggerid" "1002"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Explosive Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1004"
|
||||
"buttonid" ""
|
||||
"triggerid" "1002"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_lotr_isengard_v2_3.cfg
Executable file → Normal file
@ -3,81 +3,81 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "00FFFF"
|
||||
"filter" "heal"
|
||||
"weaponid" "11815272"
|
||||
"buttonid" "11815269"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
"name" "Heal Staff"
|
||||
"short" "Heal"
|
||||
"color" "00FFFF"
|
||||
"filter" "heal"
|
||||
"weaponid" "11815272"
|
||||
"buttonid" "11815269"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "6"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FFA500"
|
||||
"filter" ""
|
||||
"weaponid" "492831"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FFA500"
|
||||
"filter" ""
|
||||
"weaponid" "492831"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Specials
|
||||
"2"
|
||||
{
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "CCCCCC"
|
||||
"filter" ""
|
||||
"weaponid" "9421300"
|
||||
"buttonid" "0"
|
||||
"triggerid" "9421836"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "CCCCCC"
|
||||
"filter" ""
|
||||
"weaponid" "9421300"
|
||||
"buttonid" "0"
|
||||
"triggerid" "9421836"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Ent"
|
||||
"short" "Ent"
|
||||
"color" "00AA00"
|
||||
"filter" "ent_rock"
|
||||
"weaponid" "8954463"
|
||||
"buttonid" "9656657"
|
||||
"triggerid" "8627309"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "20"
|
||||
"name" "Ent"
|
||||
"short" "Ent"
|
||||
"color" "00AA00"
|
||||
"filter" "ent_rock"
|
||||
"weaponid" "8954463"
|
||||
"buttonid" "9656657"
|
||||
"triggerid" "8627309"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "3"
|
||||
"maxuses" "4"
|
||||
"cooldown" "20"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"4"
|
||||
{
|
||||
"name" "Spider"
|
||||
"short" "Spider"
|
||||
"color" "800000"
|
||||
"filter" ""
|
||||
"weaponid" "10778352"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2620225"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Spider"
|
||||
"short" "Spider"
|
||||
"color" "800000"
|
||||
"filter" ""
|
||||
"weaponid" "10778352"
|
||||
"buttonid" "0"
|
||||
"triggerid" "2620225"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_lotr_minas_tiret_v4_1.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "320437"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "320437"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Saruman's Staff"
|
||||
"short" "Saruman"
|
||||
"color" "222222"
|
||||
"filter" "saruman"
|
||||
"weaponid" "324135"
|
||||
"buttonid" "324143"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
"name" "Saruman's Staff"
|
||||
"short" "Saruman"
|
||||
"color" "222222"
|
||||
"filter" "saruman"
|
||||
"weaponid" "324135"
|
||||
"buttonid" "324143"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "35"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Gandalf's Staff"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" "gandalf"
|
||||
"weaponid" "339820"
|
||||
"buttonid" "339799"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Gandalf's Staff"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" "gandalf"
|
||||
"weaponid" "339820"
|
||||
"buttonid" "339799"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
}
|
||||
|
692
entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg
Executable file → Normal file
692
entWatch4/configs/entwatch/ze_lotr_minas_tirith_v2_2fix.cfg
Executable file → Normal file
@ -3,455 +3,455 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"7"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Barricades
|
||||
"9"
|
||||
{
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Explosive Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "1000014"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Explosive Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "1000014"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Toilet"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "1000001"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Toilet"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "1000001"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Bench"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "1000002"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Bench"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "1000002"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Shelf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "1000003"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Shelf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "1000003"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Fence"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "1000004"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Fence"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "1000004"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Basket"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "1000005"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Basket"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "1000005"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Plank"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "1000006"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Plank"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "1000006"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Bell"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "1000007"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Bell"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "1000007"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Haybale"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "1000008"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Haybale"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "1000008"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Big Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "1000009"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Big Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "1000009"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "1000010"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "1000010"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "1000011"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "1000011"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Barricade - Table"
|
||||
"short" "Table"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "1000012"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Table"
|
||||
"short" "Table"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "1000012"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "1000013"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "1000013"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"23"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042890"
|
||||
"display" "4"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042890"
|
||||
"display" "4"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042893"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042893"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"25"
|
||||
{
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042899"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042899"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042902"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042902"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Triggers
|
||||
"28"
|
||||
{
|
||||
"name" "Extreme Totem"
|
||||
"triggerid" "4658425"
|
||||
"name" "Extreme Totem"
|
||||
"triggerid" "4658425"
|
||||
}
|
||||
"29"
|
||||
{
|
||||
"name" "Extreme TNT"
|
||||
"triggerid" "4658428"
|
||||
"name" "Extreme TNT"
|
||||
"triggerid" "4658428"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Extreme Troll"
|
||||
"triggerid" "4658434"
|
||||
"name" "Extreme Troll"
|
||||
"triggerid" "4658434"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Stage 1 Nazgul"
|
||||
"triggerid" "4963264"
|
||||
"name" "Stage 1 Nazgul"
|
||||
"triggerid" "4963264"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Stage 4 Nazgul"
|
||||
"triggerid" "4963466"
|
||||
"name" "Stage 4 Nazgul"
|
||||
"triggerid" "4963466"
|
||||
}
|
||||
}
|
||||
|
720
entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg
Executable file → Normal file
720
entWatch4/configs/entwatch/ze_lotr_minas_tirith_v3_3.cfg
Executable file → Normal file
@ -3,476 +3,476 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The White Knight"
|
||||
"short" "White Knight"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2384422"
|
||||
"buttonid" "2384433"
|
||||
"triggerid" "4042883"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Gandalf"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "2347448"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042880"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Horse"
|
||||
"short" "Horse"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "2347138"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042877"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Oil Vase"
|
||||
"short" "Oil"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "5349903"
|
||||
"buttonid" "0"
|
||||
"triggerid" "5310773"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ammo Barrel"
|
||||
"short" "Ammo"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397716"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042874"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Armor"
|
||||
"short" "Armor"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "6082267"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042868"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flag"
|
||||
"short" "Flag"
|
||||
"color" "0040FF"
|
||||
"filter" ""
|
||||
"weaponid" "1397990"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042865"
|
||||
"display" "0"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Misc
|
||||
"7"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2568929"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "1"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Torch"
|
||||
"short" "Torch"
|
||||
"color" "FF9600"
|
||||
"filter" ""
|
||||
"weaponid" "2569006"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "0"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Human - Barricades
|
||||
"9"
|
||||
{
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Explosive Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "1000014"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Explosive Barrel"
|
||||
"short" "Explosive Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "3334835"
|
||||
"buttonid" "1000014"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Toilet"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "1000001"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Toilet"
|
||||
"short" "Toilet"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277483"
|
||||
"buttonid" "1000001"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Bench"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "1000002"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Bench"
|
||||
"short" "Bench"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277481"
|
||||
"buttonid" "1000002"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Shelf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "1000003"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Shelf"
|
||||
"short" "Shelf"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277479"
|
||||
"buttonid" "1000003"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Fence"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "1000004"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Fence"
|
||||
"short" "Fence"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277477"
|
||||
"buttonid" "1000004"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Basket"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "1000005"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Basket"
|
||||
"short" "Basket"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277475"
|
||||
"buttonid" "1000005"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"15"
|
||||
{
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Plank"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "1000006"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Plank"
|
||||
"short" "Plank"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277471"
|
||||
"buttonid" "1000006"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Bell"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "1000007"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Bell"
|
||||
"short" "Bell"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277469"
|
||||
"buttonid" "1000007"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Haybale"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "1000008"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Haybale"
|
||||
"short" "Haybale"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277461"
|
||||
"buttonid" "1000008"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Big Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "1000009"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Big Boulder"
|
||||
"short" "Big Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277465"
|
||||
"buttonid" "1000009"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "1000010"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Boulder"
|
||||
"short" "Boulder"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277459"
|
||||
"buttonid" "1000010"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"20"
|
||||
{
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "1000011"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Barrel"
|
||||
"short" "Barrel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277457"
|
||||
"buttonid" "1000011"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"21"
|
||||
{
|
||||
"name" "Barricade - Table"
|
||||
"short" "Table"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "1000012"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Table"
|
||||
"short" "Table"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277463"
|
||||
"buttonid" "1000012"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"22"
|
||||
{
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "1000013"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Barricade - Crate"
|
||||
"short" "Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "4277445"
|
||||
"buttonid" "1000013"
|
||||
"triggerid" "0"
|
||||
"display" "2"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"23"
|
||||
{
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042890"
|
||||
"display" "4"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Totem"
|
||||
"short" "Totem"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397962"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042890"
|
||||
"display" "4"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"24"
|
||||
{
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042893"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "TNT"
|
||||
"short" "TNT"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2231787"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042893"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"25"
|
||||
{
|
||||
"name" "Ladder"
|
||||
"short" "Ladder"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397571"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042896"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Ladder"
|
||||
"short" "Ladder"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397571"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042896"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"26"
|
||||
{
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042899"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Troll"
|
||||
"short" "Troll"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1397647"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042899"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"27"
|
||||
{
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042902"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Balrog"
|
||||
"short" "Balrog"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "2420963"
|
||||
"buttonid" "0"
|
||||
"triggerid" "4042902"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"28"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "B40404"
|
||||
"filter" ""
|
||||
"weaponid" "1518692"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
// Zombie - Triggers
|
||||
|
||||
"29"
|
||||
{
|
||||
"name" "Extreme Totem"
|
||||
"triggerid" "4658425"
|
||||
"name" "Extreme Totem"
|
||||
"triggerid" "4658425"
|
||||
}
|
||||
"30"
|
||||
{
|
||||
"name" "Extreme TNT"
|
||||
"triggerid" "4658428"
|
||||
"name" "Extreme TNT"
|
||||
"triggerid" "4658428"
|
||||
}
|
||||
"31"
|
||||
{
|
||||
"name" "Extreme Ladder"
|
||||
"triggerid" "4658431"
|
||||
"name" "Extreme Ladder"
|
||||
"triggerid" "4658431"
|
||||
}
|
||||
"32"
|
||||
{
|
||||
"name" "Extreme Troll"
|
||||
"triggerid" "4658434"
|
||||
"name" "Extreme Troll"
|
||||
"triggerid" "4658434"
|
||||
}
|
||||
"33"
|
||||
{
|
||||
"name" "Stage 1 Nazgul"
|
||||
"triggerid" "4963264"
|
||||
"name" "Stage 1 Nazgul"
|
||||
"triggerid" "4963264"
|
||||
}
|
||||
"34"
|
||||
{
|
||||
"name" "Stage 4 Nazgul"
|
||||
"triggerid" "4963466"
|
||||
"name" "Stage 4 Nazgul"
|
||||
"triggerid" "4963466"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_lotr_mines_of_moria_v6_3.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "2233"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "2233"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Saruman's Staff"
|
||||
"short" "Saruman"
|
||||
"color" "222222"
|
||||
"filter" "saruman"
|
||||
"weaponid" "2266"
|
||||
"buttonid" "34102"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
"name" "Saruman's Staff"
|
||||
"short" "Saruman"
|
||||
"color" "222222"
|
||||
"filter" "saruman"
|
||||
"weaponid" "2266"
|
||||
"buttonid" "34102"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "50"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Gandalf's Staff"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" "gandalf"
|
||||
"weaponid" "2282"
|
||||
"buttonid" "33990"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Gandalf's Staff"
|
||||
"short" "Gandalf"
|
||||
"color" "FFFFFF"
|
||||
"filter" "gandalf"
|
||||
"weaponid" "2282"
|
||||
"buttonid" "33990"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v3.cfg
Executable file → Normal file
@ -3,49 +3,49 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "1938"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "1938"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Earendil Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "erendili"
|
||||
"weaponid" "1987"
|
||||
"buttonid" "1995"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Earendil Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "erendili"
|
||||
"weaponid" "1987"
|
||||
"buttonid" "1995"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"2"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1385"
|
||||
"buttonid" ""
|
||||
"triggerid" "2253"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1385"
|
||||
"buttonid" ""
|
||||
"triggerid" "2253"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_lotr_mount_doom_v4_2.cfg
Executable file → Normal file
@ -3,49 +3,49 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "1938"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "The Ring"
|
||||
"short" "Ring"
|
||||
"color" "FFDD21"
|
||||
"filter" ""
|
||||
"weaponid" "1938"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Earendil Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "erendili"
|
||||
"weaponid" "1987"
|
||||
"buttonid" "1995"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
"name" "Earendil Light"
|
||||
"short" "Light"
|
||||
"color" "FFFFFF"
|
||||
"filter" "erendili"
|
||||
"weaponid" "1987"
|
||||
"buttonid" "1995"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "40"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"2"
|
||||
{
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1385"
|
||||
"buttonid" ""
|
||||
"triggerid" "2253"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nazgul"
|
||||
"short" "Nazgul"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "1385"
|
||||
"buttonid" ""
|
||||
"triggerid" "2253"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
480
entWatch4/configs/entwatch/ze_madness_v2_1.cfg
Executable file → Normal file
480
entWatch4/configs/entwatch/ze_madness_v2_1.cfg
Executable file → Normal file
@ -3,305 +3,305 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "C4"
|
||||
"short" "C4"
|
||||
"color" "FFFFFF"
|
||||
"filter" "c4user1"
|
||||
"weaponid" "19017"
|
||||
"buttonid" "19019"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "C4"
|
||||
"short" "C4"
|
||||
"color" "FFFFFF"
|
||||
"filter" "c4user1"
|
||||
"weaponid" "19017"
|
||||
"buttonid" "19019"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Pod"
|
||||
"short" "Pod"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "48890"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Pod"
|
||||
"short" "Pod"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "48890"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Hammer"
|
||||
"short" "Hammer"
|
||||
"color" "FFFFFF"
|
||||
"filter" "hammeruser"
|
||||
"weaponid" "67365"
|
||||
"buttonid" "68326"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Hammer"
|
||||
"short" "Hammer"
|
||||
"color" "FFFFFF"
|
||||
"filter" "hammeruser"
|
||||
"weaponid" "67365"
|
||||
"buttonid" "68326"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Nade Crate"
|
||||
"short" "Nade Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" "nadeuser"
|
||||
"weaponid" "81744"
|
||||
"buttonid" "81746"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Nade Crate"
|
||||
"short" "Nade Crate"
|
||||
"color" "FFFFFF"
|
||||
"filter" "nadeuser"
|
||||
"weaponid" "81744"
|
||||
"buttonid" "81746"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Bouncy Bed"
|
||||
"short" "Bouncy Bed"
|
||||
"color" "FFFFFF"
|
||||
"filter" "beduser"
|
||||
"weaponid" "87361"
|
||||
"buttonid" "87369"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bouncy Bed"
|
||||
"short" "Bouncy Bed"
|
||||
"color" "FFFFFF"
|
||||
"filter" "beduser"
|
||||
"weaponid" "87361"
|
||||
"buttonid" "87369"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Force Gun"
|
||||
"short" "Force Gun"
|
||||
"color" "FFFFFF"
|
||||
"filter" "forceuser"
|
||||
"weaponid" "87938"
|
||||
"buttonid" "87942"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Force Gun"
|
||||
"short" "Force Gun"
|
||||
"color" "FFFFFF"
|
||||
"filter" "forceuser"
|
||||
"weaponid" "87938"
|
||||
"buttonid" "87942"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Dragonslayer"
|
||||
"short" "Dragonslayer"
|
||||
"color" "FFFFFF"
|
||||
"filter" "sworduser"
|
||||
"weaponid" "108083"
|
||||
"buttonid" "108085"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Dragonslayer"
|
||||
"short" "Dragonslayer"
|
||||
"color" "FFFFFF"
|
||||
"filter" "sworduser"
|
||||
"weaponid" "108083"
|
||||
"buttonid" "108085"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Freeze Mines"
|
||||
"short" "Freeze Mines"
|
||||
"color" "FFFFFF"
|
||||
"filter" "freezeuser"
|
||||
"weaponid" "118137"
|
||||
"buttonid" "118145"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Freeze Mines"
|
||||
"short" "Freeze Mines"
|
||||
"color" "FFFFFF"
|
||||
"filter" "freezeuser"
|
||||
"weaponid" "118137"
|
||||
"buttonid" "118145"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Umbrella"
|
||||
"short" "Umbrella"
|
||||
"color" "FFFFFF"
|
||||
"filter" "umbrellauser"
|
||||
"weaponid" "151641"
|
||||
"buttonid" "155113"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Umbrella"
|
||||
"short" "Umbrella"
|
||||
"color" "FFFFFF"
|
||||
"filter" "umbrellauser"
|
||||
"weaponid" "151641"
|
||||
"buttonid" "155113"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Tetromino"
|
||||
"short" "Tetromino"
|
||||
"color" "FFFFFF"
|
||||
"filter" "cadeuser"
|
||||
"weaponid" "155296"
|
||||
"buttonid" "155304"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Tetromino"
|
||||
"short" "Tetromino"
|
||||
"color" "FFFFFF"
|
||||
"filter" "cadeuser"
|
||||
"weaponid" "155296"
|
||||
"buttonid" "155304"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "DDR"
|
||||
"short" "DDR"
|
||||
"color" "FFFFFF"
|
||||
"filter" "danceuser"
|
||||
"weaponid" "169871"
|
||||
"buttonid" "169873"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "DDR"
|
||||
"short" "DDR"
|
||||
"color" "FFFFFF"
|
||||
"filter" "danceuser"
|
||||
"weaponid" "169871"
|
||||
"buttonid" "169873"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "Molotov"
|
||||
"short" "Molotov"
|
||||
"color" "FFFFFF"
|
||||
"filter" "molotovuser"
|
||||
"weaponid" "221119"
|
||||
"buttonid" "221125"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Molotov"
|
||||
"short" "Molotov"
|
||||
"color" "FFFFFF"
|
||||
"filter" "molotovuser"
|
||||
"weaponid" "221119"
|
||||
"buttonid" "221125"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Screwdriver"
|
||||
"short" "Screwdriver"
|
||||
"color" "FFFFFF"
|
||||
"filter" "screwuser"
|
||||
"weaponid" "276689"
|
||||
"buttonid" "276691"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Screwdriver"
|
||||
"short" "Screwdriver"
|
||||
"color" "FFFFFF"
|
||||
"filter" "screwuser"
|
||||
"weaponid" "276689"
|
||||
"buttonid" "276691"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"13"
|
||||
{
|
||||
"name" "Decoy"
|
||||
"short" "Decoy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "decoyuser"
|
||||
"weaponid" "328606"
|
||||
"buttonid" "328615"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Decoy"
|
||||
"short" "Decoy"
|
||||
"color" "FFFFFF"
|
||||
"filter" "decoyuser"
|
||||
"weaponid" "328606"
|
||||
"buttonid" "328615"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"14"
|
||||
{
|
||||
"name" "Forklift"
|
||||
"short" "Forklift"
|
||||
"color" "FFFFFF"
|
||||
"filter" "forkliftuser"
|
||||
"weaponid" "345308"
|
||||
"buttonid" "345310"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Forklift"
|
||||
"short" "Forklift"
|
||||
"color" "FFFFFF"
|
||||
"filter" "forkliftuser"
|
||||
"weaponid" "345308"
|
||||
"buttonid" "345310"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
|
||||
|
||||
// Zombie - Items
|
||||
"15"
|
||||
{
|
||||
"name" "Gravity Zombie"
|
||||
"short" "Gravity Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "72467"
|
||||
"buttonid" "75660"
|
||||
"triggerid" "76250"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Gravity Zombie"
|
||||
"short" "Gravity Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "72467"
|
||||
"buttonid" "75660"
|
||||
"triggerid" "76250"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"16"
|
||||
{
|
||||
"name" "Fire Zombie"
|
||||
"short" "Fire Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "76625"
|
||||
"buttonid" "76627"
|
||||
"triggerid" "76551"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Fire Zombie"
|
||||
"short" "Fire Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "76625"
|
||||
"buttonid" "76627"
|
||||
"triggerid" "76551"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"17"
|
||||
{
|
||||
"name" "Wind Zombie"
|
||||
"short" "Wind Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "79481"
|
||||
"buttonid" "79486"
|
||||
"triggerid" "79483"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Wind Zombie"
|
||||
"short" "Wind Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "79481"
|
||||
"buttonid" "79486"
|
||||
"triggerid" "79483"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"18"
|
||||
{
|
||||
"name" "Barrel Zombie"
|
||||
"short" "Barrel Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "216448"
|
||||
"buttonid" "216450"
|
||||
"triggerid" "216725"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Barrel Zombie"
|
||||
"short" "Barrel Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "216448"
|
||||
"buttonid" "216450"
|
||||
"triggerid" "216725"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"19"
|
||||
{
|
||||
"name" "Laser Zombie"
|
||||
"short" "Laser Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "242957"
|
||||
"buttonid" "243035"
|
||||
"triggerid" "242963"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Laser Zombie"
|
||||
"short" "Laser Zombie"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "242957"
|
||||
"buttonid" "243035"
|
||||
"triggerid" "242963"
|
||||
"display" "5"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
24
entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg
Executable file → Normal file
24
entWatch4/configs/entwatch/ze_magic_carpet_v1_0.cfg
Executable file → Normal file
@ -3,17 +3,17 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Shield"
|
||||
"short" "Shield"
|
||||
"color" "004488"
|
||||
"filter" "shielduser"
|
||||
"weaponid" "8158"
|
||||
"buttonid" "28228"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Shield"
|
||||
"short" "Shield"
|
||||
"color" "004488"
|
||||
"filter" "shielduser"
|
||||
"weaponid" "8158"
|
||||
"buttonid" "28228"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
}
|
||||
|
240
entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg
Executable file → Normal file
240
entWatch4/configs/entwatch/ze_minecraft_adventure_v1_2c.cfg
Executable file → Normal file
@ -3,152 +3,152 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "13270"
|
||||
"buttonid" "193544"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "13270"
|
||||
"buttonid" "193544"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Bow and Arrows"
|
||||
"short" "Bow"
|
||||
"color" "8B4513"
|
||||
"filter" ""
|
||||
"weaponid" "1657983"
|
||||
"buttonid" "1657977"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "9"
|
||||
"name" "Bow and Arrows"
|
||||
"short" "Bow"
|
||||
"color" "8B4513"
|
||||
"filter" ""
|
||||
"weaponid" "1657983"
|
||||
"buttonid" "1657977"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "9"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "River Axe"
|
||||
"short" "Axe"
|
||||
"color" "8B4513"
|
||||
"filter" ""
|
||||
"weaponid" "94227"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "River Axe"
|
||||
"short" "Axe"
|
||||
"color" "8B4513"
|
||||
"filter" ""
|
||||
"weaponid" "94227"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Diamond Pickaxe"
|
||||
"short" "Pickaxe"
|
||||
"color" "43C6DB"
|
||||
"filter" ""
|
||||
"weaponid" "120494"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Diamond Pickaxe"
|
||||
"short" "Pickaxe"
|
||||
"color" "43C6DB"
|
||||
"filter" ""
|
||||
"weaponid" "120494"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "182215"
|
||||
"buttonid" "182281"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" ""
|
||||
"weaponid" "182215"
|
||||
"buttonid" "182281"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Flint"
|
||||
"short" "Flint"
|
||||
"color" "7D7D7D"
|
||||
"filter" ""
|
||||
"weaponid" "515304"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flint"
|
||||
"short" "Flint"
|
||||
"color" "7D7D7D"
|
||||
"filter" ""
|
||||
"weaponid" "515304"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Steel"
|
||||
"short" "Steel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "515276"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Steel"
|
||||
"short" "Steel"
|
||||
"color" "FFFFFF"
|
||||
"filter" ""
|
||||
"weaponid" "515276"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Firemines"
|
||||
"short" "Firemines"
|
||||
"color" "7D0000"
|
||||
"filter" ""
|
||||
"weaponid" "948183"
|
||||
"buttonid" "948192"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Firemines"
|
||||
"short" "Firemines"
|
||||
"color" "7D0000"
|
||||
"filter" ""
|
||||
"weaponid" "948183"
|
||||
"buttonid" "948192"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Wall"
|
||||
"short" "Wall"
|
||||
"color" "7D7D7D"
|
||||
"filter" ""
|
||||
"weaponid" "948269"
|
||||
"buttonid" "948278"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "13"
|
||||
"cooldown" "1"
|
||||
"name" "Wall"
|
||||
"short" "Wall"
|
||||
"color" "7D7D7D"
|
||||
"filter" ""
|
||||
"weaponid" "948269"
|
||||
"buttonid" "948278"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "13"
|
||||
"cooldown" "1"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "Dragon Egg"
|
||||
"short" "Egg"
|
||||
"color" "5A005A"
|
||||
"filter" ""
|
||||
"weaponid" "1175908"
|
||||
"buttonid" "1175905"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "5"
|
||||
"name" "Dragon Egg"
|
||||
"short" "Egg"
|
||||
"color" "5A005A"
|
||||
"filter" ""
|
||||
"weaponid" "1175908"
|
||||
"buttonid" "1175905"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "3"
|
||||
"maxuses" "1"
|
||||
"cooldown" "5"
|
||||
}
|
||||
}
|
||||
|
120
entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg
Executable file → Normal file
120
entWatch4/configs/entwatch/ze_minecraft_v1_1a.cfg
Executable file → Normal file
@ -3,77 +3,77 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "The Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A5CBA"
|
||||
"filter" ""
|
||||
"weaponid" "28664"
|
||||
"buttonid" "35259"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "The Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A5CBA"
|
||||
"filter" ""
|
||||
"weaponid" "28664"
|
||||
"buttonid" "35259"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "2A5CBA"
|
||||
"filter" ""
|
||||
"weaponid" "178558"
|
||||
"buttonid" "178513"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
"name" "Sword"
|
||||
"short" "Sword"
|
||||
"color" "2A5CBA"
|
||||
"filter" ""
|
||||
"weaponid" "178558"
|
||||
"buttonid" "178513"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "20"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Troll Face"
|
||||
"short" "Troll"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "89624"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Troll Face"
|
||||
"short" "Troll"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "89624"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Creeper Head"
|
||||
"short" "Creeper"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "24732"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Creeper Head"
|
||||
"short" "Creeper"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "24732"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Pumpkin Head"
|
||||
"short" "Pumpkin"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "73093"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Pumpkin Head"
|
||||
"short" "Pumpkin"
|
||||
"color" "879FBA"
|
||||
"filter" ""
|
||||
"weaponid" "73093"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
144
entWatch4/configs/entwatch/ze_mist_v1_3.cfg
Executable file → Normal file
144
entWatch4/configs/entwatch/ze_mist_v1_3.cfg
Executable file → Normal file
@ -3,92 +3,92 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Ice Nova"
|
||||
"short" "Ice"
|
||||
"color" "3AC7C9"
|
||||
"filter" ""
|
||||
"weaponid" "1068077"
|
||||
"buttonid" "1068079"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Ice Nova"
|
||||
"short" "Ice"
|
||||
"color" "3AC7C9"
|
||||
"filter" ""
|
||||
"weaponid" "1068077"
|
||||
"buttonid" "1068079"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Acid Flame"
|
||||
"short" "Flame"
|
||||
"color" "E26417"
|
||||
"filter" ""
|
||||
"weaponid" "1082763"
|
||||
"buttonid" "1082895"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Acid Flame"
|
||||
"short" "Flame"
|
||||
"color" "E26417"
|
||||
"filter" ""
|
||||
"weaponid" "1082763"
|
||||
"buttonid" "1082895"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Spirit Burst"
|
||||
"short" "Burst"
|
||||
"color" "9DAFDC"
|
||||
"filter" ""
|
||||
"weaponid" "1084333"
|
||||
"buttonid" "1084335"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Spirit Burst"
|
||||
"short" "Burst"
|
||||
"color" "9DAFDC"
|
||||
"filter" ""
|
||||
"weaponid" "1084333"
|
||||
"buttonid" "1084335"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Toxic Haze"
|
||||
"short" "Toxic"
|
||||
"color" "33BA0F"
|
||||
"filter" ""
|
||||
"weaponid" "1125887"
|
||||
"buttonid" "1125956"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Toxic Haze"
|
||||
"short" "Toxic"
|
||||
"color" "33BA0F"
|
||||
"filter" ""
|
||||
"weaponid" "1125887"
|
||||
"buttonid" "1125956"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Static Field"
|
||||
"short" "Static"
|
||||
"color" "D357DE"
|
||||
"filter" ""
|
||||
"weaponid" "1086096"
|
||||
"buttonid" "1086028"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
"name" "Static Field"
|
||||
"short" "Static"
|
||||
"color" "D357DE"
|
||||
"filter" ""
|
||||
"weaponid" "1086096"
|
||||
"buttonid" "1086028"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "10"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Cleansing Aura"
|
||||
"short" "Aura"
|
||||
"color" "DC89AA"
|
||||
"filter" ""
|
||||
"weaponid" "1112064"
|
||||
"buttonid" "1112131"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
"name" "Cleansing Aura"
|
||||
"short" "Aura"
|
||||
"color" "DC89AA"
|
||||
"filter" ""
|
||||
"weaponid" "1112064"
|
||||
"buttonid" "1112131"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "60"
|
||||
}
|
||||
}
|
||||
|
72
entWatch4/configs/entwatch/ze_moltentemple_a5.cfg
Executable file → Normal file
72
entWatch4/configs/entwatch/ze_moltentemple_a5.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "211273"
|
||||
"buttonid" "211401"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "211273"
|
||||
"buttonid" "211401"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "230843"
|
||||
"buttonid" "230845"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "230843"
|
||||
"buttonid" "230845"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "769462"
|
||||
"buttonid" "769444"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Bow"
|
||||
"short" "Bow"
|
||||
"color" "2A2A2A"
|
||||
"filter" ""
|
||||
"weaponid" "769462"
|
||||
"buttonid" "769444"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
1152
entWatch4/configs/entwatch/ze_mountain_escape_v5_zy.cfg
Executable file → Normal file
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
72
entWatch4/configs/entwatch/ze_notredame_v1_3.cfg
Executable file → Normal file
@ -3,47 +3,47 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "BB0000"
|
||||
"filter" "HunchBackC"
|
||||
"weaponid" "119886"
|
||||
"buttonid" "121553"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
"name" "Shotgun"
|
||||
"short" "Shotgun"
|
||||
"color" "BB0000"
|
||||
"filter" "HunchBackC"
|
||||
"weaponid" "119886"
|
||||
"buttonid" "121553"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "BB0000"
|
||||
"filter" "UndeadC"
|
||||
"weaponid" "127266"
|
||||
"buttonid" "127263"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "BB0000"
|
||||
"filter" "UndeadC"
|
||||
"weaponid" "127266"
|
||||
"buttonid" "127263"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Super Boost"
|
||||
"short" "Boost"
|
||||
"color" "111111"
|
||||
"filter" "ViolaC"
|
||||
"weaponid" "125124"
|
||||
"buttonid" "125126"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
"name" "Super Boost"
|
||||
"short" "Boost"
|
||||
"color" "111111"
|
||||
"filter" "ViolaC"
|
||||
"weaponid" "125124"
|
||||
"buttonid" "125126"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "59"
|
||||
}
|
||||
}
|
||||
|
336
entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg
Executable file → Normal file
336
entWatch4/configs/entwatch/ze_paper_escaper_v7_1.cfg
Executable file → Normal file
@ -3,214 +3,214 @@
|
||||
// Human - Items
|
||||
"0"
|
||||
{
|
||||
"name" "Cisneros' Hero Burguer"
|
||||
"short" "Burguer"
|
||||
"color" "120061"
|
||||
"filter" "burg_pl"
|
||||
"weaponid" "1905"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Cisneros' Hero Burguer"
|
||||
"short" "Burguer"
|
||||
"color" "120061"
|
||||
"filter" "burg_pl"
|
||||
"weaponid" "1905"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "1984"
|
||||
"buttonid" "1986"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Heal"
|
||||
"short" "Heal"
|
||||
"color" "FF0000"
|
||||
"filter" "heal"
|
||||
"weaponid" "1984"
|
||||
"buttonid" "1986"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "111111"
|
||||
"filter" "we1"
|
||||
"weaponid" "2091"
|
||||
"buttonid" "1993"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Flamethrower"
|
||||
"short" "Flamethrower"
|
||||
"color" "111111"
|
||||
"filter" "we1"
|
||||
"weaponid" "2091"
|
||||
"buttonid" "1993"
|
||||
"triggerid" "0"
|
||||
"display" "5"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis Gun"
|
||||
"color" "FF6EB4"
|
||||
"filter" "penis"
|
||||
"weaponid" "2618"
|
||||
"buttonid" "2616"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
"name" "Penis Gun"
|
||||
"short" "Penis Gun"
|
||||
"color" "FF6EB4"
|
||||
"filter" "penis"
|
||||
"weaponid" "2618"
|
||||
"buttonid" "2616"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "45"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Raivb1000 Prototype"
|
||||
"short" "Raivb1000"
|
||||
"color" "120061"
|
||||
"filter" "cannon"
|
||||
"weaponid" "2841"
|
||||
"buttonid" "2842"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Raivb1000 Prototype"
|
||||
"short" "Raivb1000"
|
||||
"color" "120061"
|
||||
"filter" "cannon"
|
||||
"weaponid" "2841"
|
||||
"buttonid" "2842"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "2F2F2F"
|
||||
"filter" "ammo"
|
||||
"weaponid" "2971"
|
||||
"buttonid" "2972"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
"name" "Ammo Box"
|
||||
"short" "Ammo"
|
||||
"color" "2F2F2F"
|
||||
"filter" "ammo"
|
||||
"weaponid" "2971"
|
||||
"buttonid" "2972"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "90"
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "3377"
|
||||
"buttonid" "3378"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "3377"
|
||||
"buttonid" "3378"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "3386"
|
||||
"buttonid" "3387"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Mines"
|
||||
"short" "Mines"
|
||||
"color" "2F2F2F"
|
||||
"filter" ""
|
||||
"weaponid" "3386"
|
||||
"buttonid" "3387"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"8"
|
||||
{
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "0080FF"
|
||||
"filter" "we2"
|
||||
"weaponid" "3413"
|
||||
"buttonid" "3437"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
"name" "Rocket Launcher"
|
||||
"short" "Rocket"
|
||||
"color" "0080FF"
|
||||
"filter" "we2"
|
||||
"weaponid" "3413"
|
||||
"buttonid" "3437"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "1"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"name" "CoolR Gun"
|
||||
"short" "CoolR"
|
||||
"color" "0000FF"
|
||||
"filter" "coolrguy"
|
||||
"weaponid" "3504"
|
||||
"buttonid" "3502"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
"name" "CoolR Gun"
|
||||
"short" "CoolR"
|
||||
"color" "0000FF"
|
||||
"filter" "coolrguy"
|
||||
"weaponid" "3504"
|
||||
"buttonid" "3502"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "1"
|
||||
"maxuses" "0"
|
||||
"cooldown" "75"
|
||||
}
|
||||
"10"
|
||||
{
|
||||
"name" "Speed Weapon"
|
||||
"short" "Speed"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "3792"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Speed Weapon"
|
||||
"short" "Speed"
|
||||
"color" "00FF00"
|
||||
"filter" ""
|
||||
"weaponid" "3792"
|
||||
"buttonid" "0"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"11"
|
||||
{
|
||||
"name" "SpaceSuit"
|
||||
"short" "SpaceSuit"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "2242"
|
||||
"buttonid" "0"
|
||||
"triggerid" "349562"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "SpaceSuit"
|
||||
"short" "SpaceSuit"
|
||||
"color" "0000FF"
|
||||
"filter" ""
|
||||
"weaponid" "2242"
|
||||
"buttonid" "0"
|
||||
"triggerid" "349562"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
"12"
|
||||
{
|
||||
"name" "Tornado"
|
||||
"short" "Tornado"
|
||||
"color" "00B33C"
|
||||
"filter" "tornado"
|
||||
"weaponid" "4047"
|
||||
"buttonid" "4045"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
"name" "Tornado"
|
||||
"short" "Tornado"
|
||||
"color" "00B33C"
|
||||
"filter" "tornado"
|
||||
"weaponid" "4047"
|
||||
"buttonid" "4045"
|
||||
"triggerid" "0"
|
||||
"display" "7"
|
||||
"slot" "2"
|
||||
"mode" "2"
|
||||
"maxuses" "0"
|
||||
"cooldown" "120"
|
||||
}
|
||||
|
||||
// Zombie - Items
|
||||
"13"
|
||||
{
|
||||
"name" "Fast Knife"
|
||||
"short" "Fast Zombie"
|
||||
"color" "120061"
|
||||
"filter" ""
|
||||
"weaponid" "2342"
|
||||
"buttonid" "0"
|
||||
"triggerid" "368520"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
"name" "Fast Knife"
|
||||
"short" "Fast Zombie"
|
||||
"color" "120061"
|
||||
"filter" ""
|
||||
"weaponid" "2342"
|
||||
"buttonid" "0"
|
||||
"triggerid" "368520"
|
||||
"display" "7"
|
||||
"slot" "3"
|
||||
"mode" "0"
|
||||
"maxuses" "0"
|
||||
"cooldown" "0"
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user