Skip to content

Commit

Permalink
feat(balance): light damage to all vehicles in the parking garage (#5810
Browse files Browse the repository at this point in the history
)

light damage to all vehicles
  • Loading branch information
0Monet authored Dec 14, 2024
1 parent 807bf6c commit 518e58e
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions data/json/mapgen/parking_garage.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
"palettes": [ "parking_palette" ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 3, 17 ], "y": [ 13, 15 ] } ],
"place_vehicles": [
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": 0, "rotation": 90 }
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": -1, "rotation": 90 }
]
}
},
Expand Down Expand Up @@ -137,13 +137,13 @@
"palettes": [ "parking_palette" ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 3, 17 ], "y": [ 13, 15 ] } ],
"place_vehicles": [
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": 0, "rotation": 90 }
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": -1, "rotation": 90 }
]
}
},
Expand Down Expand Up @@ -183,14 +183,14 @@
"palettes": [ "parking_palette" ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 3, 17 ], "y": [ 13, 15 ] } ],
"place_vehicles": [
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": 0, "rotation": 90 }
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": -1, "rotation": 90 }
]
}
},
Expand Down Expand Up @@ -230,14 +230,14 @@
"palettes": [ "parking_palette" ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 3, 17 ], "y": [ 13, 15 ] } ],
"place_vehicles": [
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": 0, "rotation": 90 }
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": -1, "rotation": 90 }
]
}
},
Expand Down Expand Up @@ -277,14 +277,14 @@
"palettes": [ "parking_palette" ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 3, 17 ], "y": [ 13, 15 ] } ],
"place_vehicles": [
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": 0, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": 0, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": 0, "rotation": 90 }
{ "vehicle": "parking_garage", "x": 18, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 28, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 33, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 38, "y": 4, "chance": 25, "status": -1, "rotation": 270 },
{ "vehicle": "parking_garage", "x": 19, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 29, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 34, "y": 18, "chance": 25, "status": -1, "rotation": 90 },
{ "vehicle": "parking_garage", "x": 39, "y": 18, "chance": 25, "status": -1, "rotation": 90 }
]
}
},
Expand Down

0 comments on commit 518e58e

Please sign in to comment.