Skip to content

Commit

Permalink
feat(balance): enhanced electric motor breaks into alloy sheets (#5812)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Dec 14, 2024
1 parent c51a539 commit e327f76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/json/vehicleparts/motor.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
}
},
"breaks_into": [
{ "item": "steel_lump", "count": [ 10, 15 ] },
{ "item": "steel_chunk", "count": [ 3, 5 ] },
{ "item": "alloy_sheet", "count": [ 10, 15 ] },
{ "item": "scrap", "count": [ 3, 5 ] },
{ "item": "e_scrap", "count": [ 5, 10 ] },
{ "item": "bearing", "count": [ 20, 50 ] },
Expand Down

0 comments on commit e327f76

Please sign in to comment.