Skip to content

Commit

Permalink
[Xedra Evolved ] Obsidian Looks likes (#79074)
Browse files Browse the repository at this point in the history
* Obsidian Looks likes

* do not define looks_like twice

---------

Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
Maleclypse and GuardianDll authored Jan 11, 2025
1 parent 14a4ece commit dbf4dca
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"type": "terrain",
"id": "t_obsidian_wall",
"name": "obsidian rock",
"looks_like": "t_rock",
"looks_like": "t_vitrified_wall",
"description": "A rough wall of igneous stone. It does not look like polished obsidian but you can see some resemblance.",
"symbol": "#",
"//": "use pillars, 't_column_obsidian', as a compliment.",
"color": "white",
"color": "light_gray",
"move_cost": 0,
"coverage": 100,
"roof": "t_obsidian_roof",
Expand All @@ -44,6 +44,7 @@
"description": "A relatively flat area of igneous rock. Looks stable enough to be mined with the proper mining gear.",
"symbol": ".",
"color": "light_gray",
"looks_like": "t_vitrified_tile",
"connect_groups": [ "OBSIDIANFLOOR", "INDOORFLOOR" ],
"connects_to": "OBSIDIANFLOOR",
"move_cost": 2,
Expand All @@ -54,8 +55,8 @@
{
"type": "terrain",
"id": "t_column_obsidian",
"name": "column",
"looks_like": "t_rock_wall",
"name": "obsidian column",
"looks_like": "t_vitrified_column",
"description": "A natural column of igneous rock.",
"symbol": "1",
"color": "light_gray",
Expand All @@ -78,7 +79,7 @@
"id": "t_obsidian_roof",
"name": "obsidian roof",
"description": "A section of flat igneous rock.",
"looks_like": "t_rock_floor",
"looks_like": "t_vitrified_tile",
"symbol": ".",
"color": "brown",
"move_cost": 2,
Expand Down

0 comments on commit dbf4dca

Please sign in to comment.