https://neverwintervault.org/project/nwn2/script/bard-song-buffs-instruments#comment-48111
I decided to pick up the mantle (again) and came up with my own bardic instrument system, which now offers players some minor benefits for using instruments with their bard PC as opposed to shields or a second weapon.
I have recoded the bard songs to work as follows when “wielding” instruments, with the following understanding:-
- An instrument’s value determines a base bonus figure, which the bonuses are calculated from. All bonuses use this figure, and I have removed any reliance on “level” as (a) this is already used in some of the songs and (b) I felt the difference was too great and imbalanced the song effect.
- Different songs require ownership of one of the three instruments currently available: drum, flute or lute (or any variant name thereof). Here follows a list of the instruments and how they affect the various songs. Currently, only the Haven Song can use any instrument, and all others require a specific instrument to gain the associated bonuses.
- The player PC need only have an instrument equipped and the code then automatically searches for the best appropriate valued instrument to allocate the bonus. If no instrument is equipped, then no bonuses are applied, and a reminder is given about the benefits of wielding an instrument. i.e. A player does not need to switch instruments if they have one equipped already and carry the one they need. It’s equipping is assumed.
- There are currently three values of instrument available per instrument:- 0-2500 will give a + 1 bonus variable, 2501-4500 will give a + 2 bonus variable, and > 4500 will give a + 3 bonus variable. (i.e. In the values below change a 1 value to 2 or 3 for the more expensive instruments where appropriate … or double/triple the value.):
- Song of Courage : + 1 ATT + 1 DAM
- Inspire Defence : + 1 AC
- Inspire Jarring : Penalties + 2 Disc + 1 Conc
- Inspire Toughness : + 1 Saves
- Inspire Legion : + 1 DAM + 2 RNDs Duration
- Inspire Heroics : + 1 AC + 1 Saves HP Boost
- Haven Song: + 2 Sanc Boost + 2 RNDs Duration (*)
THE FLUTE DESCRIPTION (BASIC MODEL)
- Inspire Competence: + 1 Skills
- Inspire Slowing : + 1 Will DC + 5% Slow
- Cloud Mind Song : + 2 DC + 2 RNDs Duration
- Fascinate Song: + 2 DC + 2 RNDs Duration
- Haven Song: + 2 Sanc Boost + 2 RNDs Duration (*)
THE LUTE DESCRIPTION (BASIC MODEL)
- Inspire Regeneration: + 1 HP Regeneration
- Ironskin Chant: + 1 Damage Reduction + 2 RNDs
- Countersong: + 2 Spell Resist + 2 RNDs
- Song of Freedom: + 2 Level Boost. Large Radius.
- Haven Song: + 2 Sanc Boost + 2 RNDs Duration (*)
NB: The CAMPAIGN code allows the instruments to be used to give a bonus after updating the folder. However, the instruments descriptions (as above) will only show on newly purchased instruments from a fresh MODULE start. The important point is that the bonuses apply whether you get the instrument description or not.
Other updates for the campaign in the latest versions include:-
- AREA TRANSITION CODE: Tidying of some conversations and transition code.
- RAVEL CAMERA: Ravel’s conversation has had some camera angle changes.
- PATCH INFO: A default “Aargh! Forgot!” type message just in case.
- REST INFO CORRECTION: Rule update that rest limitations can be worse than 50%.
- ALTARS: Altars now stop interaction until Life Role set as Channeler or Harvester.
- FIXMAINPC FIX: Removes an invisible creature that should be removed after use.
No comments:
Post a Comment