Browse Source

Performance skill now shows up, also new skill Music Production

Netuttki 4 years ago
parent
commit
59ec0656a6

+ 2 - 0
locations/Cheatmenu_din.qsrc

@@ -1115,6 +1115,8 @@ $cheatmenu['stats'] = {
 	*p 'Instruments (<<instrmusic_lvl>>) - Total (<<pcs_instrmusic>>): ' & dynamic $cheatmenu['printStatLinks'], 'instrmusic', 'Instrumental Music'
 	*p 'Instruments (<<instrmusic_lvl>>) - Total (<<pcs_instrmusic>>): ' & dynamic $cheatmenu['printStatLinks'], 'instrmusic', 'Instrumental Music'
 	*p 'Photography (<<photoskl_lvl>>) - Total (<<pcs_photoskl>>): ' & dynamic $cheatmenu['printStatLinks'], 'photoskl', 'Photography'
 	*p 'Photography (<<photoskl_lvl>>) - Total (<<pcs_photoskl>>): ' & dynamic $cheatmenu['printStatLinks'], 'photoskl', 'Photography'
 	*p 'Artistic (<<artskls_lvl>>) - Total (<<pcs_artskls>>): ' & dynamic $cheatmenu['printStatLinks'], 'artskls', 'Artistic Skills'
 	*p 'Artistic (<<artskls_lvl>>) - Total (<<pcs_artskls>>): ' & dynamic $cheatmenu['printStatLinks'], 'artskls', 'Artistic Skills'
+	*p 'Performing (<<perform_lvl>>) - Total (<<pcs_perform>>): ' & dynamic $cheatmenu['printStatLinks'], 'perform', 'Performance Skills'
+	*p 'Music Production (<<musicprod_lvl>>) - Total (<<pcs_musicprod>>): ' & dynamic $cheatmenu['printStatLinks'], 'musicprod', 'Music Production'
 	*nl
 	*nl
 	*pl'<b>Dance:</b>'
 	*pl'<b>Dance:</b>'
 	*p 'Modern Dance (<<danc_lvl>>) - Total (<<pcs_danc>>): ' & dynamic $cheatmenu['printStatLinks'], 'danc', 'Modern Dancing'
 	*p 'Modern Dance (<<danc_lvl>>) - Total (<<pcs_danc>>): ' & dynamic $cheatmenu['printStatLinks'], 'danc', 'Modern Dancing'

+ 2 - 0
locations/obj_din.qsrc

@@ -316,6 +316,8 @@ if $ARGS[0] = 'skills':
 	if pcs_instrmusic > 0: 'Instrumental Music - <<pcs_instrmusic>>'
 	if pcs_instrmusic > 0: 'Instrumental Music - <<pcs_instrmusic>>'
 	if pcs_photoskl > 0: 'Photography - <<pcs_photoskl>>'
 	if pcs_photoskl > 0: 'Photography - <<pcs_photoskl>>'
 	if pcs_artskls > 0: 'Artistic Skills - <<pcs_artskls>>'
 	if pcs_artskls > 0: 'Artistic Skills - <<pcs_artskls>>'
+	if pcs_perform > 0: 'Performance Skills - <<pcs_perform>>'
+	if pcs_musicprod > 0: 'Music Production - <<pcs_pcs_musicprodperform>>'
 
 
 	'</td><td width="25%" cellspacing="0" cellpadding="10" valign="top">'
 	'</td><td width="25%" cellspacing="0" cellpadding="10" valign="top">'
 	'<b>Job Skills</b>'
 	'<b>Job Skills</b>'

+ 2 - 0
locations/stat_display.qsrc

@@ -1279,6 +1279,8 @@ else
 		if pcs_instrmusic > 0: gs 'show_table', '<<pcs_instrmusic>> Instrumental Music', '2'
 		if pcs_instrmusic > 0: gs 'show_table', '<<pcs_instrmusic>> Instrumental Music', '2'
 		if pcs_photoskl > 0: gs 'show_table', '<<pcs_photoskl>> Photography', '2'
 		if pcs_photoskl > 0: gs 'show_table', '<<pcs_photoskl>> Photography', '2'
 		if pcs_artskls > 0: gs 'show_table', '<<pcs_artskls>> Artistic Skills', '2'
 		if pcs_artskls > 0: gs 'show_table', '<<pcs_artskls>> Artistic Skills', '2'
+		if pcs_perform > 0: gs 'show_table', '<<pcs_perform>> Performance Skills', '2'		
+		if pcs_musicprod > 0: gs 'show_table', '<<pcs_musicprod>> Music Production', '2'		
 	end
 	end
 
 
 	!!----------------------Job skills------------------------
 	!!----------------------Job skills------------------------

+ 1 - 0
locations/stat_sklattrib.qsrc

@@ -88,6 +88,7 @@ $skl_name[35] = 'bushcraft'
 $skl_name[36] = 'cleaning'
 $skl_name[36] = 'cleaning'
 $skl_name[37] = 'bkbll'
 $skl_name[37] = 'bkbll'
 $skl_name[38] = 'cheer'
 $skl_name[38] = 'cheer'
+$skl_name[39] = 'musicprod'
 
 
 !!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.

+ 3 - 0
locations/stat_sklattrib_lvlset.qsrc

@@ -198,6 +198,9 @@ perform[1] = 6 & perform[2] = 7 & perform[3] = -1
 pcs_cheer = (cheer_lvl + (pcs_agil + pcs_react + pcs_vital) / 3) / 2
 pcs_cheer = (cheer_lvl + (pcs_agil + pcs_react + pcs_vital) / 3) / 2
 cheer[1] = 1 & cheer[2] = 2 & cheer[3] = 4 & cheer[4] = -1
 cheer[1] = 1 & cheer[2] = 2 & cheer[3] = 4 & cheer[4] = -1
 
 
+!!Music Production: Recording, mixing and producing music
+pcs_musicprod = (musicprod_lvl + (pcs_intel + pcs_prcptn + pcs_sprt) / 3) / 2
+musicprod[1] = 5 & musicprod[2] = 3 & musicprod[3] = 7 & musicprod[4] = -1
 
 
 !!Skiing; Should be self-explanatory
 !!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
 !!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