Finish Achievement to-do section.
This commit is contained in:
parent
93c65c3627
commit
e4b96a8537
2 changed files with 35 additions and 42 deletions
73
TODO.md
73
TODO.md
|
|
@ -1,3 +1,8 @@
|
||||||
|
### POIs, Enemy Selection, Random Encounters: Car
|
||||||
|
### Combat, Achievements, People: Finn
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Game Mechanics
|
## Game Mechanics
|
||||||
- POI's and Factions
|
- POI's and Factions
|
||||||
- Art for locations
|
- Art for locations
|
||||||
|
|
@ -87,59 +92,47 @@
|
||||||
- Profligate
|
- Profligate
|
||||||
- Destroy Flagstaff
|
- Destroy Flagstaff
|
||||||
|
|
||||||
- Rigged From the Start
|
- What in the Goddamn?
|
||||||
- Accidentally Kill Benny at the Tops Casino
|
- Accidentally Kill Benny at the Tops Casino
|
||||||
|
|
||||||
- What in the Goddamn?
|
- Just a chore, like any other
|
||||||
- Start and fight in the First Battle of Hoover Dam
|
- Fight in the First Battle of Hoover Dam and defeat the Malpais Legate
|
||||||
|
|
||||||
|
- Yes, man
|
||||||
|
- Kill Mr. House and the 2 other families, dooming New Vegas
|
||||||
|
|
||||||
- Rocket's Red Glare
|
- Rocket's Red Glare
|
||||||
- Launch the nuke at Hopeville/Ashton
|
- Launch the nuke at Hopeville/Ashton
|
||||||
|
|
||||||
|
- Begin Again
|
||||||
|
- Kill Father Elijah
|
||||||
|
|
||||||
- Long Time Coming
|
- Long Time Coming
|
||||||
- Destroy the main NCR cities or Shady Sands
|
- Destroy the main NCR cities or Shady Sands
|
||||||
|
|
||||||
- You and what army?
|
- A New Dawn For America
|
||||||
- Raid Navarro with the help of Eureka
|
- Reactivate Camp Navarro with the help of Eureka
|
||||||
|
|
||||||
|
- Against All odds
|
||||||
|
- Retrieve the Geck from Navarro with or without the help of the Remnants.
|
||||||
|
|
||||||
|
- Finish What Was Started
|
||||||
|
- Destroy all main factions and cities
|
||||||
|
|
||||||
|
- 510 Years
|
||||||
|
- Find and wear a suit of APA mk2
|
||||||
|
|
||||||
- Achievements
|
|
||||||
- Wasteland Pacifier
|
|
||||||
- Clear out all raider compounds and defeat every raider encounter
|
|
||||||
- Force of Habit
|
|
||||||
- Destory the Midwest Brotherhood
|
|
||||||
- Dishonorable Discharge
|
|
||||||
- Deactivate MODUS and/or Destory Eureka
|
|
||||||
- Long Time Coming
|
|
||||||
- Destory all NCR Cities or Shady Sands (path dependent)
|
|
||||||
- Profligate
|
|
||||||
- Destroy Flagstaff
|
|
||||||
- Pit Stop
|
|
||||||
- Destory the Lost Hills bunker
|
|
||||||
- Double Agent
|
|
||||||
- Reach max NCR rep
|
|
||||||
- Uneasy Alliance
|
|
||||||
- Reach max Midwest BOS rep
|
|
||||||
- Frumentari
|
|
||||||
- Reach max Legion rep
|
|
||||||
- Low Tech Stealth Boy
|
|
||||||
- Successfully sneak through a faction POI with a faction disguise
|
|
||||||
- High Roller
|
- High Roller
|
||||||
- Win 100 Caps by gambling in New Vegas or New Reno
|
- Win 200 caps from gambling
|
||||||
- Retcon
|
|
||||||
- Launch Hopville and Ashton's nukes at Shady Sands
|
- Veteran Ranger
|
||||||
-
|
- Reach max rep with the NCR
|
||||||
- Destory Hopeville and Ashton with its nukes
|
|
||||||
- 7 Karat Run
|
- Frumentari
|
||||||
- Find the platnium chip
|
- Reach max rep with the Legion
|
||||||
- What in the goddamn?
|
|
||||||
- Reach New Vegas
|
- Knight Errant
|
||||||
- Rigged from the start
|
- Reach max rep with the BOS
|
||||||
- Shoot and kill Benny at the Tops Casino
|
|
||||||
- 510 Years old
|
|
||||||
- Find and wear a suit of APA Mk2
|
|
||||||
|
|
||||||
## Story
|
## Story
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ function deathScreen() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function death1() {
|
function death1() {
|
||||||
|
console.log("")
|
||||||
}
|
}
|
||||||
|
|
||||||
function death2() {
|
function death2() {
|
||||||
|
|
@ -26,5 +26,5 @@ function death3() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function timeDeath() { // The death screen for passing the time limit
|
function timeDeath() { // The death screen for passing the time limit
|
||||||
|
console.log("")
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue