Skip to content

Commit

Permalink
Added animated smoke to volcanoes, and made them use the new lava
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-zookeeper committed Jan 8, 2017
1 parent 15bea09 commit 5588667
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 4 deletions.
Binary file added data/core/images/terrain/misc/smoke-A01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A06.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A07.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A08.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A09.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/terrain/misc/smoke-A12.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano-tile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano6_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano6_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/terrain/mountains/volcano6_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions data/core/terrain-graphics.cfg
Expand Up @@ -191,10 +191,12 @@
{OVERLAY_COMPLETE_LF Chs (!,C*,K*,Ss) -85 base2 swamp/reed}

# Large volcano
{VOLCANO_2x2 Mv Mm,Md 100 base2 mountains/volcano6}
{VOLCANO_2x2 Mv Mm,Md 100 base2 mountains/volcano6}

# Single-hex volcano
{OVERLAY_COMPLETE_F Mv (!,Xv,Mv,!,C*,K*,X*,Q*) base,base2 mountains/volcano}
{OVERLAY_COMPLETE_F Mv (!,Xv,Mv,!,C*,K*,X*,Q*) base2 mountains/volcano}

{NEW:OVERLAY Mv misc/smoke-A CENTER=90,108 ANIM=[01~12] TIME=100}

# Mountains
{MOUNTAIN_RESTRICTED Mm (!,Xv,!,C*,K*,X*,Ql,Qx*) base2 mountains/basic-castle}
Expand Down Expand Up @@ -545,7 +547,7 @@

{NEW:WATER_342_180_TILE_FLAGS}

{NEW:WATER_342_180 Ql,Qlf unwalkable/lava 16}
{NEW:WATER_342_180 Ql,Qlf,Mv 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,Cm*,Km* water/water 17}
Expand Down
5 changes: 4 additions & 1 deletion data/core/terrain-graphics/new-macros.cfg
Expand Up @@ -61,6 +61,9 @@ overlay#endarg
#arg TIME
#endarg

#arg CENTER
90,144#endarg

[terrain_graphics]
map="
, *
Expand All @@ -81,7 +84,7 @@ overlay#endarg
variations=";2;3;4;5;6;7;8;9;10;11"
layer={LAYER}
base=90,160
center=90,144
center={CENTER}
[/image]
[/terrain_graphics]
#enddef
Expand Down

0 comments on commit 5588667

Please sign in to comment.