Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the Chronicle #11

Open
16 of 19 tasks
tijptjik opened this issue May 7, 2016 · 3 comments
Open
16 of 19 tasks

Implement the Chronicle #11

tijptjik opened this issue May 7, 2016 · 3 comments

Comments

@tijptjik
Copy link
Owner

tijptjik commented May 7, 2016

code: "C|NI|MARI|E|N|P"
 message:  "Character has the lowest Prominence Power on th..."
 target_character: "marei"
 target_house:  "nightswatch"
 type:  "character"

Personal

  • diplomacy | Agent : Result of Diplomatic Missions
    • Always revealed to house which senhey t them
      • May contain false information HOUSE NIGHTWATCH Ability, mark as ability
      • May have been triggered by HOUSE STARK Ability, mark as ability
    • HOUSE MEEREEN Ability to reveal that they were run, mark as ability
  • assassination | Agent : Result of Assassination Missions
    • Character X lost Y Health, Z remains.
  • ability | Ability : Result of Ability
    • HOUSE ARRYN - Chance of recovering intel from the source of diplomatic missions run against this house - Chance is 50%, intel at same level as the mission
    • HOUSE MEREEN - Knowledge of all diplomatic missions against this House
    • HOUSE GREYJOY - Theon splatter damage. On a succesful attack by Theon, all characters of the other roster take 5% damage
    • HOUSE MARTELL - All attacks to become lethal, provided that the total prominence power of this House is lower than the prominence of the target’s roster
    • HOUSE INDEPENDENTS - The faceless man the ability to take on other personas. If Jaqen kills a Character, they join this House’s Roster
    • HOUSE NIGHTSWATCH - Dissemination of misinformation. Chance of false intel to be recovered in diplomatic missions run against this house is 50%50%
    • HOUSE TARGARYAN - All Characters on this House’s Roster gain 5% Bonus on a succesful attack by a Dothraki Character
    • HOUSE TYRELL - Full Secrecy. Missions are never revealed. Not even to the Council of Mereen
    • HOUSE STARK - Assitance from the Northmen - An addition Level 3 diplomatic mission is run each episode against a random House on this House’s behest.
    • HOUSE BOLTON -
    • Character X lost Y Health, Z remains.
  • foiled
    • May be a message about the assassin
    • May be a diplomatic msg, awarded for a failed attempt on the roster
    • Foiled attempts by House Tyrell are not revealed.
  • awards : X points in the category
  • ranking : With X points, after Z Episodes, you rank Nth in the Y League

Global

  • failed :
  • damage :
  • death :
@tijptjik
Copy link
Owner Author

tijptjik commented May 7, 2016

  • Chronicle : Fix the foiled being the target house not the instigator
  • Chronicle : Fix award being the actual table of result in the
  • Chronicle : Fix the updates overriding the higher level attributes,

@hcarver
Copy link

hcarver commented Jun 12, 2016

@tijptjik Lannister doesn't appear on the list here, which is probably why #29 exists!

@tijptjik
Copy link
Owner Author

rats! Missed your issues again and wasn't notified until the @mention!

The Lanister Ability is implemented here:

def mission_efficiency(self, league, episode, character, characters, missions):

Lanister doesn't show up on the list as your house's ability doesn't create entries in the Chronicle. Whenever you run a mission, you know that you're not getting a performance penalty - i.e. there's no point telling you that you've used your house ability as it's an 'always on' property.

I'll follow up on your particular issue on the other thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants