Browse Source

[added] New skill for basketball 'pcs_bsbll'

KevinSmarts 4 years ago
parent
commit
4280eedb0e
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

@@ -86,6 +86,7 @@ $skl_name[33] = 'inhib'
 $skl_name[34] = 'perform'
 $skl_name[34] = 'perform'
 $skl_name[35] = 'bushcraft'
 $skl_name[35] = 'bushcraft'
 $skl_name[36] = 'cleaning'
 $skl_name[36] = 'cleaning'
+$skl_name[37] = 'bsbll'
 
 
 !!Trait Section
 !!Trait Section
 !!This is where Traits that will affect attribute or skill advancement or degradation have those aspects defined.
 !!This is where Traits that will affect attribute or skill advancement or degradation have those aspects defined.

+ 4 - 0
locations/stat_sklattrib_lvlset.qsrc

@@ -126,6 +126,10 @@ wrstlng[1] = 0 & wrstlng[2] = 1 & wrstlng[3] = 2 & wrstlng[4] = -1
 pcs_ftbll = (ftbll_lvl + (pcs_vital + pcs_agil + pcs_stren) / 3) / 2
 pcs_ftbll = (ftbll_lvl + (pcs_vital + pcs_agil + pcs_stren) / 3) / 2
 ftbll[1] = 0 & ftbll[2] = 1 & ftbll[3] = 2 & ftbll[4] = -1
 ftbll[1] = 0 & ftbll[2] = 1 & ftbll[3] = 2 & ftbll[4] = -1
 
 
+!!Basketball; Should be self-explanatory
+pcs_bsbll = (bsbll_lvl + (pcs_vital + pcs_agil + pcs_react) / 3) / 2
+bsbll[1] = 0 & bsbll[2] = 1 & bsbll[3] = 2 & bsbll[4] = -1
+
 !!Spell Casting; The ability to Successfully cast spells
 !!Spell Casting; The ability to Successfully cast spells
 pcs_splcstng = (splcstng_lvl + (pcs_intel + pcs_react) / 2) / 2
 pcs_splcstng = (splcstng_lvl + (pcs_intel + pcs_react) / 2) / 2
 splcstng[1] = 3 & splcstng[2] = 4 & splcstng[3] = -1
 splcstng[1] = 3 & splcstng[2] = 4 & splcstng[3] = -1