Author: zookeeper
Date: Fri Aug 22 22:53:12 2008
New Revision: 28856

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28856&view=rev
Log:
Added snow, hills, snow hills and mountains variations of the hut village.

Added:
    trunk/data/core/images/terrain/village/hut-hills-tile.png   (with props)
    trunk/data/core/images/terrain/village/hut-mountains-tile.png   (with props)
    trunk/data/core/images/terrain/village/hut-snow-hills-tile.png   (with 
props)
    trunk/data/core/images/terrain/village/hut-snow-tile.png   (with props)
    trunk/data/core/images/terrain/village/hut-snow.png   (with props)
    trunk/data/core/images/terrain/village/hut-snow2.png   (with props)
Modified:
    trunk/data/core/terrain-graphics.cfg
    trunk/data/core/terrain.cfg

Added: trunk/data/core/images/terrain/village/hut-hills-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-hills-tile.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-hills-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/village/hut-mountains-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-mountains-tile.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-mountains-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/village/hut-snow-hills-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-snow-hills-tile.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-snow-hills-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/village/hut-snow-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-snow-tile.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-snow-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/village/hut-snow.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-snow.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-snow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/village/hut-snow2.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/village/hut-snow2.png?rev=28856&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/village/hut-snow2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/data/core/terrain-graphics.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/terrain-graphics.cfg?rev=28856&r1=28855&r2=28856&view=diff
==============================================================================
--- trunk/data/core/terrain-graphics.cfg (original)
+++ trunk/data/core/terrain-graphics.cfg Fri Aug 22 22:53:12 2008
@@ -95,7 +95,11 @@
 {VILLAGE_P               *^Vht                                  100            
    village/tropical-forest}
 
 #Crude villages (grassland)
-{VILLAGE_RANDOM          *^Vc                                                  
    village/hut}
+{VILLAGE_P               *^Vc                                   50             
    village/hut}
+{VILLAGE_P               *^Vc                                   100            
    village/hut2}
+
+{VILLAGE_P               *^Vca                                  50             
    village/hut-snow}
+{VILLAGE_P               *^Vca                                  100            
    village/hut-snow2}
 
 {VILLAGE_P               *^Vct                                  50             
    tent}
 {VILLAGE_P               *^Vct                                  100            
    tent2}

Modified: trunk/data/core/terrain.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/terrain.cfg?rev=28856&r1=28855&r2=28856&view=diff
==============================================================================
--- trunk/data/core/terrain.cfg (original)
+++ trunk/data/core/terrain.cfg Fri Aug 22 22:53:12 2008
@@ -883,6 +883,50 @@
     editor_group=village
 [/terrain]
 
+[terrain]
+    symbol_image=village/hut-snow-tile
+    id=hut_snow_village
+    name= _ "Village"
+    string=Aa^Vca
+    aliasof=Gg^Vh, Aa
+    heals=8
+    gives_income=true
+    editor_group=village
+[/terrain]
+
+[terrain]
+    symbol_image=village/hut-hills-tile
+    id=hut_hills_village
+    name= _ "Village"
+    string=Hh^Vc
+    aliasof=Gg^Vh, Hh
+    heals=8
+    gives_income=true
+    editor_group=village
+[/terrain]
+
+[terrain]
+    symbol_image=village/hut-snow-hills-tile
+    id=hut_snow_hills_village
+    name= _ "Village"
+    string=Ha^Vca
+    aliasof=Gg^Vh, Ha
+    heals=8
+    gives_income=true
+    editor_group=village
+[/terrain]
+
+[terrain]
+    symbol_image=village/hut-mountains-tile
+    id=hut_mountains_village
+    name= _ "Village"
+    string=Mm^Vc
+    aliasof=Gg^Vh, Mm
+    heals=8
+    gives_income=true
+    editor_group=village
+[/terrain]
+
 # Water Village
 
 [terrain]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to