mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Extend iscript! Make many balance changes
This commit is contained in:
parent
221dec21f8
commit
db4a91365f
Binary file not shown.
@ -561,7 +561,7 @@ Tencendur
|
||||
Inzorthrokor
|
||||
Manifold (Starbound)
|
||||
Yblyleth
|
||||
Extended Flingy #355
|
||||
Terran Heavy Missile Aion
|
||||
Extended Flingy #356
|
||||
Extended Flingy #357
|
||||
Extended Flingy #358
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -2035,8 +2035,8 @@ Yblyleth Birth
|
||||
Yblyleth Mutate
|
||||
Large Protoss Laser
|
||||
Healing Pulse Underlay
|
||||
Terran Heavy Missile Aion
|
||||
Corrosive Touch Explosion
|
||||
Extended Image #1036
|
||||
Extended Image #1037
|
||||
Extended Image #1038
|
||||
Extended Image #1039
|
||||
|
||||
Binary file not shown.
@ -998,7 +998,7 @@ Inzorthrokor Remains
|
||||
Manifold (Starbound)
|
||||
Yblyleth
|
||||
Corrosive Touch Explosion
|
||||
Extended Sprite #1
|
||||
Terran Heavy Missile Aion
|
||||
Extended Sprite #1
|
||||
Francisco Goska
|
||||
Stroluum
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -51,10 +51,10 @@ Argus Talisman (DA +50)
|
||||
Unknown Upgrade50
|
||||
Caduceus Reactor (Medic +50)
|
||||
Chitinous Plating
|
||||
Askosi Biotic Bolting
|
||||
Askosi Crawler Bolting
|
||||
Askosi Sky Bolting
|
||||
Askosi Structure Bolting
|
||||
Anabolic Synthesis
|
||||
Charon Booster
|
||||
Unknown Upgrade55
|
||||
Unknown Upgrade56
|
||||
Protoss Structure Armor
|
||||
Zerg Structure Armor
|
||||
Terran Structure Armor
|
||||
|
||||
Binary file not shown.
@ -151,7 +151,7 @@ Khaydarin Ray (Matrix)
|
||||
Blindside Rockets (Sundog)
|
||||
Twinstrike Flamethrowers (Matador)
|
||||
Bisecting Blades (Zarcavrokor)
|
||||
Bones of Reflection (Zarcavrokor)
|
||||
Bones of Reflection
|
||||
Retractor Batteries (Pegasus)
|
||||
Lancet Missiles (Pegasus)
|
||||
Chimera Cannons (Hippogriff)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
52609
mpq/scripts/iscript.txt
52609
mpq/scripts/iscript.txt
File diff suppressed because it is too large
Load Diff
BIN
mpq/scripts/iscript_askosi.bin
Normal file
BIN
mpq/scripts/iscript_askosi.bin
Normal file
Binary file not shown.
102
mpq/scripts/iscript_askosi.txt
Normal file
102
mpq/scripts/iscript_askosi.txt
Normal file
@ -0,0 +1,102 @@
|
||||
# ----------------------------------------------------------------------------- #
|
||||
# This header is used by images.dat entries:
|
||||
# 1997 Landlock (cm\askosi\landlock.grp)
|
||||
.headerstart
|
||||
IsId 812
|
||||
Type 21
|
||||
Init LandlockInit
|
||||
Death LandlockDeath
|
||||
GndAttkInit [NONE]
|
||||
AirAttkInit [NONE]
|
||||
Unused1 [NONE]
|
||||
GndAttkRpt [NONE]
|
||||
AirAttkRpt [NONE]
|
||||
CastSpell [NONE]
|
||||
GndAttkToIdle [NONE]
|
||||
AirAttkToIdle [NONE]
|
||||
Unused2 [NONE]
|
||||
Walking [NONE]
|
||||
WalkingToIdle [NONE]
|
||||
SpecialState1 [NONE]
|
||||
SpecialState2 [NONE]
|
||||
AlmostBuilt [NONE]
|
||||
Built LandlockBuilt
|
||||
Landing [NONE]
|
||||
LiftOff [NONE]
|
||||
IsWorking LandlockIsWorking
|
||||
WorkingToIdle LandlockWorkingToIdle
|
||||
WarpIn [NONE]
|
||||
.headerend
|
||||
# ----------------------------------------------------------------------------- #
|
||||
|
||||
LandlockInit:
|
||||
imgul 1998 0 0 # Landlock Shadow (cm\askosi\landlock-shadow.grp)
|
||||
LandlockWorkingToIdle:
|
||||
playfram 0x00
|
||||
goto ScourgeLocal00
|
||||
|
||||
LandlockDeath:
|
||||
playsnd 7 # Misc\ExploLrg.wav
|
||||
imgol 215 0 0 # Explosion (Large) (thingy\tBangX.grp)
|
||||
wait 3
|
||||
lowsprul 274 0 0 # Terran Building Rubble (Large) (thingy\RubbleL.grp)
|
||||
# REPLACE RUBBLE
|
||||
wait 1
|
||||
end
|
||||
|
||||
LandlockBuilt:
|
||||
imgol 1820 0 0 # Architect weaponfire channel
|
||||
goto ScourgeLocal00
|
||||
|
||||
LandlockIsWorking:
|
||||
playfram 1
|
||||
wait 1
|
||||
playfram 2
|
||||
wait 1
|
||||
playfram 3
|
||||
wait 1
|
||||
playfram 4
|
||||
wait 1
|
||||
playfram 5
|
||||
wait 1
|
||||
playfram 6
|
||||
wait 1
|
||||
playfram 7
|
||||
wait 1
|
||||
goto LandlockIsWorking
|
||||
|
||||
InfestedTerranWalkingToIdle:
|
||||
playfram 0x00
|
||||
ScourgeLocal00:
|
||||
wait 125
|
||||
goto ScourgeLocal00
|
||||
|
||||
Generic_Wait1End:
|
||||
wait 1
|
||||
end
|
||||
|
||||
LiftedTerranStructureDeath:
|
||||
lowsprul 274 0 42 # Terran Building Rubble (Large) (thingy\RubbleL.grp)
|
||||
wait 1
|
||||
end
|
||||
|
||||
LiftedTerranStructureDeath_Small:
|
||||
lowsprul 273 0 42 # Terran Building Rubble (Small) (thingy\RubbleS.grp)
|
||||
wait 1
|
||||
end
|
||||
|
||||
# ----------------------------------------------------------------------------- #
|
||||
# This header is used by images.dat entries:
|
||||
# All shadows
|
||||
.headerstart
|
||||
IsId 275
|
||||
Type 1
|
||||
Init ShadowHeaderInit
|
||||
Death Generic_Wait1End
|
||||
.headerend
|
||||
# ----------------------------------------------------------------------------- #
|
||||
|
||||
ShadowHeaderInit:
|
||||
wait 1
|
||||
followmaingraphic
|
||||
goto ShadowHeaderInit
|
||||
BIN
mpq/scripts/iscript_general.bin
Normal file
BIN
mpq/scripts/iscript_general.bin
Normal file
Binary file not shown.
4249
mpq/scripts/iscript_general.txt
Normal file
4249
mpq/scripts/iscript_general.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
mpq/scripts/iscript_protoss.bin
Normal file
BIN
mpq/scripts/iscript_protoss.bin
Normal file
Binary file not shown.
14802
mpq/scripts/iscript_protoss.txt
Normal file
14802
mpq/scripts/iscript_protoss.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
mpq/scripts/iscript_terran.bin
Normal file
BIN
mpq/scripts/iscript_terran.bin
Normal file
Binary file not shown.
18765
mpq/scripts/iscript_terran.txt
Normal file
18765
mpq/scripts/iscript_terran.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
mpq/scripts/iscript_zerg.bin
Normal file
BIN
mpq/scripts/iscript_zerg.bin
Normal file
Binary file not shown.
16156
mpq/scripts/iscript_zerg.txt
Normal file
16156
mpq/scripts/iscript_zerg.txt
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -7,28 +7,74 @@
|
||||
- Deploy advanced constructors for all races
|
||||
- Add and improve some audiovisuals
|
||||
|
||||
## Core
|
||||
- **iscript has been extended!**
|
||||
- Special thanks to DarkenedFantasies (aka DF) for his stalwart work on this matter!
|
||||
- If you encounter red error popups that read "Script [number] does not exist", please share them with the developers so we can fix them ASAP!
|
||||
- [Click here](https://i.imgur.com/r6W1KmO.png) for an example error!
|
||||
|
||||
## Bugfixes
|
||||
- **Gameplay:**
|
||||
- **Kazitrith Cesiant Adaptive Amitosis** now correctly clears when the origin is loaded into a transport
|
||||
- **Audiovisual:**
|
||||
- Added missing tooltip for **Apostle - Blood Tithe** (r. GreenEggs'NSpam)
|
||||
|
||||
## Audiovisuals:
|
||||
- Added more new icons (c. Raenarill)
|
||||
- Added several new icons (c. Raenarill)
|
||||
|
||||
## Terran
|
||||
- [Autocrat](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/autocrat):
|
||||
- **Eminence Rifle:**
|
||||
- Armor penetration 1 » 2
|
||||
- [Vulture](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/vulture):
|
||||
- Build time 18 » 16
|
||||
- [Matador](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/matador):
|
||||
- Movement speed 5 » 5.6
|
||||
- [Phalanx](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/phalanx):
|
||||
- **Arclite Shock Cannon:**
|
||||
- Weapon damage 60 » 70
|
||||
- [Salamander](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/salamander):
|
||||
- Build time 32 » 30
|
||||
- HP 160 » 200
|
||||
- [Watchdog](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/watchdog):
|
||||
- Build time 18 » 15
|
||||
- [Anvil](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/anvil):
|
||||
- Build time 45 » 30
|
||||
- [Sentinel](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/sentinel):
|
||||
- Build time 35 » 25
|
||||
|
||||
## Protoss
|
||||
- [Sycophant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/sycophant):
|
||||
- **Idolatry:**
|
||||
- Now always recharges the nearest ally not at max shields
|
||||
- No longer damages the Sycophant's shields
|
||||
- [Archon](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/archon):
|
||||
- Resource costs 350/75 » 300/75
|
||||
- [Patriarch](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/patriarch):
|
||||
- Resource costs 150/250 » 150/200
|
||||
- Build time 45 » 40
|
||||
- [Positron](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/positron):
|
||||
- **Antimatter Missile:**
|
||||
- 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
|
||||
- [Didact](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/didact):
|
||||
- Movement speed 3.33 » 4.16
|
||||
- **Stasis Field:**
|
||||
- Energy cost 150 » 200
|
||||
- [Warden](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/warden):
|
||||
- Armor 2 » 3
|
||||
- [Engram](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/engram):
|
||||
- Armor 3 » 4
|
||||
- [Ancestral Archives](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/ancestral-archives):
|
||||
- Resource costs 600/400 » 800/500
|
||||
|
||||
## Zerg
|
||||
- **Regression:**
|
||||
- Now always creates a corpse
|
||||
- **Broodspawn:**
|
||||
- **Death Cycle:**
|
||||
- No longer Ensnares targets
|
||||
@ -37,9 +83,20 @@
|
||||
- No longer stacks
|
||||
- Reduces armor by 1 and attack speed by 25%
|
||||
- Attacks apply it for 3 seconds; Broodspawn deaths apply it for 1 second
|
||||
- [Tethzorokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/tethzorokor):
|
||||
- **Saber Array:**
|
||||
- Weapon damage 12 » 9
|
||||
- **NEW: Fan of Teeth:**
|
||||
- Retaliates with a short-range piercing bone (same behavior as Zarcavrokor)
|
||||
- [Vithrilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/vithrilisk):
|
||||
- **Corrosive Spores:**
|
||||
- Weapon cooldown 2 » 1.5
|
||||
- [Gorgrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/gorgrokor):
|
||||
- **Serrated Cleavers:**
|
||||
- Weapon cooldown 0.58 » 0.67
|
||||
- **Calcification:**
|
||||
- Weapon damage 8 » 6
|
||||
- Now applies **Corrosive Touch**
|
||||
- Now applies **Corrosive Touch**
|
||||
- [Kazitrith Cesiant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/kazitrith-cesiant):
|
||||
- **Adaptive Amitosis:**
|
||||
- Now builds up to max range over 3 seconds
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user