• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Shaintar: Legends Arise Edge porblem #2

Gumbytie

Well-known member
Okay, so this second Edge is:

STUDENT OF FORMS
Requirements: Seasoned, At least two Combat Edges, Smarts d6+,
Fighting d10+
The Hero has studied and practiced with a particular form of fighting to the point of developing an impressive and effective aptitude with it. The Hero chooses a particular weapon type — long swords, spears, chuktars, etc. — and gains a +1 to all Fighting rolls made with weapons of that type. Alternately, the Hero may choose one of the following to apply Student of Forms to: Martial Artist, Fencer, or Kalinata.

There are two parts I am struggling with:

First, how to make a requirement search and establish user has TWO Comabt Edges. I am tackling this first, I might figure it out on my own :)

Second, I have cribbed script portions from various skills and edges to teach myself but haven't come across one that essentially gives me a dropdown box option. For this, if the Edge was taken, a window with a dropdown box of all weapons would have to open so user can select one. After that, it would apply the +1 Fighting skill with that weapon. For the damage bonus, maybe something like:

hero.child[wpWHATEVER THEY PICK].field[wpDmgBonus].value += 1

As for the dropdown box, I haven't a clue.

I am slowly going through the Authoring Kit Sample teaching myself what I can, but nothing this complex yet :)
 
Back
Top