Skip to content

Commit 1c505f7

Browse files
Fix Inventor's Welder having migration pocket
1 parent ca8f492 commit 1c505f7

File tree

1 file changed

+36
-5
lines changed
  • data/mods/Xedra_Evolved/items/inventor

1 file changed

+36
-5
lines changed

data/mods/Xedra_Evolved/items/inventor/misc.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,35 @@
6262
"volume": "2500 ml",
6363
"material": [ "lc_steel", "plastic" ],
6464
"extend": { "flags": [ "INVENTOR_CRAFTED" ] },
65-
"pocket_data": [
65+
"use_action": [
6666
{
67-
"pocket_type": "MAGAZINE_WELL",
68-
"rigid": true,
69-
"flag_restriction": [ "BATTERY_MEDIUM", "BATTERY_HEAVY" ],
70-
"default_magazine": "medium_battery_cell"
67+
"type": "repair_item",
68+
"item_action_type": "repair_metal",
69+
"materials": [
70+
"iron",
71+
"steel",
72+
"aluminum",
73+
"copper",
74+
"bronze",
75+
"fancy_bronze",
76+
"silver",
77+
"gold",
78+
"budget_steel",
79+
"lc_steel",
80+
"mc_steel",
81+
"hc_steel",
82+
"ch_steel",
83+
"lc_steel_chain",
84+
"mc_steel_chain",
85+
"hc_steel_chain",
86+
"ch_steel_chain",
87+
"platinum",
88+
"superalloy"
89+
],
90+
"skill": "fabrication",
91+
"tool_quality": 10,
92+
"cost_scaling": 0.1,
93+
"move_cost": 500
7194
},
7295
{
7396
"type": "link_up",
@@ -76,6 +99,14 @@
7699
"cable_length": 10,
77100
"charge_rate": "100 W"
78101
}
102+
],
103+
"pocket_data": [
104+
{
105+
"pocket_type": "MAGAZINE_WELL",
106+
"rigid": true,
107+
"flag_restriction": [ "BATTERY_MEDIUM", "BATTERY_HEAVY" ],
108+
"default_magazine": "medium_battery_cell"
109+
}
79110
]
80111
},
81112
{

0 commit comments

Comments
 (0)