-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xedra Evolved] More Paraclesian powers (#71431)
* Initial commit * Add Reshape the Living Earth * Add As Free as the Wind * Add Like a Bird on the Wing and Mountain-Toppling Blow * change hidden trait for enchantment name purposes
- Loading branch information
1 parent
be38876
commit 0e94991
Showing
13 changed files
with
806 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
data/mods/Xedra_Evolved/furniture_and_terrain/terrain-stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"type": "terrain", | ||
"id": "t_earthen_stairs_up", | ||
"name": "earthen stairs", | ||
"description": "A set of stone and dirt steps leading up.", | ||
"symbol": "<", | ||
"color": "dark_gray", | ||
"move_cost": 2, | ||
"flags": [ "SUPPORTS_ROOF", "TRANSPARENT", "GOES_UP", "INDOORS", "PLACE_ITEM" ] | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_earthen_stairs_down", | ||
"name": "earthen stairs", | ||
"description": "A set of stone and dirt steps leading down.", | ||
"symbol": ">", | ||
"color": "dark_gray", | ||
"move_cost": 2, | ||
"flags": [ "TRANSPARENT", "GOES_DOWN", "INDOORS", "PLACE_ITEM", "SUPPORTS_ROOF" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.