Added Banjooie's "Jungle Hut" as village-tropical-forest
Changed id and name of savanna from "grassland" to "savanna"
This commit is contained in:
parent
eccfd2e1d6
commit
9a39d01019
3 changed files with 15 additions and 2 deletions
|
@ -139,6 +139,7 @@
|
|||
{TERRAIN_BASE A snow-hills}
|
||||
{TERRAIN_BASE b mountains}
|
||||
{TERRAIN_BASE BU desert}
|
||||
{TERRAIN_BASE L savanna}
|
||||
|
||||
{BUILDING Y ({VIMG 36,40 village-swampwater })}
|
||||
{BUILDING V ({VIMG 36,40 village-snow })}
|
||||
|
@ -152,6 +153,7 @@
|
|||
{BUILDING b ({VIMG 36,40 village-human })}
|
||||
{BUILDING B ({VIMG 36,40 village-desert })}
|
||||
{BUILDING U ({VIMG 36,40 village-desert2 })}
|
||||
{BUILDING L ({VIMG 36,40 village-tropical-forest })}
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -152,8 +152,8 @@ char=g
|
|||
|
||||
[terrain]
|
||||
symbol_image=savanna
|
||||
id=grassland
|
||||
name= _ "Grassland"
|
||||
id=savanna
|
||||
name= _ "Savanna"
|
||||
char=G
|
||||
aliasof=g
|
||||
[/terrain]
|
||||
|
@ -234,6 +234,17 @@ gives_income=true
|
|||
light=true
|
||||
[/terrain]
|
||||
|
||||
[terrain]
|
||||
symbol_image=village-tropical-forest
|
||||
id=Tropical forest village
|
||||
name= _ "Tropical Forest Village"
|
||||
char=L
|
||||
aliasof=tG
|
||||
heals=true
|
||||
gives_income=true
|
||||
light=true
|
||||
[/terrain]
|
||||
|
||||
[terrain]
|
||||
symbol_image=desert-oasis
|
||||
id=oasis
|
||||
|
|
BIN
images/terrain/village-tropical-forest.png
Normal file
BIN
images/terrain/village-tropical-forest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Add table
Reference in a new issue