Browse Source

New skill: songwriting. For the songwriting activities.

netuttki 7 months ago
parent
commit
356e815b79
2 changed files with 5 additions and 0 deletions
  1. 1 0
      locations/stat_sklattrib.qsrc
  2. 4 0
      locations/stat_sklattrib_lvlset.qsrc

+ 1 - 0
locations/stat_sklattrib.qsrc

@@ -92,6 +92,7 @@ $skl_name[36] = 'cleaning'
 $skl_name[37] = 'bkbll'
 $skl_name[38] = 'cheer'
 $skl_name[39] = 'musicprod'
+$skl_name[40] = 'songwrit'
 
 !!Trait Section
 !!This is where Traits that will affect attribute or skill advancement or degradation have those aspects defined.

+ 4 - 0
locations/stat_sklattrib_lvlset.qsrc

@@ -220,6 +220,10 @@ cheer[1] = 1 & cheer[2] = 2 & cheer[3] = 4 & cheer[4] = -1
 pcs_musicprod = (musicprod_lvl + (pcs_intel + pcs_prcptn + pcs_sprt) / 3) / 2
 musicprod[1] = 5 & musicprod[2] = 3 & musicprod[3] = 7 & musicprod[4] = -1
 
+!!Songwriting: Writing songs, composing music - the knowledge of how build and structure the elements.
+pcs_songwrit = (songwrit_lvl + (pcs_intel + pcs_sprt) / 2) / 2
+songwrit[1] = 5 & songwrit[2] = 3 & songwrit[3] = mu-1
+
 !!Skiing; Should be self-explanatory
 !!To add this skill, copy this "$skl_name[x] = 'skng'" to the end of the skils list above and replace the x with the next index number, then remove the comment and bracket marks on the next two lines and delete this line
 !!pcs_skng = (skng_lvl + (2 * pcs_agil + pcs_stren) / 3) / 2