tijptjik / ascension

Game of Thrones Ascension
2 stars 2 forks source link

Implement the Chronicle #11

Open tijptjik opened 8 years ago

tijptjik commented 8 years ago
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

tijptjik commented 8 years ago
hcarver commented 8 years ago

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

tijptjik commented 8 years ago

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

The Lanister Ability is implemented here:

https://github.com/tijptjik/ascension/blob/485022e73c9a14a6c6872ef337a6c56d3b9e6016/S06/core/house.py#L644

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.