Skip to content

Commit

Permalink
Fix erroneously added members due to misuse of a script (#131)
Browse files Browse the repository at this point in the history
* Fix erroneously added members due to misues of a script

* Fix json lint
  • Loading branch information
UmbralReaper authored Jul 12, 2021
1 parent ad6be94 commit be02278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"symbol": "]",
"color": "light_gray",
"diameter": 20,
"width": 10,
"parts": [ ]
"width": 10
},
{
"id": "magic_motorcycle",
Expand Down Expand Up @@ -69,15 +68,13 @@
"repair": { "skills": [ [ "mechanics", 20 ], [ "spellcraft", 1 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "INITIAL_PART", "ENGINE", "STABLE", "E_STARTS_INSTANTLY", "STEERABLE", "WHEEL", "OBSTACLE", "CARGO", "MAGIC_FOLLOW" ],
"damage_reduction": { "all": 12 },
"parts": [ ]
"damage_reduction": { "all": 12 }
},
{
"id": "mana",
"name": "mana energy",
"default": "mana",
"type": "ammunition_type",
"parts": [ ]
"type": "ammunition_type"
},
{
"id": "mana",
Expand All @@ -94,7 +91,6 @@
"symbol": "?",
"color": "magenta",
"count": 1,
"ammo_type": "mana",
"parts": [ ]
"ammo_type": "mana"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
{ "charges": 500, "item": "belt223", "ammo-item": "556_incendiary" },
{ "charges": 500, "item": "belt223", "ammo-item": "556_incendiary" },
{ "charges": 500, "item": "belt223", "ammo-item": "556_incendiary" }
],
"parts": [ ]
]
},
{
"id": "Kraken",
Expand Down

0 comments on commit be02278

Please sign in to comment.