Skip to content

Commit

Permalink
Merge pull request CleverRaven#78628 from WhaleYogurt/small-lighthous…
Browse files Browse the repository at this point in the history
…e-fix-2

Fix Small Lighthouse Tower Floor
  • Loading branch information
Night-Pryanik authored Dec 20, 2024
2 parents 3b696b7 + 93b0309 commit 41efa55
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
14 changes: 14 additions & 0 deletions data/json/furniture_and_terrain/terrain-floors-outdoors.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,20 @@
"symbol": ".",
"color": "light_gray",
"looks_like": "t_rock_floor",
"connect_groups": [ "INDOORFLOOR", "ROCKFLOOR" ],
"connects_to": "ROCKFLOOR",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAT", "SUPPORTS_ROOF", "INDOORS", "ROAD" ],
"bash": { "ter_set": "t_null", "str_min": 75, "str_max": 400, "str_min_supported": 100, "bash_below": true }
},
{
"type": "terrain",
"id": "t_stone_masonry_floor_balcony",
"name": "stone masonry floor",
"description": "A floor of carefully cut and laid stones, joined with mortar.",
"symbol": ".",
"color": "light_gray",
"looks_like": "t_rock_floor",
"connect_groups": "ROCKFLOOR",
"connects_to": "ROCKFLOOR",
"move_cost": 2,
Expand Down
19 changes: 10 additions & 9 deletions data/json/mapgen/lake_buildings/lighthouse_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"ú": "t_pit",
"¢": "t_sand",
"d": "t_dock",
"+": "t_stone_masonry_floor_balcony",
";": "t_stone_masonry_floor",
"¤": "t_stone_masonry_floor",
"ɱ": "t_stone_masonry_floor",
Expand Down Expand Up @@ -264,15 +265,15 @@
" ",
" ",
" %%%%%%%%% ",
" %%;;;;;;;%% ",
" %;;ååååå;;% ",
" %;åå;;;åå;% ",
" %;å;@@@;å;% ",
" %;å;@*@;å;% ",
" %;å;@ö@;å;% ",
" %;åå;v;åå;% ",
" %;;åå!åå;;% ",
" %%;;<;;;;%% ",
" %%+++++++%% ",
" %++ååååå++% ",
" %+åå;;;åå+% ",
" %+å;@@@;å+% ",
" %+å;@*@;å+% ",
" %+å;@ö@;å+% ",
" %+åå;v;åå+% ",
" %++åå!åå++% ",
" %%++<++++%% ",
" %%%%%%%%% ",
" "
],
Expand Down

0 comments on commit 41efa55

Please sign in to comment.