CamposDJoel / DungeonDiceMonsters

My own version of Dungeon Dice Monsters
2 stars 0 forks source link

Implement pvp match result points calculation #69

Open CamposDJoel opened 3 months ago

CamposDJoel commented 3 months ago

Implement a series of "actions" that the player can achieve during a match. These will be listed as "Special Bonus". Depending on the complexity of then, you will get higher points.

During the match game over screen, display the action results and the total points obtained.

Then convert the points into Starchips for the player to obtain.

CamposDJoel commented 1 month ago

List of Special Bonuses:

  1. Summoner Apprentice - Points 100 - Dice Level 1 Normal Summons Performed.
  2. Summoner Knight - Points 100 - Dice Level 2 Normal Summons Performed.
  3. Summoner Master - Points 200 - Dice Level 3 Normal Summons Performed.
  4. Devlin's Prodigy - Points 300 - Dice Level 4 Normal Summons Performed.
  5. King of Dice - Points 500 - Dice Level 5 Normal Summons Performed.
  6. Fusionist - Points 400 - Fusion Summons Performed.
  7. Ritual Monk - Points 300 - Ritual Summons Performed.
  8. I Set a Card! - Points 200 - Spell/Traps Set.
  9. Roll Dice! - Points 1000 - Dimension 15 or more dices.
  10. Fighter - Points 100 - Opponent monsters destroyed by battle.
  11. Battle Master - Points 500 - Destroy 10 or more opponent monsters by battle.
  12. Defensive Wall - Points 200 - Take no damage in a battle while defending.
  13. You Activated My Trap! - Points 200 - Activate a Trap Card (TRIGGER) Effect.
  14. Spellbound Mage - Points 100 - Spellbounds apply to opponent monsters by your card effects.
  15. Stop right there! - Points 500 - Apply a permanent Spellbound to an opponent monster by your card effects.
  16. Thats gotta hurt! - Points 200 - Deal 2000 or more damage to an opponent monster with a single attack.
  17. Double Attack! - Points 200 - Attack twice with a monster during the same turn.
  18. I would walk five hundred miles - Points 300 - Spend a total of 30 or more [MOV] during move actions.
  19. Give me those crests! - 500 Points - Collect a combine of 10 resource crests in a single Dice Roll.
  20. Crest Collector - 500 Points - Collect a collective total of 60 resource Crests from Dice Rolls.
  21. Transform! - Points 300 - Perform a Transform Summon.
  22. All Out Attack! - Points 300 - Use 5 [ATK] bonus Crest during an attack.
  23. All Out Defense! - Points 300 - Use 5 [DEF] bonus Crest during an attack.
  24. Monster Purist - Points 700 - Win without setting a single Spell/Trap.
  25. Spell Master - Points 300 - Activate 3 or more Spell cards.
  26. Ritual God - Points - 1000 - Perform a Dice Level 5 Ritual Summon.
  27. Divine Summoner - Points 1000 - Summon a Divine-Beast Type monster.
  28. Obliterate! - Points 2000 - Win by the effect of "Exodia the Forbidden One".

We can start with these 28.