Fix rare iscript crash; Tweak Lanifect

This commit is contained in:
Pr0nogo 2025-04-29 12:18:51 -04:00
parent 5e8521e2d4
commit ba31e3a36b
13 changed files with 84 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4266,4 +4266,28 @@ PsiFieldType2Init:
setflipstate 1
goto ScourgeLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp)
.headerstart
IsId 717
Type 1
Init DurendalWeaponfireInit
Death Generic_Wait1End
.headerend
# ----------------------------------------------------------------------------- #
DurendalWeaponfireInit:
playfram 0x00
wait 1
playfram 3
wait 1
playfram 4
wait 1
playfram 5
wait 1
playfram 6
wait 1
goto Generic_Wait1End
## Next free IsId: 828

Binary file not shown.

View File

@ -14800,3 +14800,27 @@ CreepMorphOverlayInit:
CreepMorphOverlayDeath:
wait 1
end
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp)
.headerstart
IsId 717
Type 1
Init DurendalWeaponfireInit
Death Generic_Wait1End
.headerend
# ----------------------------------------------------------------------------- #
DurendalWeaponfireInit:
playfram 0x00
wait 1
playfram 3
wait 1
playfram 4
wait 1
playfram 5
wait 1
playfram 6
wait 1
goto Generic_Wait1End

Binary file not shown.

View File

@ -16205,3 +16205,27 @@ CreepMorphOverlayInit:
CreepMorphOverlayDeath:
wait 1
end
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp)
.headerstart
IsId 717
Type 1
Init DurendalWeaponfireInit
Death Generic_Wait1End
.headerend
# ----------------------------------------------------------------------------- #
DurendalWeaponfireInit:
playfram 0x00
wait 1
playfram 3
wait 1
playfram 4
wait 1
playfram 5
wait 1
playfram 6
wait 1
goto Generic_Wait1End

View File

@ -25,6 +25,8 @@
- Added several new icons (c. Raenarill)
## Terran
- **Law of Attraction:**
- No longer displaces structures
- [Autocrat](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/autocrat):
- **Eminence Rifle:**
- Armor penetration 1 » 2
@ -56,13 +58,22 @@
- Resource costs 150/250 » 150/200
- Build time 45 » 40
- [Positron](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/positron):
- Resource costs 125/50 » 175/75
- Movement speed 5.83 » 5
- **Antimatter Missile:**
- Weapon range 6 » 5
- Splash radius 12/24/32 » 32/48/64
- [Accantor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/accantor):
- **Plasma Shell:**
- Weapon damage 80 » 70
- [Lanifect](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/lanifect):
- Resource costs 125/50 » 125/75
- HP 100 » 120
- Shields 60 » 80
- **Neutron Flare:**
- Weapon damage 5 » 4
- Armor penetration 2 » 1
- **Disruption Field:**
- No longer disables flyer weapons
- [Didact](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/didact):
- Movement speed 3.33 » 4.16
- **Stasis Field:**

Binary file not shown.

Binary file not shown.