thewreck

Cobalt Mod API - Item Slots

Dec 4th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 18.69 KB | None | 0 0
  1. ITEM_SLOTS = {
  2.   amanitaFace = {
  3.     autoSelectable = true,
  4.     categoriesAnd = {
  5.       "amanita",
  6.       "face",
  7.       "equipment",
  8.     },
  9.     equip = true,
  10.     iconName = "cyborgHeadEquipment_icon",
  11.     localizedId = "item_slot_amanitaFace",
  12.     localizedName = "amanitaFace",
  13.     maxItems = 1,
  14.   },
  15.   amanitaHelmet = {
  16.     autoSelectable = true,
  17.     categoriesAnd = {
  18.       "amanita",
  19.       "helmet",
  20.       "equipment",
  21.     },
  22.     equip = true,
  23.     iconName = "cyborgHeadEquipment_icon",
  24.     localizedId = "item_slot_amanitaHelmet",
  25.     localizedName = "amanitaHelmet",
  26.     maxItems = 1,
  27.   },
  28.   attacks = {
  29.     autoSelectable = true,
  30.     categories = {
  31.       "ability",
  32.     },
  33.     combat = true,
  34.     deselect = true,
  35.     iconName = "melee_icon",
  36.     localizedId = "tut_useSlotA",
  37.     maxItems = 1,
  38.     rotate = "rotateA",
  39.     shortcut = "slotA",
  40.     swap_hints = {
  41.       "rotateA",
  42.       "slotA",
  43.     },
  44.     use = "useA",
  45.     use_hints = {
  46.       "useA",
  47.       "use",
  48.     },
  49.   },
  50.   backpackEquipment = {
  51.     autoSelectable = true,
  52.     categoriesAnd = {
  53.       "backpack",
  54.       "equipment",
  55.     },
  56.     equip = true,
  57.     hudDat = "hud_update_1.dat",
  58.     iconName = "backpackEquipment_icon",
  59.     localizedId = "item_slot_cpuEquipment",
  60.     localizedName = "cpuEquipment",
  61.     maxItems = 1,
  62.     skipOption = true,
  63.   },
  64.   boomHeadEquipment = {
  65.     autoSelectable = true,
  66.     categoriesAnd = {
  67.       "boom",
  68.       "head",
  69.       "equipment",
  70.     },
  71.     equip = true,
  72.     iconName = "cyborgHeadEquipment_icon",
  73.     localizedId = "item_slot_headEquipment",
  74.     localizedName = "headEquipment",
  75.     maxItems = 1,
  76.   },
  77.   brainEquipment = {
  78.     autoSelectable = true,
  79.     categoriesAnd = {
  80.       "brain",
  81.       "equipment",
  82.     },
  83.     equip = true,
  84.     iconName = "brainEquipment_icon",
  85.     localizedId = "item_slot_brainEquipment",
  86.     maxItems = 1,
  87.     skipOption = true,
  88.   },
  89.   catFace = {
  90.     autoSelectable = true,
  91.     categoriesAnd = {
  92.       "cat",
  93.       "face",
  94.       "equipment",
  95.     },
  96.     equip = true,
  97.     iconName = "cyborgHeadEquipment_icon",
  98.     localizedId = "item_slot_catFace",
  99.     localizedName = "catFace",
  100.     maxItems = 1,
  101.   },
  102.   catHelmet = {
  103.     autoSelectable = true,
  104.     categoriesAnd = {
  105.       "cat",
  106.       "helmet",
  107.       "equipment",
  108.     },
  109.     equip = true,
  110.     iconName = "cyborgHeadEquipment_icon",
  111.     localizedId = "item_slot_catHelmet",
  112.     localizedName = "catHelmet",
  113.     maxItems = 1,
  114.   },
  115.   cpuEquipment = {
  116.     autoSelectable = true,
  117.     categoriesAnd = {
  118.       "cpu",
  119.       "equipment",
  120.     },
  121.     equip = true,
  122.     iconName = "cpuEquipment_icon",
  123.     localizedId = "item_slot_cpuEquipment",
  124.     localizedName = "cpuEquipment",
  125.     maxItems = 1,
  126.     skipOption = true,
  127.   },
  128.   cpuHull = {
  129.     autoSelectable = true,
  130.     categoriesAnd = {
  131.       "cpu",
  132.       "hull",
  133.     },
  134.     equip = true,
  135.     iconName = "cpuHull_icon",
  136.     localizedId = "item_slot_cpuHull",
  137.     localizedName = "cpuHull",
  138.     maxItems = 1,
  139.     skipOption = true,
  140.   },
  141.   cyborgFeetEquipment = {
  142.     autoSelectable = true,
  143.     categoriesAnd = {
  144.       "cyborg",
  145.       "feet",
  146.       "equipment",
  147.     },
  148.     equip = true,
  149.     equipment_use = "jump",
  150.     equipment_use_hints = {
  151.       "jump",
  152.     },
  153.     iconName = "cyborgFeetEquipment_icon",
  154.     localizedId = "item_slot_feetEquipment",
  155.     localizedName = "feetEquipment",
  156.     maxItems = 1,
  157.   },
  158.   cyborgFeetHull = {
  159.     autoSelectable = true,
  160.     categoriesAnd = {
  161.       "cyborg",
  162.       "feet",
  163.       "hull",
  164.     },
  165.     equip = true,
  166.     iconName = "cyborgFeetHull_icon",
  167.     localizedId = "item_slot_feetHull",
  168.     localizedName = "feetHull",
  169.     maxItems = 1,
  170.   },
  171.   cyborgHandsEquipment = {
  172.     autoSelectable = true,
  173.     categoriesAnd = {
  174.       "cyborg",
  175.       "hands",
  176.       "equipment",
  177.     },
  178.     equip = true,
  179.     iconName = "cyborgHandsEquipment_icon",
  180.     localizedId = "item_slot_handsEquipment",
  181.     localizedName = "handsEquipment",
  182.     maxItems = 1,
  183.     skipOption = true,
  184.   },
  185.   cyborgHandsHull = {
  186.     autoSelectable = true,
  187.     categoriesAnd = {
  188.       "cyborg",
  189.       "hands",
  190.       "hull",
  191.     },
  192.     equip = true,
  193.     iconName = "cyborgHandsHull_icon",
  194.     localizedId = "item_slot_handsHull",
  195.     localizedName = "handsHull",
  196.     maxItems = 1,
  197.   },
  198.   cyborgHeadEquipment = {
  199.     autoSelectable = true,
  200.     categoriesAnd = {
  201.       "cyborg",
  202.       "head",
  203.       "equipment",
  204.     },
  205.     equip = true,
  206.     iconName = "cyborgHeadEquipment_icon",
  207.     localizedId = "item_slot_headEquipment",
  208.     localizedName = "headEquipment",
  209.     maxItems = 1,
  210.     skipOption = true,
  211.   },
  212.   cyborgHeadHull = {
  213.     autoSelectable = true,
  214.     categoriesAnd = {
  215.       "cyborg",
  216.       "head",
  217.       "hull",
  218.     },
  219.     equip = true,
  220.     iconName = "cyborgHeadHull_icon",
  221.     localizedId = "item_slot_headHull",
  222.     localizedName = "headHull",
  223.     maxItems = 1,
  224.   },
  225.   cyborgSecondaryEquipment = {
  226.     autoSelectable = true,
  227.     categoriesAnd = {
  228.       "cyborg",
  229.       "secondary",
  230.       "equipment",
  231.     },
  232.     equip = true,
  233.     iconName = "cyborgHandsEquipment_icon",
  234.     localizedId = "item_slot_secondaryEquipment",
  235.     localizedName = "secondaryEquipment",
  236.     maxItems = 1,
  237.     offer_col = 1,
  238.     offer_row = 2,
  239.   },
  240.   cyborgTorsoEquipment = {
  241.     autoSelectable = true,
  242.     categoriesAnd = {
  243.       "cyborg",
  244.       "torso",
  245.       "equipment",
  246.     },
  247.     equip = true,
  248.     iconName = "cyborgTorsoEquipment_icon",
  249.     localizedId = "item_slot_torsoEquipment",
  250.     localizedName = "torsoEquipment",
  251.     maxItems = 1,
  252.     skipCol = true,
  253.   },
  254.   cyborgTorsoHull = {
  255.     autoSelectable = true,
  256.     categoriesAnd = {
  257.       "cyborg",
  258.       "torso",
  259.       "hull",
  260.     },
  261.     equip = true,
  262.     iconName = "cyborgTorsoHull_icon",
  263.     localizedId = "item_slot_torsoHull",
  264.     localizedName = "torsoHull",
  265.     maxItems = 1,
  266.   },
  267.   flyEquipment = {
  268.     autoSelectable = true,
  269.     categoriesAnd = {
  270.       "fly",
  271.       "exo",
  272.       "hull",
  273.     },
  274.     equip = true,
  275.     iconName = "cyborgTorsoHull_icon",
  276.     localizedId = "item_slot_bodyHull",
  277.     localizedName = "bodyHull",
  278.     maxItems = 1,
  279.   },
  280.   humanFace = {
  281.     autoSelectable = true,
  282.     categoriesAnd = {
  283.       "human",
  284.       "face",
  285.     },
  286.     equip = true,
  287.     iconName = "cyborgHeadEquipment_icon",
  288.     localizedId = "item_slot_humanFace",
  289.     localizedName = "humanFace",
  290.     maxItems = 1,
  291.   },
  292.   humanGlasses = {
  293.     autoSelectable = true,
  294.     categoriesAnd = {
  295.       "human",
  296.       "glasses",
  297.     },
  298.     equip = true,
  299.     iconName = "cyborgHeadEquipment_icon",
  300.     localizedId = "item_slot_humanGlasses",
  301.     localizedName = "humanGlasses",
  302.     maxItems = 1,
  303.   },
  304.   humanGloves = {
  305.     autoSelectable = true,
  306.     categoriesAnd = {
  307.       "gloves",
  308.       "hull",
  309.     },
  310.     equip = true,
  311.     iconName = "cyborgHeadHull_icon",
  312.     localizedId = "item_slot_headHull",
  313.     localizedName = "headHull",
  314.     maxItems = 1,
  315.   },
  316.   humanHelmet = {
  317.     autoSelectable = true,
  318.     categoriesAnd = {
  319.       "human",
  320.       "helmet",
  321.     },
  322.     equip = true,
  323.     iconName = "cyborgHeadEquipment_icon",
  324.     localizedId = "item_slot_humanHelmet",
  325.     localizedName = "humanHelmet",
  326.     maxItems = 1,
  327.   },
  328.   humanPants = {
  329.     autoSelectable = true,
  330.     categoriesAnd = {
  331.       "pants",
  332.       "hull",
  333.     },
  334.     equip = true,
  335.     iconName = "cyborgHeadHull_icon",
  336.     localizedId = "item_slot_headHull",
  337.     localizedName = "headHull",
  338.     maxItems = 1,
  339.   },
  340.   humanShirt = {
  341.     autoSelectable = true,
  342.     categoriesAnd = {
  343.       "shirt",
  344.       "hull",
  345.     },
  346.     equip = true,
  347.     iconName = "cyborgHeadHull_icon",
  348.     localizedId = "item_slot_headHull",
  349.     localizedName = "headHull",
  350.     maxItems = 1,
  351.   },
  352.   humanShoes = {
  353.     autoSelectable = true,
  354.     categoriesAnd = {
  355.       "shoes",
  356.       "hull",
  357.     },
  358.     equip = true,
  359.     iconName = "cyborgHeadHull_icon",
  360.     localizedId = "item_slot_headHull",
  361.     localizedName = "headHull",
  362.     maxItems = 1,
  363.   },
  364.   implantEquipment = {
  365.     autoSelectable = true,
  366.     categoriesAnd = {
  367.       "implant",
  368.       "equipment",
  369.     },
  370.     delay_condition = "not_blind_and_able_and_whole",
  371.     emphasize_delay = true,
  372.     equip = true,
  373.     equipment_use = "ability",
  374.     equipment_use_hints = {
  375.       "ability",
  376.     },
  377.     held_abort = 0.5,
  378.     iconName = "brainEquipment_icon",
  379.     icon_width_scale = 1.5,
  380.     localizedId = "item_slot_implantEquipment",
  381.     maxItems = 1,
  382.     ready_sound = "reactorFull",
  383.     show_hud_name = true,
  384.     skipOption = true,
  385.   },
  386.   mechBackpack = {
  387.     autoSelectable = true,
  388.     categoriesAnd = {
  389.       "mechBackpack",
  390.     },
  391.     equip = true,
  392.     iconName = "cyborgTorsoEquipment_icon",
  393.     localizedId = "item_slot_torsoEquipment",
  394.     localizedName = "torsoEquipment",
  395.     maxItems = 1,
  396.   },
  397.   mechTorsoEquipment = {
  398.     autoSelectable = true,
  399.     categoriesAnd = {
  400.       "mech",
  401.       "torso",
  402.       "equipment",
  403.     },
  404.     equip = true,
  405.     equipment_use = "jump",
  406.     equipment_use_hints = {
  407.       "jump",
  408.     },
  409.     iconName = "cyborgTorsoEquipment_icon",
  410.     localizedId = "item_slot_torsoEquipment",
  411.     localizedName = "torsoEquipment",
  412.     maxItems = 1,
  413.   },
  414.   melee = {
  415.     autoSelectable = true,
  416.     categories = {
  417.       "melee",
  418.       "ability",
  419.     },
  420.     combat = true,
  421.     deselect = true,
  422.     heldDrop = true,
  423.     hidableCategory = "ability",
  424.     iconName = "melee_icon",
  425.     localizedId = "tut_useSlotA",
  426.     maxItems = 1,
  427.     rotate = "rotateA",
  428.     shortcut = "slotA",
  429.     swap_hints = {
  430.       "rotateA",
  431.       "slotA",
  432.     },
  433.     use = "useA",
  434.     use_hints = {
  435.       "useA",
  436.       "use",
  437.     },
  438.   },
  439.   moveEquipment = {
  440.     autoSelectable = true,
  441.     categoriesAnd = {
  442.       "move",
  443.       "equipment",
  444.     },
  445.     equip = true,
  446.     equipment_use = "equipment",
  447.     equipment_use_hints = {
  448.       "equipment",
  449.     },
  450.     iconName = "cyborgFeetEquipment_icon",
  451.     icon_width_scale = 1.5,
  452.     localizedId = "item_slot_moveEquipment",
  453.     maxItems = 1,
  454.     show_hud_name = true,
  455.     skipOption = true,
  456.   },
  457.   oneThrown = {
  458.     autoSelectable = true,
  459.     categories = {
  460.       "thrown",
  461.     },
  462.     combat = true,
  463.     deselect = true,
  464.     iconName = "thrown_icon",
  465.     localizedId = "tut_useSlotC",
  466.     maxItems = 1,
  467.     maxSize = 4,
  468.     maxStack = 1,
  469.     rotate = "rotateC",
  470.     shortcut = "slotC",
  471.     swap_hints = {
  472.       "rotateC",
  473.       "slotC",
  474.     },
  475.     use = "useC",
  476.     use_hints = {
  477.       "useC",
  478.       "use",
  479.     },
  480.   },
  481.   ranged = {
  482.     autoSelectable = true,
  483.     categories = {
  484.       "ranged",
  485.     },
  486.     combat = true,
  487.     fragile_col = 1,
  488.     iconName = "ranged_icon",
  489.     localizedId = "tut_useSlotB",
  490.     maxFragileItems = 3,
  491.     maxItems = 4,
  492.     maxRegularItems = 3,
  493.     rotate = "rotateB",
  494.     shortcut = "slotB",
  495.     swap_hints = {
  496.       "rotateB",
  497.       "slotB",
  498.     },
  499.     use = "useB",
  500.     use_hints = {
  501.       "useB",
  502.       "use",
  503.     },
  504.   },
  505.   reactorEquipment = {
  506.     autoSelectable = true,
  507.     categoriesAnd = {
  508.       "reactor",
  509.       "equipment",
  510.     },
  511.     equip = true,
  512.     iconName = "cpuEquipment_icon",
  513.     localizedId = "item_slot_reactorEquipment",
  514.     maxItems = 1,
  515.     skipOption = true,
  516.   },
  517.   robotBackEquipment = {
  518.     autoSelectable = true,
  519.     categoriesAnd = {
  520.       "robot",
  521.       "back",
  522.       "equipment",
  523.     },
  524.     equip = true,
  525.     iconName = "cyborgTorsoEquipment_icon",
  526.     localizedId = "item_slot_backEquipment",
  527.     localizedName = "backEquipment",
  528.     maxItems = 1,
  529.   },
  530.   robotFeetEquipment = {
  531.     autoSelectable = true,
  532.     categoriesAnd = {
  533.       "robot",
  534.       "feet",
  535.       "equipment",
  536.     },
  537.     equip = true,
  538.     equipment_use = "jump",
  539.     equipment_use_hints = {
  540.       "jump",
  541.     },
  542.     iconName = "cyborgFeetEquipment_icon",
  543.     localizedId = "item_slot_feetEquipment",
  544.     localizedName = "feetEquipment",
  545.     maxItems = 1,
  546.   },
  547.   robotHandsEquipment = {
  548.     autoSelectable = true,
  549.     categoriesAnd = {
  550.       "robot",
  551.       "hands",
  552.       "equipment",
  553.     },
  554.     equip = true,
  555.     iconName = "cyborgHandsEquipment_icon",
  556.     localizedId = "item_slot_handsEquipment",
  557.     localizedName = "handsEquipment",
  558.     maxItems = 1,
  559.   },
  560.   robotHeadEquipment = {
  561.     autoSelectable = true,
  562.     categoriesAnd = {
  563.       "robot",
  564.       "head",
  565.       "equipment",
  566.     },
  567.     equip = true,
  568.     iconName = "cyborgHeadEquipment_icon",
  569.     localizedId = "item_slot_headEquipment",
  570.     localizedName = "headEquipment",
  571.     maxItems = 1,
  572.   },
  573.   robotSecondaryEquipment = {
  574.     autoSelectable = true,
  575.     categoriesAnd = {
  576.       "robot",
  577.       "secondary",
  578.       "equipment",
  579.     },
  580.     equip = true,
  581.     iconName = "cyborgHandsEquipment_icon",
  582.     localizedId = "item_slot_secondaryEquipment",
  583.     localizedName = "secondaryEquipment",
  584.     maxItems = 1,
  585.   },
  586.   robotTorsoEquipment = {
  587.     autoSelectable = true,
  588.     categoriesAnd = {
  589.       "robot",
  590.       "torso",
  591.       "equipment",
  592.     },
  593.     equip = true,
  594.     iconName = "cyborgTorsoEquipment_icon",
  595.     localizedId = "item_slot_torsoEquipment",
  596.     localizedName = "torsoEquipment",
  597.     maxItems = 1,
  598.   },
  599.   secondaryEquipment = {
  600.     autoSelectable = true,
  601.     categoriesAnd = {
  602.       "secondary",
  603.       "equipment",
  604.       "general",
  605.     },
  606.     equip = true,
  607.     iconName = "cyborgHandsEquipment_icon",
  608.     localizedId = "item_slot_secondaryEquipment",
  609.     localizedName = "secondaryEquipment",
  610.     maxItems = 1,
  611.   },
  612.   sentryBodyEquipment = {
  613.     autoSelectable = true,
  614.     categoriesAnd = {
  615.       "sentry",
  616.       "body",
  617.       "equipment",
  618.     },
  619.     equip = true,
  620.     iconName = "cyborgTorsoEquipment_icon",
  621.     localizedId = "item_slot_bodyEquipment",
  622.     localizedName = "bodyEquipment",
  623.     maxItems = 1,
  624.   },
  625.   sentryBodySkin = {
  626.     autoSelectable = true,
  627.     categoriesAnd = {
  628.       "sentry",
  629.       "hull",
  630.       "skin",
  631.     },
  632.     equip = true,
  633.     iconName = "cyborgTorsoHull_icon",
  634.     localizedId = "item_slot_bodyHull",
  635.     localizedName = "bodyHull",
  636.     maxItems = 1,
  637.   },
  638.   shieldEquipment = {
  639.     autoSelectable = true,
  640.     categoriesAnd = {
  641.       "shield",
  642.       "body",
  643.       "equipment",
  644.     },
  645.     equip = true,
  646.     iconName = "cyborgTorsoEquipment_icon",
  647.     localizedId = "item_slot_torsoEquipment",
  648.     localizedName = "torsoEquipment",
  649.     maxItems = 1,
  650.   },
  651.   singleRanged = {
  652.     autoSelectable = true,
  653.     categories = {
  654.       "ranged",
  655.     },
  656.     combat = true,
  657.     iconName = "ranged_icon",
  658.     localizedId = "tut_useSlotB",
  659.     maxItems = 1,
  660.     rotate = "rotateB",
  661.     shortcut = "slotB",
  662.     swap_hints = {
  663.       "rotateB",
  664.       "slotB",
  665.     },
  666.     use = "useB",
  667.     use_hints = {
  668.       "useB",
  669.       "use",
  670.     },
  671.   },
  672.   singleThrown = {
  673.     autoSelectable = true,
  674.     categories = {
  675.       "thrown",
  676.     },
  677.     combat = true,
  678.     deselect = true,
  679.     iconName = "thrown_icon",
  680.     localizedId = "tut_useSlotC",
  681.     maxItems = 1,
  682.     maxStack = 1,
  683.     rotate = "rotateC",
  684.     shortcut = "slotC",
  685.     swap_hints = {
  686.       "rotateC",
  687.       "slotC",
  688.     },
  689.     use = "useC",
  690.     use_hints = {
  691.       "useC",
  692.       "use",
  693.     },
  694.   },
  695.   smallMelee = {
  696.     autoSelectable = true,
  697.     categories = {
  698.       "melee",
  699.       "ability",
  700.     },
  701.     combat = true,
  702.     deselect = true,
  703.     hidableCategory = "ability",
  704.     iconName = "melee_icon",
  705.     localizedId = "tut_useSlotA",
  706.     maxItems = 1,
  707.     maxSize = 4,
  708.     rotate = "rotateA",
  709.     shortcut = "slotA",
  710.     swap_hints = {
  711.       "rotateA",
  712.       "slotA",
  713.     },
  714.     use = "useA",
  715.     use_hints = {
  716.       "useA",
  717.       "use",
  718.     },
  719.   },
  720.   smallRanged = {
  721.     autoSelectable = true,
  722.     categories = {
  723.       "ranged",
  724.     },
  725.     combat = true,
  726.     iconName = "ranged_icon",
  727.     localizedId = "tut_useSlotB",
  728.     maxItems = 1,
  729.     maxSize = 4,
  730.     rotate = "rotateB",
  731.     shortcut = "slotB",
  732.     swap_hints = {
  733.       "rotateB",
  734.       "slotB",
  735.     },
  736.     use = "useB",
  737.     use_hints = {
  738.       "useB",
  739.       "use",
  740.     },
  741.   },
  742.   smallThrown = {
  743.     autoSelectable = true,
  744.     categories = {
  745.       "thrown",
  746.     },
  747.     combat = true,
  748.     deselect = true,
  749.     iconName = "thrown_icon",
  750.     localizedId = "tut_useSlotC",
  751.     maxItems = 1,
  752.     maxSize = 3,
  753.     rotate = "rotateC",
  754.     shortcut = "slotC",
  755.     swap_hints = {
  756.       "rotateC",
  757.       "slotC",
  758.     },
  759.     use = "useC",
  760.     use_hints = {
  761.       "useC",
  762.       "use",
  763.     },
  764.   },
  765.   thrown = {
  766.     autoSelectable = true,
  767.     categories = {
  768.       "thrown",
  769.     },
  770.     combat = true,
  771.     deselect = true,
  772.     iconName = "thrown_icon",
  773.     localizedId = "tut_useSlotC",
  774.     maxItems = 3,
  775.     rotate = "rotateC",
  776.     shortcut = "slotC",
  777.     swap_hints = {
  778.       "rotateC",
  779.       "slotC",
  780.     },
  781.     use = "useC",
  782.     use_hints = {
  783.       "useC",
  784.       "use",
  785.     },
  786.   },
  787.   tinyMelee = {
  788.     autoSelectable = true,
  789.     categories = {
  790.       "melee",
  791.       "ability",
  792.     },
  793.     deselect = true,
  794.     hidableCategory = "ability",
  795.     iconName = "melee_icon",
  796.     localizedId = "tut_useSlotA",
  797.     maxItems = 1,
  798.     maxSize = 2,
  799.     rotate = "rotateA",
  800.     shortcut = "slotA",
  801.     swap_hints = {
  802.       "rotateA",
  803.       "slotA",
  804.     },
  805.     use = "useA",
  806.     use_hints = {
  807.       "useA",
  808.       "use",
  809.     },
  810.   },
  811.   tinyRanged = {
  812.     autoSelectable = true,
  813.     categories = {
  814.       "ranged",
  815.     },
  816.     combat = true,
  817.     iconName = "ranged_icon",
  818.     localizedId = "tut_useSlotB",
  819.     maxItems = 1,
  820.     maxSize = 2,
  821.     rotate = "rotateB",
  822.     shortcut = "slotB",
  823.     swap_hints = {
  824.       "rotateB",
  825.       "slotB",
  826.     },
  827.     use = "useB",
  828.     use_hints = {
  829.       "useB",
  830.       "use",
  831.     },
  832.   },
  833.   tinyThrown = {
  834.     autoSelectable = true,
  835.     categories = {
  836.       "thrown",
  837.     },
  838.     combat = true,
  839.     deselect = true,
  840.     iconName = "thrown_icon",
  841.     localizedId = "tut_useSlotC",
  842.     maxItems = 1,
  843.     maxSize = 2,
  844.     rotate = "rotateC",
  845.     shortcut = "slotC",
  846.     swap_hints = {
  847.       "rotateC",
  848.       "slotC",
  849.     },
  850.     use = "useC",
  851.     use_hints = {
  852.       "useC",
  853.       "use",
  854.     },
  855.   },
  856.   trunkanHeadEquipment = {
  857.     autoSelectable = true,
  858.     categoriesAnd = {
  859.       "trunkan",
  860.       "head",
  861.       "equipment",
  862.     },
  863.     equip = true,
  864.     iconName = "cyborgHeadEquipment_icon",
  865.     localizedId = "item_slot_headEquipment",
  866.     localizedName = "headEquipment",
  867.     maxItems = 1,
  868.   },
  869.   waspEquipment = {
  870.     autoSelectable = true,
  871.     categoriesAnd = {
  872.       "wasp",
  873.       "exo",
  874.       "hull",
  875.     },
  876.     equip = true,
  877.     iconName = "cyborgTorsoHull_icon",
  878.     localizedId = "item_slot_bodyHull",
  879.     localizedName = "bodyHull",
  880.     maxItems = 1,
  881.   },
  882. }
Advertisement
Add Comment
Please, Sign In to add comment