Diferencia entre revisiones de «Doom»

De GamerArg
Saltar a: navegación, buscar
(Página creada con « XmlDoomPoints System By: SHAMBAMPOW What is this? XmlDoomPoints is a system designed to serve as a "light at the end of the tunnel" for players doing the Doom Gauntlet. ...»)
 
Línea 4: Línea 4:
 
By: SHAMBAMPOW
 
By: SHAMBAMPOW
  
What is this?
+
¿Qué es esto?
XmlDoomPoints is a system designed to serve as a "light at the end of the tunnel" for players doing the Doom Gauntlet. For players doing Doom, it isn't unlikely to sometimes go days without receiving an artifact, and then suddenly receive 2 or 3 within an hour. This system allows players a more steady and predictable means of obtaining artifacts from Doom Gauntlet.
+
XmlDoomPoints es un sistema diseñado para ser como "La luz al final del túnel" para los jugadores que hacen Doom Gauntlet. Para los jugadores que se internan en doom, no es raro que estén durante semanas día tras día sin recibir ningún artifact, y de repente recibir 2 o 3 en una hora. Este sistema permite a los jugadores un medio más estable y predecible de conseguir artifacts en Doom Gauntlet.
  
While the normal random chance remains intact (This can also be removed if you would rather use JUST my system, but I chose to leave it in). Players making rounds in Doom earn points for killing each boss. These points are stored within an XmlAttachment attached to each player.
+
Mientras que la posibilidad aleatoria normal se mantiene intacta los jugadores que hacen rondas en Doom ganan puntos por matar a cada boss. Estos puntos se almacenan dentro de una variable adjunta a cada jugador.
  
The Dark Father = 45-55 points. (5x other bosses).
+
The Dark Father = 45-55 puntos.
Other Gauntlet Bosses = 9-11 points. (5 other bosses * 10 = ~Dark Father value)
+
Gauntlet Lesser Bosses = 9-11 puntos.
Target Artifact Cost: 500 points. (Takes 5-12 rounds: Easily changed in DoomPointsSettings.cs)
+
Puntos necesarios para conseguir un Artifact: 500 puntos.  
 +
(Toma entre 5-12 rondas)
  
When a player makes enough rounds to earn an artifact, they are rewarded a random one.
+
Cuando un jugador hace suficientes rondas para ganar un artifact,  
The handout for the artifact is the same "For your valor in combating the fallen beast, a special artifact has been bestowed on you." message.
+
son recompensados con un arti aleatorio.
  
The XmlAttachment stores:
+
Sabrás que ganaste un artifact por el siguiente mensaje:
Points: Current # of Points the player has.. Resets back to 0 when artifact is awarded.
+
"For your valor in combating the fallen beast, a special artifact has been bestowed on you."
TotalPoints: Total # of Points the player has ever had over time.
+
 
TotalArtifacts: Total # of Artifacts given to the player using the XmlDoomPoints System.
+
El sistema almacena:
 +
Puntos : La cantidad actual de puntos que el jugador tiene, los cuales se reinician cuando gana un artifact.
 +
Puntos Totales: La cantidad total de puntos que el jugador ha juntado.
 +
Artifacts Totales: La cantidad total de artifacts que el jugador ha ganado con este sistema.

Revisión del 09:45 6 ene 2014


XmlDoomPoints System By: SHAMBAMPOW

¿Qué es esto? XmlDoomPoints es un sistema diseñado para ser como "La luz al final del túnel" para los jugadores que hacen Doom Gauntlet. Para los jugadores que se internan en doom, no es raro que estén durante semanas día tras día sin recibir ningún artifact, y de repente recibir 2 o 3 en una hora. Este sistema permite a los jugadores un medio más estable y predecible de conseguir artifacts en Doom Gauntlet.

Mientras que la posibilidad aleatoria normal se mantiene intacta los jugadores que hacen rondas en Doom ganan puntos por matar a cada boss. Estos puntos se almacenan dentro de una variable adjunta a cada jugador.

The Dark Father = 45-55 puntos. Gauntlet Lesser Bosses = 9-11 puntos. Puntos necesarios para conseguir un Artifact: 500 puntos. (Toma entre 5-12 rondas)

Cuando un jugador hace suficientes rondas para ganar un artifact, son recompensados con un arti aleatorio.

Sabrás que ganaste un artifact por el siguiente mensaje: "For your valor in combating the fallen beast, a special artifact has been bestowed on you."

El sistema almacena: Puntos : La cantidad actual de puntos que el jugador tiene, los cuales se reinician cuando gana un artifact. Puntos Totales: La cantidad total de puntos que el jugador ha juntado. Artifacts Totales: La cantidad total de artifacts que el jugador ha ganado con este sistema.