Added Brazier and Lit Brazier embellishment terrains
|
@ -117,6 +117,7 @@ Version 1.13.0-dev:
|
|||
alpha weighting when averaging colors, and rename old one as the legacy
|
||||
version.
|
||||
* Align unit overlays to the sprite rather than the occupied hex.
|
||||
* Added Brazier and Lit Brazier embellishment terrains
|
||||
* Help browser:
|
||||
* Added trait list with links to the help page for unit types
|
||||
* Added "Defense Capped" column with notification in the "terrain modifiers table"
|
||||
|
|
BIN
data/core/images/terrain/misc/brazier-A01.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/misc/brazier-A02.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
data/core/images/terrain/misc/brazier-A03.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
data/core/images/terrain/misc/brazier-A04.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/misc/brazier-A05.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
data/core/images/terrain/misc/brazier-A06.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/misc/brazier-A07.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/misc/brazier-A08.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
data/core/images/terrain/misc/brazier-embellishment.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
|
@ -360,6 +360,10 @@
|
|||
# campfire
|
||||
{OVERLAY_B *^Ecf ANIMATION_08_140 misc/fire}
|
||||
|
||||
# Braziers
|
||||
{OVERLAY_L *^Eb -1 misc/brazier-embellishment}
|
||||
{OVERLAY_B *^Ebn ANIMATION_08_140 misc/brazier }
|
||||
|
||||
# layer -500 is used for the flowers so they don't overlap adjacent trees,
|
||||
# castles, mountains and such
|
||||
{OVERLAY_RANDOM_L *^Efm -500 embellishments/flowers-mixed}
|
||||
|
|
|
@ -426,6 +426,24 @@ Most units receive 20 to 40% defense in sand."
|
|||
editor_group=embellishments
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image="misc/brazier-embellishment"
|
||||
id=brazier
|
||||
editor_name= _ "Brazier"
|
||||
string=^Eb
|
||||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image="misc/brazier-A01"
|
||||
id=brazier-lit
|
||||
editor_name= _ "Lit Brazier"
|
||||
string=^Ebn
|
||||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image=embellishments/fence-se-nw-01
|
||||
id=fence
|
||||
|
|