Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 23, 2023
1 parent be880da commit a3828c5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 54 deletions.
16 changes: 2 additions & 14 deletions data/json/mapgen/fire_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@
"_____________________4__"
],
"palettes": [ "fire_station" ],
"terrain": {
"'": "t_sidewalk",
"O": "t_window",
"T": "t_thconc_floor",
"L": "t_door_locked"
},
"terrain": { "'": "t_sidewalk", "O": "t_window", "T": "t_thconc_floor", "L": "t_door_locked" },
"place_items": [
{ "item": "bed", "x": [ 3, 4 ], "y": [ 16, 16 ], "chance": 80 },
{ "item": "bed", "x": [ 3, 4 ], "y": [ 18, 18 ], "chance": 80 },
Expand Down Expand Up @@ -158,14 +153,7 @@
"<": "t_ladder_up",
"T": "t_thconc_floor"
},
"furniture": {
"1": "f_table",
"5": "f_ergometer",
"B": "f_bookcase",
"E": "f_exercise",
"H": "f_sofa",
"e": "f_shower"
},
"furniture": { "1": "f_table", "5": "f_ergometer", "B": "f_bookcase", "E": "f_exercise", "H": "f_sofa", "e": "f_shower" },
"place_items": [
{ "item": "mechanics", "x": 15, "y": 14, "chance": 25 },
{ "item": "mechanics", "x": [ 10, 11 ], "y": 14, "chance": 25 },
Expand Down
80 changes: 40 additions & 40 deletions data/json/mapgen_palettes/fire_station_palette.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
[
{
"type": "palette",
"id": "fire_station",
"terrain": {
"-": "t_brick_wall",
"+": "t_door_c",
"I": "t_column",
"M": "t_door_metal_locked",
"x": "t_console_broken",
"w": "t_gates_control_brick",
"|": "t_brick_wall",
"4": "t_gutter_downspout",
"l": "t_thconc_floor",
"P": "t_pavement_y",
"p": "t_pavement",
"_": "t_region_groundcover_urban",
".": "t_scrap_floor",
"t": "t_thconc_floor",
"D": "t_door_metal_c",
"s": "t_sidewalk"
},
"furniture": {
"'": "f_street_light",
"@": "f_bed",
"#": "f_table",
"j": "f_counter",
"c": "f_chair",
"l": "f_locker",
"&": "f_sink",
"o": "f_oven",
"F": "f_fridge",
"g": "f_dresser",
"^": "f_indoor_plant",
"A": "f_locker",
"r": "f_rack"
},
"toilets": { "T": { } }
}
]
[
{
"type": "palette",
"id": "fire_station",
"terrain": {
"-": "t_brick_wall",
"+": "t_door_c",
"I": "t_column",
"M": "t_door_metal_locked",
"x": "t_console_broken",
"w": "t_gates_control_brick",
"|": "t_brick_wall",
"4": "t_gutter_downspout",
"l": "t_thconc_floor",
"P": "t_pavement_y",
"p": "t_pavement",
"_": "t_region_groundcover_urban",
".": "t_scrap_floor",
"t": "t_thconc_floor",
"D": "t_door_metal_c",
"s": "t_sidewalk"
},
"furniture": {
"'": "f_street_light",
"@": "f_bed",
"#": "f_table",
"j": "f_counter",
"c": "f_chair",
"l": "f_locker",
"&": "f_sink",
"o": "f_oven",
"F": "f_fridge",
"g": "f_dresser",
"^": "f_indoor_plant",
"A": "f_locker",
"r": "f_rack"
},
"toilets": { "T": { } }
}
]

0 comments on commit a3828c5

Please sign in to comment.