mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-02-25 09:33:48 +00:00
Fixed Trevor's Internal Tags, Implemented New Challenge Menu Code
Fixed the internal tags for Lordranius Trevor, Grapple Hook balance, round 2, implemented automenu system for challenges (No more mega files, yay!)
This commit is contained in:
parent
fee3eb044b
commit
b316f2fdbe
16 changed files with 1031 additions and 2211 deletions
|
|
@ -157,7 +157,7 @@ $TWM2::BossName["Vegenor"] = "General Vegenor";
|
|||
$TWM2::BossName["Insignia"] = "Major Insignia";
|
||||
$TWM2::BossName["Vardison"] = "Lord Vardison";
|
||||
$TWM2::BossName["DAVardison"] = "Dark Archmage Vardison";
|
||||
$TWM2::BossName["Trebor"] = "Lordranius Trevor";
|
||||
$TWM2::BossName["Trevor"] = "Lordranius Trevor";
|
||||
$TWM2::BossName["GoF"] = CollapseEscape("\c7The Ghost Of Fire");
|
||||
$TWM2::BossName["Stormrider"] = "Commander Stormrider";
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ $TWM2::BossName["CnlWindshear"] = "Colonel Windshear";
|
|||
$TWM2::BossName["Vegenor"] = "General Vegenor";
|
||||
$TWM2::BossName["Insignia"] = "Major Insignia";
|
||||
$TWM2::BossName["Vardison"] = "Lord Vardison";
|
||||
$TWM2::BossName["Trebor"] = "Lordranius Trevor";
|
||||
$TWM2::BossName["Trevor"] = "Lordranius Trevor";
|
||||
$TWM2::BossName["GhostOfFire"] = "The Ghost Of Fire";
|
||||
$TWM2::BossName["Stormrider"] = "Commander Stormrider";
|
||||
$TWM2::BossName["GhostOfLightning"] = "The Ghost Of Lightning";
|
||||
|
|
@ -198,7 +198,7 @@ $TWM2::BossXPAward["CnlWindshear"] = 12500; // 12500
|
|||
$TWM2::BossXPAward["CnlWindshearAlly"] = 1000; // 1000
|
||||
$TWM2::BossXPAward["GhostOfLightning"] = 20000; // 20000
|
||||
$TWM2::BossXPAward["Vengenor"] = 25000; // 25000
|
||||
$TWM2::BossXPAward["Trebor"] = 25000; // 25000
|
||||
$TWM2::BossXPAward["Trevor"] = 25000; // 25000
|
||||
$TWM2::BossXPAward["LordRog"] = 30000; // 30000
|
||||
$TWM2::BossXPAward["Insignia"] = 35000; // 35000
|
||||
$TWM2::BossXPAward["Stormrider"] = 45000; // 45000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue