Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

[Abilities] stackable Abilities #33

Open Saevon opened 12 years ago

Saevon commented 12 years ago

E.g. Evasion + Evasion = Improved Evasion

We need to be able to know that of you get Ability A from any source, and you already have it it improves(stacks) instead of becoming useless. Thus if you lose either of those abilities you also lose the improved version

apravdin commented 11 years ago

Are there any abilities such that if you have ability A AND B you get ability C?

Saevon commented 11 years ago

I don't think so, though it could be Evasion + improved Evasion = Super evasion or something if it seems easy to do allow our code to work with that as well