File tree Expand file tree Collapse file tree 1 file changed +36
-5
lines changed
data/mods/Xedra_Evolved/items/inventor Expand file tree Collapse file tree 1 file changed +36
-5
lines changed Original file line number Diff line number Diff line change 62
62
"volume" : " 2500 ml" ,
63
63
"material" : [ " lc_steel" , " plastic" ],
64
64
"extend" : { "flags" : [ " INVENTOR_CRAFTED" ] },
65
- "pocket_data " : [
65
+ "use_action " : [
66
66
{
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
71
94
},
72
95
{
73
96
"type" : " link_up" ,
76
99
"cable_length" : 10 ,
77
100
"charge_rate" : " 100 W"
78
101
}
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
+ }
79
110
]
80
111
},
81
112
{
You can’t perform that action at this time.
0 commit comments