Skip to content

Commit 8efc57a

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b62d94 commit 8efc57a

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

data/mods/Xedra_Evolved/harvest_monster_hunter_gracken.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@
171171
"type": "harvest",
172172
"copy-from": "zombie_humanoid",
173173
"message": "<zombie_humanoid_generic_harvest>",
174-
"delete": { "entries": [
175-
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }
176-
]
177-
},
174+
"delete": { "entries": [ { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 } ] },
178175
"extend": {
179176
"entries": [
180177
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
@@ -192,10 +189,7 @@
192189
"type": "harvest",
193190
"copy-from": "zombie_humanoid",
194191
"message": "<zombie_humanoid_generic_harvest>",
195-
"delete": { "entries": [
196-
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }
197-
]
198-
},
192+
"delete": { "entries": [ { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 } ] },
199193
"extend": {
200194
"entries": [
201195
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },

data/mods/Xedra_Evolved/items/ammo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"count": 10,
120120
"stack_size": 200
121121
},
122-
{
122+
{
123123
"type": "AMMO",
124124
"id": "runner_sinew",
125125
"category": "spare_parts",
@@ -137,7 +137,7 @@
137137
"count": 10,
138138
"stack_size": 200
139139
},
140-
{
140+
{
141141
"type": "AMMO",
142142
"id": "underdeveloped_sinew",
143143
"category": "spare_parts",

data/mods/Xedra_Evolved/monsters/monster_overrides.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"copy-from": "mon_ant_acid",
248248
"harvest": "giant_acid_ant"
249249
},
250-
{
250+
{
251251
"id": "mon_zombie_child_base",
252252
"type": "MONSTER",
253253
"name": { "str": "zombie child", "str_pl": "zombie children" },
@@ -279,7 +279,7 @@
279279
"extend": { "weakpoint_sets": [ "wps_humanoid_child_body", "wps_humanoid_head_big" ], "families": [ "prof_wp_child" ] },
280280
"delete": { "flags": [ "PUSH_MON" ] }
281281
},
282-
{
282+
{
283283
"id": "mon_zombie_runner",
284284
"type": "MONSTER",
285285
"name": { "str": "zombie runner" },

data/mods/Xedra_Evolved/recipes/gracken_improvements.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,7 @@
143143
"time": "30 m",
144144
"flags": [ "SECRET" ],
145145
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "COOK", "level": 1 } ],
146-
"components": [
147-
[ [ "scrap_dreamdross", 1 ] ],
148-
[ [ "scrap_shadowstuff", 1 ] ],
149-
[ [ "bone_any", 2, "LIST" ] ],
150-
[ [ "sinew", 4 ] ]
151-
]
146+
"components": [ [ [ "scrap_dreamdross", 1 ] ], [ [ "scrap_shadowstuff", 1 ] ], [ [ "bone_any", 2, "LIST" ] ], [ [ "sinew", 4 ] ] ]
152147
},
153148
{
154149
"type": "recipe",

0 commit comments

Comments
 (0)