UtBS S11: Citadel graphics, drawn over the cavewall donut
This commit is contained in:
parent
73680ed764
commit
7924649319
4 changed files with 49 additions and 4 deletions
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
|
@ -20,6 +20,43 @@
|
|||
|
||||
{TWO_SUNS_DEFAULT_SCHEDULE}
|
||||
|
||||
# citadel terrain graphics
|
||||
[terrain_graphics]
|
||||
map="
|
||||
., *, .
|
||||
, *, *,
|
||||
*, 1, *
|
||||
, *, *,
|
||||
*, *, *
|
||||
, *, *,
|
||||
*, *, *
|
||||
, *, *,
|
||||
., *, ."
|
||||
[tile]
|
||||
pos=1
|
||||
[/tile]
|
||||
x,y=24,16
|
||||
[image]
|
||||
name=citadel_zocthanol_clouds.png
|
||||
layer=5
|
||||
base=108,290
|
||||
center=144,162
|
||||
[/image]
|
||||
[image]
|
||||
name=citadel_zocthanol.png
|
||||
layer=0
|
||||
base=108,290
|
||||
center=144,162
|
||||
[/image]
|
||||
[image]
|
||||
name=citadel_zocthanol_sub.png
|
||||
layer=-10
|
||||
base=108,290
|
||||
center=144,162
|
||||
[/image]
|
||||
[/terrain_graphics]
|
||||
|
||||
|
||||
#Side 1: elves
|
||||
[side]
|
||||
side=1
|
||||
|
@ -254,10 +291,6 @@
|
|||
|
||||
# add items to map
|
||||
|
||||
# Eloh’s temple
|
||||
|
||||
#{PLACE_IMAGE scenery/temple1.png 26 18}
|
||||
|
||||
# add elven ship to landing point
|
||||
|
||||
{PLACE_IMAGE "units/transport/galleon.png~RC(magenta>red)" 39 44}
|
||||
|
@ -835,6 +868,12 @@
|
|||
[/not]
|
||||
[/filter]
|
||||
|
||||
[remove_shroud]
|
||||
[filter_side]
|
||||
side=1
|
||||
[/filter_side]
|
||||
x,y=24-28,16-20
|
||||
[/remove_shroud]
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "We’ve reached what looks like the citadel, but it is surrounded by a huge perfectly smooth obsidian wall. I can’t find any way to get in."
|
||||
|
@ -958,6 +997,12 @@
|
|||
carryover_percentage=0
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
[remove_shroud]
|
||||
[filter_side]
|
||||
side=1
|
||||
[/filter_side]
|
||||
x,y=24-28,16-20
|
||||
[/remove_shroud]
|
||||
[/event]
|
||||
|
||||
# Event 9: Defeat the undead leader
|
||||
|
|
Loading…
Add table
Reference in a new issue