mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Expansion (#707)
This additional content explores the aftermath of an event in The Ensign. A large dungeon, The Executioner, reveals the fate of one of the Wanderers’ most powerful weapons though multiple wings, each ending with a unique boss encounter. The fabricator allows the player to craft powerful items out of alien alloy, introducing new combat mechanics.
This commit is contained in:
@@ -19,6 +19,7 @@ var Score = {
|
||||
}
|
||||
|
||||
fullScore = fullScore + $SM.get('stores["alien alloy"]', true) * 10;
|
||||
fullScore = fullScore + $SM.get('stores["fleet beacon"]', true) * 500;
|
||||
fullScore = fullScore + Ship.getMaxHull() * 50;
|
||||
return Math.floor(fullScore);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user