- [CHG] Augmentada la duració del boost de invulnerabilitat

- [CHG] Afegits uns quants cafés estratègicament, i canviats alguns
This commit is contained in:
2024-10-11 11:50:16 +02:00
parent 9c10b6a372
commit 3132dc0157
12 changed files with 188 additions and 49 deletions

View File

@@ -20,6 +20,19 @@ actor{
movement: CW
}
actor{
name: B-04-LIVE
bmp: objectes.gif
bmp-rect: 114 78 15 18
bmp-offset: -8 22
pos: 48 0 0
size: 4 4 4
anim-cycle: SEQ
anim-wait: 2
flags: ANIMATED SPECIAL
movement: CW
}
actor{
name: BLOCMATA-00
bmp: altres.gif
@@ -61,6 +74,7 @@ actor{
bmp-offset: 0 32
pos: 0 49 6
size: 8 8 8
flags: PUSHABLE GRAVITY
movement: CW
}
@@ -72,7 +86,7 @@ actor{
pos: 8 40 0
size: 8 8 8
orient: YP
flags: ORIENTABLE
flags: PUSHABLE ORIENTABLE GRAVITY
movement: CW
}
@@ -83,6 +97,7 @@ actor{
bmp-offset: 0 32
pos: 8 32 8
size: 8 8 8
flags: PUSHABLE GRAVITY
movement: CW
}
@@ -117,6 +132,7 @@ actor{
bmp-offset: 0 32
pos: 31 2 0
size: 8 8 8
flags: PUSHABLE GRAVITY
movement: CW
}
@@ -128,7 +144,7 @@ actor{
pos: 54 0 8
size: 8 8 8
orient: YP
flags: ORIENTABLE
flags: PUSHABLE ORIENTABLE GRAVITY
movement: CW
}
@@ -149,6 +165,7 @@ actor{
bmp-offset: 0 32
pos: 10 32 0
size: 8 8 8
flags: PUSHABLE GRAVITY
movement: CW
}
@@ -167,8 +184,9 @@ actor{
bmp: caixes.gif
bmp-rect: 32 0 32 32
bmp-offset: 0 32
pos: 40 0 0
pos: 40 1 0
size: 8 8 8
flags: PUSHABLE GRAVITY
movement: CW
}
@@ -180,7 +198,7 @@ actor{
pos: 46 3 10
size: 8 8 8
orient: YP
flags: ORIENTABLE
flags: PUSHABLE ORIENTABLE GRAVITY
movement: CW
}
@@ -256,3 +274,42 @@ actor{
flags: MOVING ANIMATED
movement: RANDV
}
actor{
name: EXPLOSION-03
bmp: caixes.gif
bmp-rect: 0 160 18 22
bmp-offset: -7 24
pos: 48 48 0
size: 8 8 4
orient: YN
anim-cycle: SEQ
flags: MOVING ANIMATED
movement: RANDV
}
actor{
name: EXPLOSION-04
bmp: caixes.gif
bmp-rect: 0 160 18 22
bmp-offset: -7 24
pos: 0 0 0
size: 8 8 4
orient: XP
anim-cycle: SEQ
flags: MOVING ANIMATED
movement: RANDV
}
actor{
name: EXPLOSION-05
bmp: caixes.gif
bmp-rect: 0 160 18 22
bmp-offset: -7 24
pos: 16 24 0
size: 8 8 4
orient: XN
anim-cycle: SEQ
flags: MOVING ANIMATED
movement: RANDV
}