New animated lava
|
@ -1,4 +1,6 @@
|
|||
Version 1.13.6+dev:
|
||||
* Graphics:
|
||||
* Improved terrain graphics: lava.
|
||||
* Language and i18n:
|
||||
* Updated translations: British English, Portuguese (Brazil)
|
||||
* WML Engine:
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 8.5 KiB |
BIN
data/core/images/terrain/unwalkable/lava-tile.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
data/core/images/terrain/unwalkable/lava01.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava02.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
data/core/images/terrain/unwalkable/lava03.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava04.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
data/core/images/terrain/unwalkable/lava05.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava06.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
data/core/images/terrain/unwalkable/lava07.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava08.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
data/core/images/terrain/unwalkable/lava09.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava10.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
data/core/images/terrain/unwalkable/lava11.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava12.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
data/core/images/terrain/unwalkable/lava13.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava14.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
data/core/images/terrain/unwalkable/lava15.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/terrain/unwalkable/lava16.png
Normal file
After Width: | Height: | Size: 33 KiB |
|
@ -484,7 +484,6 @@
|
|||
|
||||
{NEW:BASE Qxua chasm/abyss}
|
||||
{TERRAIN_BASE Qx* chasm/depths}
|
||||
{ANIMATED_WATER_15 Ql,Qlf () 150 unwalkable/lava}
|
||||
|
||||
{NEW:OVERLAY Wwr,Wwrt,Wwrg water/reef FLAG=reef LAYER=-320}
|
||||
|
||||
|
@ -550,6 +549,8 @@
|
|||
|
||||
{NEW:WATER_342_180_TILE_FLAGS}
|
||||
|
||||
{NEW:WATER_342_180 Ql,Qlf unwalkable/lava 16}
|
||||
|
||||
{NEW:WATER_342_180 Wo,Wog,Wot water/ocean 21}
|
||||
{NEW:WATER_342_180 Ww,Wwr,Wwf,Wwg,Wwrg,Wwt,Wwrt,Chw water/water 17}
|
||||
|
||||
|
|
|
@ -1009,6 +1009,7 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||
|
||||
[terrain_type]
|
||||
symbol_image=unwalkable/lava
|
||||
editor_image=unwalkable/lava-tile
|
||||
id=lava
|
||||
name= _ "Lava"
|
||||
editor_name= _ "Lava"
|
||||
|
|
|
@ -3,6 +3,9 @@ changes may be omitted). For a complete list of changes, see the main
|
|||
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog
|
||||
|
||||
Version 1.13.6+dev:
|
||||
* Graphics:
|
||||
* Improved terrain graphics: lava.
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: British English, Portuguese (Brazil).
|
||||
|
||||
|
|