Skip to content

Sean Hazlett

My feedback

3 results found

  1. 3 votes
    vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Warzone Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sean Hazlett shared this idea  · 
  2. 20 votes
    vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sean Hazlett supported this idea  · 
  3. 42 votes
    vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    The issue with local deployments and overlapping bonuses comes up when you think about deploying. When players deploy an army to a territory that is part of two bonuses and they control both of those bonuses, the game would need to know which bonus you want to take the army from.

    Imagine three territories: 1, 2, and 3. There’s a bonus A made up of territories 1 and 2, and a bonus B made up of territories 2 and 3. Both bonuses give 1 army per turn and therefore the player gets 2 income. Imagine a player controls all three territories (and therefore both bonuses), and then tries to deploy an army on territory 2. The game needs to know if it should allocate that army from bonus A or B.

    There are a few strategies it could use to decide:

    Strategy 1: It could just pick one at random.…

    An error occurred while saving the comment
    Sean Hazlett commented  · 

    Could you implement it using an eventual consistency strategy. whenever armies are deployed to a territory which is contained within multiple bonuses simply put an "*" beside those bonuses then instead of displaying the typical "x/y deployed to bonus" change it to "?/y deployed to bonus*".
    Whenever a bonus reaches its limit in its own right go back to the "x/y deployed to bonus" format and remove the "*".You're hiding some information from the user to keep the UI clean without affecting functionality.

    So using your example of:
    "Imagine three territories: 1, 2, and 3. There’s a bonus A made up of territories 1 and 2, and a bonus B made up of territories 2 and 3. Both bonuses give 1 army per turn and therefore the player gets 2 income. Imagine a player controls all three territories (and therefore both bonuses), and then tries to deploy an army on territory 2. The game needs to know if it should allocate that army from bonus A or B."
    When a player deploys in territory(T) 2 bonuses A and B become unknown. If an army is then deployed in T1 after then bonus A's value is full in its own right and will evaluate and then subsequently B becomes known as it is no longer being effected by another bonus.

Feedback and Knowledge Base