Updated Adobe Village and new Ruined Adobe Village, from doofus-01
@ -28,11 +28,14 @@ Version 1.13.2+dev:
|
|||||||
* Updated sprites for Naga Hunter, Naga Guardian line, Crab Man.
|
* Updated sprites for Naga Hunter, Naga Guardian line, Crab Man.
|
||||||
* Crab Man changed to Monster Crab.
|
* Crab Man changed to Monster Crab.
|
||||||
* Graphics:
|
* Graphics:
|
||||||
* Improved terrain graphics: Stones with Sand Drifts, Igloo Village.
|
* Improved or new terrain graphics: Stones with Sand Drifts, Igloo Village,
|
||||||
|
Adobe Village.
|
||||||
* Language and i18n:
|
* Language and i18n:
|
||||||
* Updated translations: British English, Russian, Swedish
|
* Updated translations: British English, Russian, Swedish
|
||||||
* Sound effects:
|
* Sound effects:
|
||||||
* Fixed various subtle timing problems with attack sounds.
|
* Fixed various subtle timing problems with attack sounds.
|
||||||
|
* Terrains:
|
||||||
|
* New terrain: Ruined Adobe Village (^Vdr).
|
||||||
* User Interface:
|
* User Interface:
|
||||||
* GUI1 comboboxes now use the thinner menu frame style.
|
* GUI1 comboboxes now use the thinner menu frame style.
|
||||||
* Implemented a new GUI2 Attack dialog
|
* Implemented a new GUI2 Attack dialog
|
||||||
|
BIN
data/core/images/terrain/village/desert-ruin-tile.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
data/core/images/terrain/village/desert-ruin.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
data/core/images/terrain/village/desert-ruin2.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
data/core/images/terrain/village/desert-ruin3.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
data/core/images/terrain/village/desert-ruin4.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
data/core/images/terrain/village/desert-ruin5.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
data/core/images/terrain/village/desert-ruin6.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
data/core/images/terrain/village/desert-ruin7.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
data/core/images/terrain/village/desert5.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
data/core/images/terrain/village/desert6.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
data/core/images/terrain/village/desert7.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
@ -321,6 +321,7 @@
|
|||||||
|
|
||||||
#Desert villages
|
#Desert villages
|
||||||
{NEW:VILLAGE *^Vda village/desert}
|
{NEW:VILLAGE *^Vda village/desert}
|
||||||
|
{NEW:VILLAGE *^Vdr village/desert-ruin}
|
||||||
{NEW:VILLAGE *^Vdt village/desert-camp}
|
{NEW:VILLAGE *^Vdt village/desert-camp}
|
||||||
|
|
||||||
#Cave villages
|
#Cave villages
|
||||||
|
@ -908,7 +908,7 @@
|
|||||||
|
|
||||||
[image]
|
[image]
|
||||||
name={IMAGESTEM}@V.png
|
name={IMAGESTEM}@V.png
|
||||||
variations=";2;3;4"
|
variations=";2;3;4;5;6;7"
|
||||||
layer=0
|
layer=0
|
||||||
base=90,144
|
base=90,144
|
||||||
center=90,144
|
center=90,144
|
||||||
|
@ -1165,6 +1165,19 @@ Most units have about 50% defense in rocky caves, whereas cavalry are limited to
|
|||||||
editor_group=village, desert
|
editor_group=village, desert
|
||||||
[/terrain_type]
|
[/terrain_type]
|
||||||
|
|
||||||
|
[terrain_type]
|
||||||
|
symbol_image=village/desert-ruin-tile
|
||||||
|
id=desert_village_ruin
|
||||||
|
name= _ "Village"
|
||||||
|
editor_name= _ "Ruined Adobe Village"
|
||||||
|
string=^Vdr
|
||||||
|
aliasof=_bas, Vt
|
||||||
|
default_base=Dd
|
||||||
|
heals=8
|
||||||
|
gives_income=true
|
||||||
|
editor_group=village, desert
|
||||||
|
[/terrain_type]
|
||||||
|
|
||||||
[terrain_type]
|
[terrain_type]
|
||||||
symbol_image=village/desert-camp-tile
|
symbol_image=village/desert-camp-tile
|
||||||
id=desert_village_tent
|
id=desert_village_tent
|
||||||
|
@ -10,6 +10,10 @@ Version 1.13.2+dev:
|
|||||||
(bug #20332).
|
(bug #20332).
|
||||||
* UI graphics garbled on Apple OS X 10.11 El Capitan (bug #23918).
|
* UI graphics garbled on Apple OS X 10.11 El Capitan (bug #23918).
|
||||||
|
|
||||||
|
* Graphics:
|
||||||
|
* Improved or new terrain graphics: Stones with Sand Drifts, Igloo Village,
|
||||||
|
Adobe Village.
|
||||||
|
|
||||||
* Language and i18n:
|
* Language and i18n:
|
||||||
* Updated translations: British English, Russian, Swedish.
|
* Updated translations: British English, Russian, Swedish.
|
||||||
|
|
||||||
|