Advertisement
aLTis

Untitled

Jul 12th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.58 KB | None | 0 0
  1. FORGE_MENU = {
  2.     ["1"] = {
  3.         ["name"]="Construction",
  4.         ["1"]={
  5.             ["name"]="Building Blocks",
  6.             ["_1"]={"Block 3x4", "plate3x4", "INSERT-DESCRIPTION"},
  7.             ["_2"]={"Block 5x5 Flat", "plate5x5", "INSERT-DESCRIPTION"},
  8.         },
  9.         ["2"]={
  10.             ["name"]="Bridges and Platforms",
  11.             ["_1"]={"Bridge 2x2", "bridge2x2", "INSERT-DESCRIPTION"},
  12.             ["_2"]={"Corner 2x2", "plate2x2_45", "INSERT-DESCRIPTION"},
  13.             ["_3"]={"Bridge Diagonal", "bridge_diag", "INSERT-DESCRIPTION"},
  14.             ["_4"]={"Dish", "dish", "INSERT-DESCRIPTION"},
  15.             ["_5"]={"Dish Open", "dish_door", "INSERT-DESCRIPTION"},
  16.             ["_6"]={"Landing Pad", "plate4x6", "INSERT-DESCRIPTION"},
  17.             ["_7"]={"Platform XL", "cylinder_small", "INSERT-DESCRIPTION"},
  18.             ["_8"]={"Platform XXL", "cylinder_big", "INSERT-DESCRIPTION"},
  19.             ["_9"]={"Plate Y", "plate_y", "INSERT-DESCRIPTION"},
  20.             ["_10"]={"Plate Y Large", "plate_y_large", "INSERT-DESCRIPTION"},
  21.             ["_11"]={"Staircase", "staircase", "INSERT-DESCRIPTION"},
  22.            
  23.         },
  24.         ["3"]={
  25.             ["name"]="Buildings",
  26.             ["_1"]={"Bunker", "bunker", "INSERT-DESCRIPTION"},
  27.             ["_2"]={"Bunker Round", "base_round", "INSERT-DESCRIPTION"},
  28.             ["_3"]={"Bunker Stair", "bunker_stair", "INSERT-DESCRIPTION"},
  29.             ["_4"]={"Tower", "tower", "INSERT-DESCRIPTION"},
  30.             ["_5"]={"Tower Tall", "tower_tall", "INSERT-DESCRIPTION"},
  31.         },
  32.         ["4"]={
  33.             ["name"]="Decorative",
  34.             ["_1"]={"Antenna, Satellite", "dish_antenna", "INSERT-DESCRIPTION"},
  35.             ["_2"]={"Brace", "brace", "INSERT-DESCRIPTION"},
  36.             ["_3"]={"Brace Tunnel", "arch_brace", "INSERT-DESCRIPTION"},
  37.             ["_4"]={"Column", "column", "INSERT-DESCRIPTION"},
  38.             ["_5"]={"Cover", "crenel_full", "INSERT-DESCRIPTION"},
  39.             ["_6"]={"Covenant Shield", "c_shield", "INSERT-DESCRIPTION"},
  40.             ["_7"]={"Railing", "railing1", "INSERT-DESCRIPTION"},
  41.             ["_8"]={"Ladder", "ladder", "INSERT-DESCRIPTION"},
  42.             ["_9"]={"Tent", "tent", "INSERT-DESCRIPTION"},
  43.         },
  44.         ["5"]={
  45.             ["name"]="Ramps",
  46.             ["_1"]={"Small Circular Ramp", "ramp_circle_small", "INSERT-DESCRIPTION"},
  47.             ["_2"]={"Enclosed Ramp", "ramp_enclosed", "INSERT-DESCRIPTION"},
  48.             ["_3"]={"Plated Ramp", "ramp_plate", "INSERT-DESCRIPTION"},
  49.             ["_4"]={"Ramp", "ramp4", "INSERT-DESCRIPTION"},
  50.             ["_5"]={"Stunt Ramp", "stunt_ramp", "INSERT-DESCRIPTION"},
  51.         },
  52.         ["6"]={
  53.             ["name"]="Doors and Windows",
  54.             ["_1"]={"Door", "door", "INSERT-DESCRIPTION"},
  55.             ["_2"]={"Window Coliseum", "arena_window", "INSERT-DESCRIPTION"},
  56.         },
  57.     },
  58.     ["2"] = {
  59.         ["name"]="Nature",
  60.         ["1"]={
  61.             ["name"]="Rocks",
  62.             ["_1"] = {"Rock Arch", "rock_arch","INSERT-DESCRIPTION" },
  63.             ["_2"] = {"Flat Rock", "rock_flat","INSERT-DESCRIPTION" },
  64.             ["_3"] = {"Medium Rock, TypeA", "rock_med_a", "INSERT-DESCRIPTION" },
  65.             ["_4"] = {"Medium Rock, TypeB", "rock_med_b", "INSERT-DESCRIPTION" },
  66.             ["_5"] = {"Sea Rock", "rock_sea_stack", "INSERT-DESCRIPTION" },
  67.             ["_6"] = {"Small Rock", "rock_small", "INSERT-DESCRIPTION" },
  68.             ["_7"] = {"Rock Spire, TypeA", "rock_spire_a", "INSERT-DESCRIPTION" },
  69.             ["_8"] = {"Rock Spire, TypeB", "rock_spire_b", "INSERT-DESCRIPTION" },
  70.         },
  71.         ["2"]={
  72.             ["name"]="Trees",
  73.             ["_1"] = {"Small Tree", "tree_small", "INSERT-DESCRIPTION" },
  74.             ["_2"] = {"Large Tree", "tree_large", "INSERT-DESCRIPTION" },
  75.         },
  76.     },
  77.     ["3"] = {
  78.         ["name"]="Vehicles",
  79.         ["1"]={
  80.             ["name"]="Human",
  81.             ["_1"]={"Warthog (Chaingun)","warthog","A 3 seat jeep equiped with a chaingun"},
  82.             ["_2"]={"Warthog (Guass)","gwarthog","A 3 seat jeep equiped with a guass cannon"},
  83.             ["_3"]={"Warthog (Rocket)","rwarthog","A 3 seat jeep equiped with a rocket launcher"},
  84.             ["_4"]={"Scorpion","scorpion_mp","A tank, with six treads, and enough seats for an army"},
  85.             ["_5"]={"Sparrow Hawk","sparrow","A swift fighter jet"},
  86.             ["_6"]={"Hornet","hornet","A switft fighter jet"},
  87.             ["_7"]={"Pelican","pelican","A fleet transport ship"},
  88.             ["_8"]={"Mongoose","mongoose","A two man ATV"},
  89.             ["_9"]={"Chaingun Turret","laag_turret","A ground-mounted chaingun"},
  90.             ["_10"]={"Rocket Turret","rocket_turret","A ground-mounted Rocket Launcher"},
  91.         },
  92.         ["2"]={
  93.             ["name"]="Covenant",
  94.             ["_1"]={"Ghost","ghost","A fast single person hovercraft with twin plasma"},
  95.             ["_2"]={"Wraith","wraith_mp","A alien tank, equiped with mortor launcher"},
  96.             ["_3"]={"Spectre","spectre","An alien light transport, equiped with a rear mounted plasma launcher"},
  97.             ["_4"]={"Shadow","creep","A large alien transport, with automated plasma turrets"},
  98.             ["_5"]={"Banshee","banshee_mp","A alien fighter jet, equiped with two types of plasma"},
  99.             ["_6"]={"Plasma Turret","cov_turret","A ground-mounted plasma launcher"},
  100.             ["_6"]={"Gun Turret","","A Creepy crawly turret"},
  101.         },
  102.     },
  103.     ["4"] = {
  104.         ["name"]="Weapons",
  105.         ["1"]={
  106.             ["name"]="Human",
  107.             ["_1"]={"Assault Rifle","assault rifle","INSERT-DESCRIPTION"},
  108.             ["_2"]={"SMG","smg","a light weight Sub-Machine Gun"},
  109.             ["_3"]={"Pistol","pistol","A semi-automatic Magnum"},
  110.             ["_4"]={"Battle Rifle","battle_rifle","A burst fire rifle"},
  111.             ["_5"]={"Shotgun","shotgun","A semi-automatic shotgun"},
  112.             ["_6"]={"Sniper","sniper rifle","A sniper rifle"},
  113.             ["_7"]={"Rocket Launcher","rocket launcher","INSERT-DESCRIPTION"},
  114.             ["_8"]={"Fragmentation Grenade","frag grenade","A simple grenade, that explodes into shrapenal"},
  115.         },
  116.         ["2"]={
  117.             ["name"]="Covenant",
  118.             ["_1"]={"Plasma Rifle","plasma rifle",""},
  119.             ["_2"]={"Brute Plasma Rifle","brute_plasma_rifle",""},
  120.             ["_3"]={"Plasma Pistol","plasma pistol",""},
  121.             ["_4"]={"Brute Plasma Pistol","brute_plasma_pistol",""},
  122.             ["_5"]={"Plasma Repeater","plasma_repeater",""},
  123.             ["_6"]={"Needler","needler_mp",""},
  124.             ["_7"]={"Carbine","carbine",""},
  125.             ["_8"]={"Beam Rifle","beam_rifle",""},
  126.             ["_9"]={"Spiker","spiker",""},
  127.             ["_10"]={"Mauler","mauler",""},
  128.             ["_11"]={"Plasma Grenade","plasma grenade",""},
  129.         },
  130.         ["3"]={
  131.             ["name"]="Forrunner",
  132.             ["_1"]={"Sentinel Beam","sent_beam",""},
  133.             ["_2"]={"","",""},
  134.         },
  135.     },
  136.     ["5"] = {
  137.         ["name"]="Spawn Points",
  138.         ["_1"]={"Spawn Point (All Gametypes - RED Team)","$spawn",""},
  139.         ["_2"]={"Spawn Point (All Gametypes - BLUE Team)","$spawn",""},
  140.         ["_3"]={"Spawn Point (Slayer)","$spawn",""},
  141.         ["_4"]={"Spawn Point (KoTH)","$spawn",""},
  142.         ["_5"]={"Spawn Point (Race)","$spawn",""},
  143.         ["_6"]={"Spawn Point (Oddball)","$spawn",""},
  144.         ["_7"]={"Spawn Point (CTF - RED Team)","$spawn",""},
  145.         ["_8"]={"Spawn Point (CTF - BLUE Team)","$spawn",""},
  146.     },
  147.     ["6"] = {
  148.         ["name"]="Netgame Flags",
  149.         ["_1"]={"Teleporter (1-way)","$tele_1",""},
  150.         ["_2"]={"Teleporter (2-way)","$tele_2",""},
  151.         ["_3"]={"Race Point","$net_race",""},
  152.         ["_4"]={"King Of the Hill","$net_koth",""},
  153.         ["_5"]={"Oddball","$net_odd",""},
  154.     }
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement