thewreck

Cobalt Mod API - Guide Layouts

Dec 4th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. GUIDE_LAYOUTS = {
  2.   howToPlay = {
  3.     sections = {
  4.       "movement",
  5.       "equipment_phaser",
  6.       "equipment_stealth",
  7.       "equipment_shieldBelt",
  8.       "weapon_effects",
  9.       "weapon_matter",
  10.       "weapon_slugger",
  11.       "weapon_plasma",
  12.       "weapon_rail",
  13.       "weapon_explosive",
  14.       "weapon_special",
  15.       "attacking",
  16.       "rolling",
  17.       "aiming",
  18.       "slots",
  19.       "reloading",
  20.       "throwing",
  21.       "equipment_jetShoes",
  22.       "equipment_handShield",
  23.     },
  24.   },
  25.   trial = {
  26.     no_title = true,
  27.     sections = {
  28.       "trial_oxeye",
  29.     },
  30.   },
  31. }
Advertisement
Add Comment
Please, Sign In to add comment