DiD S3: add some more flavor text
This commit is contained in:
parent
a304bc105d
commit
1974405fc0
1 changed files with 100 additions and 2 deletions
|
@ -1104,7 +1104,78 @@
|
|||
[/and]
|
||||
[then]
|
||||
[fire_event]
|
||||
name=rat eating
|
||||
name=rat eating1
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Necrophage
|
||||
[/variable]
|
||||
[or]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Ghast
|
||||
[/variable]
|
||||
[/or]
|
||||
[and]
|
||||
[variable]
|
||||
name=s_unit.max_hitpoints
|
||||
greater_than=419
|
||||
[/variable]
|
||||
[/and]
|
||||
[then]
|
||||
[fire_event]
|
||||
name=rat eating2
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Necrophage
|
||||
[/variable]
|
||||
[or]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Ghast
|
||||
[/variable]
|
||||
[/or]
|
||||
[and]
|
||||
[variable]
|
||||
name=s_unit.max_hitpoints
|
||||
greater_than=999
|
||||
[/variable]
|
||||
[/and]
|
||||
[then]
|
||||
[fire_event]
|
||||
name=rat eating3
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
# there's no way you do this without debug, right?
|
||||
[if]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Necrophage
|
||||
[/variable]
|
||||
[or]
|
||||
[variable]
|
||||
name=s_unit.type
|
||||
equals=Ghast
|
||||
[/variable]
|
||||
[/or]
|
||||
[and]
|
||||
[variable]
|
||||
name=s_unit.max_hitpoints
|
||||
greater_than=9999
|
||||
[/variable]
|
||||
[/and]
|
||||
[then]
|
||||
[fire_event]
|
||||
name=rat eating4
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -1130,13 +1201,40 @@
|
|||
[/message]
|
||||
[/event]
|
||||
[event]
|
||||
name=rat eating
|
||||
name=rat eating1
|
||||
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message= _ "I must be absolutely mad to be spending hours here just feeding rats to this rotten pile of flesh..."
|
||||
[/message]
|
||||
[/event]
|
||||
[event]
|
||||
name=rat eating2
|
||||
|
||||
[message]
|
||||
speaker=Darken Volk
|
||||
message= _ "Has this boy been smoking again?"
|
||||
[/message]
|
||||
[/event]
|
||||
[event]
|
||||
name=rat eating3
|
||||
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message= _ "Day 1337:
|
||||
|
||||
All sense of time and being are entombed within darkness. How long has passed since I came here? My senses are a blur. My past life, my prior goals, my very self is all but a distant memory. All I know now is the constant squealing of rats and the ever growing mountain of flesh that feasts before me."
|
||||
[/message]
|
||||
[/event]
|
||||
[event]
|
||||
name=rat eating4
|
||||
|
||||
#po: Malin Keshar breaks the fourth wall here and addresses the player, whom the 'you' refers to.
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message= _ "You. You there behind the screen. You are the one controlling me. Why are you doing this? What did I do to deserve this torment? Please, I beg of you. End me now. Release me from my misery!"
|
||||
[/message]
|
||||
[/event]
|
||||
# spawn crawlers
|
||||
[event]
|
||||
name=new turn
|
||||
|
|
Loading…
Add table
Reference in a new issue