diff --git a/_entWatch4/configs/entwatch/template.txt b/_entWatch4/configs/entwatch/template.txt index ecc5d502..0e299f0b 100644 --- a/_entWatch4/configs/entwatch/template.txt +++ b/_entWatch4/configs/entwatch/template.txt @@ -18,11 +18,11 @@ // 6 = USE & HUD. // 7 = ALL. "slot" "0" // The weapon slot. - // 0 = None - // 1 = Primary - // 2 = Secondary - // 3 = Knife - // 4 = Grenades + // 0 = None + // 1 = Primary + // 2 = Secondary + // 3 = Knife + // 4 = Grenades "mode" "0" // The mode of the item. // 1 = Cooldown. // 2 = Limited uses. diff --git a/_entWatch4/configs/entwatch/ze_eternal_journey_a1.cfg b/_entWatch4/configs/entwatch/ze_eternal_journey_a1.cfg new file mode 100644 index 00000000..9e7b6750 --- /dev/null +++ b/_entWatch4/configs/entwatch/ze_eternal_journey_a1.cfg @@ -0,0 +1,171 @@ +"items" +{ + // 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" + } + "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" "60" + } + "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" "60" + } + "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" + } + "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" + } + "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" + } + + // 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" + } + "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" + } + "8" + { + "name" "Fire" + "short" "Fire" + "color" "FF4500" + "filter" "zmfire_player" + "weaponid" "18790442" + "buttonid" "18790366" + "triggerid" "18790723" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "9" + { + "name" "Gravity" + "short" "Gravity" + "color" "9400D3" + "filter" "zmgravity_player" + "weaponid" "18791994" + "buttonid" "18791923" + "triggerid" "18791991" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } + "10" + { + "name" "Freeze" + "short" "Freeze" + "color" "00BFFF" + "filter" "zmfreeze_player" + "weaponid" "18805946" + "buttonid" "18805808" + "triggerid" "18805943" + "display" "7" + "slot" "3" + "mode" "1" + "maxuses" "0" + "cooldown" "60" + } +}