SotA & UtBS: replace deprecated code
[ci skip]
(cherry-picked from commit 3a103e6bbf
)
This commit is contained in:
parent
0eb63a050c
commit
768c49ec61
6 changed files with 28 additions and 14 deletions
|
@ -235,7 +235,8 @@ Now the process is complete for both of us. I posted a guard so nothing could ha
|
|||
x,y=23,7
|
||||
type=Giant Spider
|
||||
side=2
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
[/do]
|
||||
[/repeat]
|
||||
|
@ -247,7 +248,8 @@ Now the process is complete for both of us. I posted a guard so nothing could ha
|
|||
x,y=9,8
|
||||
type=Giant Spider
|
||||
side=2
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
ai_special=guardian
|
||||
[/unit]
|
||||
[/do]
|
||||
|
@ -259,7 +261,8 @@ Now the process is complete for both of us. I posted a guard so nothing could ha
|
|||
x,y=9,10
|
||||
type=Giant Spider
|
||||
side=2
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
ai_special=guardian
|
||||
[/unit]
|
||||
[/do]
|
||||
|
|
|
@ -131,7 +131,8 @@ We left the fires of the mountain behind and plunged once more into darkness. Af
|
|||
# Add one more miner who will have some dialog:
|
||||
[unit]
|
||||
type=Dwarvish Miner
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
x,y=25,12
|
||||
side=2
|
||||
id=spotter
|
||||
|
|
|
@ -932,7 +932,8 @@
|
|||
name= _ "Cloaked Figure"
|
||||
side=5
|
||||
x,y=$dark_assassin_location.x,$dark_assassin_location.y
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[modifications]
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_RESILIENT}
|
||||
|
|
|
@ -2263,7 +2263,8 @@
|
|||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
role=ally
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
|
||||
[unit]
|
||||
|
@ -2280,7 +2281,8 @@
|
|||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
role=ally
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
|
||||
[unit]
|
||||
|
@ -2297,7 +2299,8 @@
|
|||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
role=ally
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
|
||||
[unit]
|
||||
|
@ -2314,7 +2317,8 @@
|
|||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
role=ally
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
|
||||
#ifndef HARD
|
||||
|
@ -2333,7 +2337,8 @@
|
|||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
role=ally
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[/unit]
|
||||
#endif
|
||||
|
||||
|
@ -2387,7 +2392,8 @@
|
|||
name= _ "Cloaked Figure"
|
||||
side=7
|
||||
x,y=$dark_assassin_location.x,$dark_assassin_location.y
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[modifications]
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_RESILIENT}
|
||||
|
|
|
@ -1196,7 +1196,8 @@
|
|||
side=5
|
||||
x=$locs[$random].x
|
||||
y=$locs[$random].y
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[modifications]
|
||||
{TRAIT_STRONG}
|
||||
{TRAIT_QUICK}
|
||||
|
|
|
@ -2337,7 +2337,8 @@
|
|||
side=7
|
||||
x=10
|
||||
y=19
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[modifications]
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_RESILIENT}
|
||||
|
@ -2510,7 +2511,8 @@
|
|||
y=$y1
|
||||
side=1
|
||||
hitpoints=5
|
||||
placement=map_passable
|
||||
placement=map
|
||||
passable=yes
|
||||
[modifications]
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_RESILIENT}
|
||||
|
|
Loading…
Add table
Reference in a new issue