Scenario 2 (beta):
Revised map Revised (some) dialogs Completely new WML inside New playable unit : Dust Devil New dehydration logic New ambush triggers Made second ogre ambush and wraith lord appearance mutually exclusive Changed first bandit encounter from ambush to planned arrival Scrapped oasis terrain
This commit is contained in:
parent
1587e00d8e
commit
972ef7d957
5 changed files with 841 additions and 1218 deletions
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
BIN
data/campaigns/Under_the_Burning_Suns/images/sand-storm.png
Normal file
BIN
data/campaigns/Under_the_Burning_Suns/images/sand-storm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -23,7 +23,7 @@ Dd , Dd , Dd , Dd , Dd , Dd
|
|||
Dd , Dd , Dd , Dd , Dd , Dd , Hd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd
|
||||
Dd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Rr , Rr , Dd , Dd , Dd , Ch , Dd , Dd , Dd , Dd , Dd
|
||||
Dd , Dd , Hd , Hd , Dd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Dd , Hd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Rr , Dd^Dr , Ch , 3 Kh , Ch , Ch , Dd , Dd , Dd
|
||||
Hd , Dd , Dd , Dd , Dd , Dd , Hd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Hd , Hd , Hd , Hd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd^Dr , Dd^Vdt , Dd^Dr , Ch , Ch , Ww , Ch , Dd , Dd
|
||||
Hd , Dd , Dd , Dd , Dd , Dd , Hd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Hd , Hd , Hd , Hd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd^Dr , Ch , Dd^Dr , Ch , Ch , Ww , Ch , Dd , Dd
|
||||
Hd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Hd , Hd , Hd , Hd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Ch , Re , Re , Re , Ww , Ww , Ch , Dd , Dd
|
||||
Hd , Hd , Dd , Hd , Dd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Hd , Hd , Hd , Hd , Dd , Dd , Hd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Ch , Dd , Re , Re , Re , Dd^Dr , Ch , Dd , Dd
|
||||
Hd , Hd , Dd , Dd , Dd , Dd , Hd , Dd , Dd , Dd , Hd , Dd , Dd , Dd , Dd , Dd , Hd , Hd , Hd , Hd , Dd , Dd , Dd , Dd , Dd , Dd , Dd , Rr , Dd , Dd , Dd , Dd , Ch , Ch , Dd^Dr , Dd , Dd , Dd , Dd
|
||||
|
|
File diff suppressed because it is too large
Load diff
77
data/campaigns/Under_the_Burning_Suns/units/Dust_Devil.cfg
Normal file
77
data/campaigns/Under_the_Burning_Suns/units/Dust_Devil.cfg
Normal file
|
@ -0,0 +1,77 @@
|
|||
[unit]
|
||||
#textdomain wesnoth-utbs
|
||||
id=Dust Devil
|
||||
name= _ "Dust_Devil"
|
||||
race=monster
|
||||
image=dust-devil.png
|
||||
hitpoints=30
|
||||
movement_type=undeadfly
|
||||
[resistance]
|
||||
blade=40
|
||||
pierce=40
|
||||
impact=40
|
||||
fire=140
|
||||
cold=140
|
||||
arcane=140
|
||||
[/resistance]
|
||||
movement=10
|
||||
experience=12
|
||||
level=1
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=20
|
||||
usage=scout
|
||||
unit_description= _ "A swirl of dust and desert sand, quick as a wind, impossible to spot when resting and as dangerous as sand storm when riled."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=Twister
|
||||
description= _"Twister"
|
||||
icon=attacks/claws-flaming.png
|
||||
type=arcane
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_SLOW}
|
||||
[/specials]
|
||||
range=melee
|
||||
damage=3
|
||||
number=1
|
||||
[animation]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=Storm
|
||||
description=_"Sand Storm"
|
||||
icon=sand-storm.png
|
||||
type=impact
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_MARKSMAN}
|
||||
[/specials]
|
||||
range=ranged
|
||||
damage=3
|
||||
number=1
|
||||
[animation]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[advancement]
|
||||
id=Dust Devil
|
||||
max_times=9
|
||||
[effect]
|
||||
apply_to=attack
|
||||
range=melee
|
||||
increase_attacks=1
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=attack
|
||||
range=ranged
|
||||
increase_attacks=1
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=4
|
||||
heal_full=yes
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=max_experience
|
||||
increase=4
|
||||
[/effect]
|
||||
[/advancement]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue