Deploy table_edit crig action; Remodel Treasury and overhaul Talos tech-path

This commit is contained in:
Pr0nogo 2025-08-03 17:50:22 -04:00
parent 8b092bad4a
commit 9343e78f4f
18 changed files with 54 additions and 18 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7827,7 +7827,7 @@ AlmostBuilt TreasuryAlmostBuilt
Built TreasuryBuilt Built TreasuryBuilt
Landing TreasuryLanding Landing TreasuryLanding
LiftOff TreasuryLiftoff LiftOff TreasuryLiftoff
IsWorking [NONE] IsWorking TreasuryIsWorking
WorkingToIdle TreasuryBuilt WorkingToIdle TreasuryBuilt
WarpIn [NONE] WarpIn [NONE]
.headerend .headerend
@ -7847,7 +7847,7 @@ TreasuryDeath:
end end
TreasuryAlmostBuilt: TreasuryAlmostBuilt:
playfram 20 playfram 7
goto SkryrokorLocal00 goto SkryrokorLocal00
TreasuryBuilt: TreasuryBuilt:
@ -7857,17 +7857,16 @@ TreasuryBuilt:
TreasuryLanding: TreasuryLanding:
nobrkcodestart nobrkcodestart
wait 25 wait 25
playsnd 472 # Misc\Land.WAV playsnd 472 # Misc\Land.WAV
playfram 0x00 playfram 6
# playfram 4
wait 4 wait 4
# playfram 2 playfram 5
wait 4 wait 4
# playfram 3 playfram 4
wait 4 wait 4
# playfram 5 playfram 3
wait 4 wait 4
# playfram 0x00 playfram 0x00
sigorder 16 sigorder 16
nobrkcodeend nobrkcodeend
goto SkryrokorLocal00 goto SkryrokorLocal00
@ -7875,18 +7874,28 @@ TreasuryLanding:
TreasuryLiftoff: TreasuryLiftoff:
nobrkcodestart nobrkcodestart
playsnd 471 # Misc\LiftOff.WAV playsnd 471 # Misc\LiftOff.WAV
# playfram 5 playfram 3
wait 4 wait 4
# playfram 3 playfram 4
wait 4 wait 4
# playfram 2 playfram 5
wait 4 wait 4
# playfram 4 playfram 6
playfram 0x00
sigorder 16 sigorder 16
nobrkcodeend nobrkcodeend
goto SkryrokorLocal00 goto SkryrokorLocal00
TreasuryIsWorking:
playfram 1
wait 1
playfram 2
waitrand 1 2
playfram 1
wait 1
playfram 0x00
waitrand 2 4
goto TreasuryIsWorking
# ----------------------------------------------------------------------------- # # ----------------------------------------------------------------------------- #
# This header is used by images.dat entries: # This header is used by images.dat entries:
# 1009 Rotary (cm\terran\rotary.grp) # 1009 Rotary (cm\terran\rotary.grp)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,34 @@
## Year 3, month 8, patch 1 ## Year 3, month 8, patch 1
## Patch goals ## Patch goals
- Pr0nogo is away on holiday for 2 weeks, so the next patch will arrive around 9 August 2025! - Make significant changes to:
- It will include significant changes to tech progression for Terran and Zerg, and adjust power concentration for Protoss T4 and Zerg T1 - Terran tech scaling
- It may include advanced constructors for all races, depending on asset availability - Protoss power concentration
- [Subscribe on ko-fi](https://ko-fi.com/pr0nogoandveeq7) to get a sneak peek of the incoming changes! - Zerg tech progression and anti-air
- Improve audiovisuals
- [Subscribe on ko-fi](https://ko-fi.com/pr0nogoandveeq7) to get a sneak peek of the incoming changes!
## AI
- Updated aiscripts and requirements to properly handle this patch's changes
## Audiovisuals
- New model for:
- Treasury (c. Solstice)
## Triggers
- **NEW:** Action: `table_edit` (c. Veeq7, b. 3crow)
- Allows editing data tables similar to true modding, at any point during a match
- Documentation forthcoming!
## Terran
- [Talos](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/talos):
- Now trained at Ministry and Treasury; No longer trained at Quarry
- Now available as long as any structure has an attached Quarry
- [Quarry](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/quarry):
- Resource costs 125/75 » 150/100
- Build time 25 » 45
- HP 400 » 500
- Armor 2 » 3
- No longer flagged as a Factory
- [Treasury](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/treasury):
- Now flagged as a Factory

Binary file not shown.