Changes between Initial Version and Version 20 of Ticket #3265


Ignore:
Timestamp:
Mar 9, 2016, 5:21:20 PM (8 years ago)
Author:
elexis
Comment:

Rewrote the ticket description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3265

    • Property Status newassigned
    • Property Summary Tribute all resources to active allies before resigning[PATCH] Tribute all resources to active allies before resigning
    • Property Owner set to Vlad Topala
    • Property Keywords patch added
  • Ticket #3265 – Description

    initial v20  
    1 When a player resigns, his resources should automatically be transfered to his allies.
     1Often players resign, while they still have many resources left and teammates feel like they can still win the game.
    22
    3 There is already a todo in '''simulation/components/Player.js''' in the function `Player.prototype.OnPlayerDefeated`:
     3Once the user has confirmed the resign-question, he could be asked whether or not he wants to send resources to his allies before doing so (maybe at least when he has more than 100 of one resource type).
    44
    5 {{{
    6 // TODO: Tribute all resources to this player's active allies (if any)
    7 }}}
    8 
    9 Every ally (that was not defeated before) should get the same share.
     5If he agrees, the diplomacy manager could open, allowing him to easily tribute. If he disagrees, he should be defeated and asked whether to leave.