26,431
editsno edit summary
(Use Template:VA for VA.) |
No edit summary |
||
(27 intermediate revisions by 4 users not shown) | |||
Line 15: | Line 15: | ||
{{#lvardef: va | | {{#lvardef: va | | ||
{{#if: {{{va | {{{voice|}}} }}} | {{#if: {{{va | {{{voice|}}} }}} | ||
| {{ | | {{#invoke: ParseList | main | {{{va | {{{voice|}}} }}} | type = htmlListNoBulletsOrMargin | useTemplate = va | }} | ||
}} | }} | ||
}} | }} | ||
Line 50: | Line 50: | ||
}} | }} | ||
}} | }} | ||
<!-- saving throw extra --> | |||
{{#lvardef: str_save_extra | {{{str save extra|0}}} }} | |||
{{#lvardef: dex_save_extra | {{{dex save extra|0}}} }} | |||
{{#lvardef: con_save_extra | {{{con save extra|0}}} }} | |||
{{#lvardef: int_save_extra | {{{int save extra|0}}} }} | |||
{{#lvardef: wis_save_extra | {{{wis save extra|0}}} }} | |||
{{#lvardef: cha_save_extra | {{{cha save extra|0}}} }} | |||
<!-- Saving throw bonuses --> | <!-- Saving throw bonuses --> | ||
{{#lvardef: str_save | {{plus if pos | {{#lvar:str_mod}} {{#if: {{{str save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: str_save | {{plus if pos | {{#lvar:str_mod}} {{#if: {{{str save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:str_save_extra}} }} }} | ||
{{#lvardef: dex_save | {{plus if pos | {{#lvar:dex_mod}} {{#if: {{{dex save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: dex_save | {{plus if pos | {{#lvar:dex_mod}} {{#if: {{{dex save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:dex_save_extra}} }} }} | ||
{{#lvardef: con_save | {{plus if pos | {{#lvar:con_mod}} {{#if: {{{con save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: con_save | {{plus if pos | {{#lvar:con_mod}} {{#if: {{{con save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:con_save_extra}} }} }} | ||
{{#lvardef: int_save | {{plus if pos | {{#lvar:int_mod}} {{#if: {{{int save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: int_save | {{plus if pos | {{#lvar:int_mod}} {{#if: {{{int save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:int_save_extra}} }} }} | ||
{{#lvardef: wis_save | {{plus if pos | {{#lvar:wis_mod}} {{#if: {{{wis save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: wis_save | {{plus if pos | {{#lvar:wis_mod}} {{#if: {{{wis save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:wis_save_extra}} }} }} | ||
{{#lvardef: cha_save | {{plus if pos | {{#lvar:cha_mod}} {{#if: {{{cha save prof|}}} | {{#lvar:prof_bonus}} }} }} }} | {{#lvardef: cha_save | {{plus if pos | {{#lvar:cha_mod}} {{#if: {{{cha save prof|}}} | {{#lvar:prof_bonus}} }} + {{#lvar:cha_save_extra}} }} }} | ||
<!-- | <!-- | ||
Line 108: | Line 116: | ||
| {{#lvardef: e_prof_bonus | {{{e prof bonus | {{{prof bonus|}}} }}} }} | | {{#lvardef: e_prof_bonus | {{{e prof bonus | {{{prof bonus|}}} }}} }} | ||
| {{#if: {{#lvar:e_level}} | | {{#if: {{#lvar:e_level}} | ||
| {{#lvardef: e_prof_bonus | +{{#expr: 2 {{#ifexpr: {{#lvar:e_level}} >= 5 | + 1}} {{#ifexpr: {{#lvar:e_level}} >= 9 | + 1}} }} }} | | {{#lvardef: e_prof_bonus | +{{#expr: 2 {{#ifexpr: {{#lvar:e_level}} >= 5 | + 1}} {{#ifexpr: {{#lvar:e_level}} >= 9 | + 1}} + 2 }} }} | ||
}} | }} | ||
}} | }} | ||
Line 119: | Line 127: | ||
{{#lvardef: e_wis_save_prof | {{{e wis save prof | {{{wis save prof|}}} }}} }} | {{#lvardef: e_wis_save_prof | {{{e wis save prof | {{{wis save prof|}}} }}} }} | ||
{{#lvardef: e_cha_save_prof | {{{e cha save prof | {{{cha save prof|}}} }}} }} | {{#lvardef: e_cha_save_prof | {{{e cha save prof | {{{cha save prof|}}} }}} }} | ||
<!-- Explorer saving throw extra --> | |||
{{#lvardef: e_str_save_extra | {{{e str save extra | {{{str save extra|0}}} }}} }} | |||
{{#lvardef: e_dex_save_extra | {{{e dex save extra | {{{dex save extra|0}}} }}} }} | |||
{{#lvardef: e_con_save_extra | {{{e con save extra | {{{con save extra|0}}} }}} }} | |||
{{#lvardef: e_int_save_extra | {{{e int save extra | {{{int save extra|0}}} }}} }} | |||
{{#lvardef: e_wis_save_extra | {{{e wis save extra | {{{wis save extra|0}}} }}} }} | |||
{{#lvardef: e_cha_save_extra | {{{e cha save extra | {{{cha save extra|0}}} }}} }} | |||
<!-- Explorer saving throw bonuses --> | <!-- Explorer saving throw bonuses --> | ||
{{#lvardef: e_str_save | {{plus if pos | {{#lvar:e_str_mod}} {{#if: {{#lvar:e_str_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_str_save | {{plus if pos | {{#lvar:e_str_mod}} {{#if: {{#lvar:e_str_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_str_save_extra}} }} }} | ||
{{#lvardef: e_dex_save | {{plus if pos | {{#lvar:e_dex_mod}} {{#if: {{#lvar:e_dex_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_dex_save | {{plus if pos | {{#lvar:e_dex_mod}} {{#if: {{#lvar:e_dex_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_dex_save_extra}} }} }} | ||
{{#lvardef: e_con_save | {{plus if pos | {{#lvar:e_con_mod}} {{#if: {{#lvar:e_con_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_con_save | {{plus if pos | {{#lvar:e_con_mod}} {{#if: {{#lvar:e_con_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_con_save_extra}} }} }} | ||
{{#lvardef: e_int_save | {{plus if pos | {{#lvar:e_int_mod}} {{#if: {{#lvar:e_int_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_int_save | {{plus if pos | {{#lvar:e_int_mod}} {{#if: {{#lvar:e_int_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_int_save_extra}} }} }} | ||
{{#lvardef: e_wis_save | {{plus if pos | {{#lvar:e_wis_mod}} {{#if: {{#lvar:e_wis_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_wis_save | {{plus if pos | {{#lvar:e_wis_mod}} {{#if: {{#lvar:e_wis_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_wis_save_extra}} }} }} | ||
{{#lvardef: e_cha_save | {{plus if pos | {{#lvar:e_cha_mod}} {{#if: {{#lvar:e_cha_save_prof}} | {{#lvar:e_prof_bonus}} }} }} }} | {{#lvardef: e_cha_save | {{plus if pos | {{#lvar:e_cha_mod}} {{#if: {{#lvar:e_cha_save_prof}} | {{#lvar:e_prof_bonus}} }} + {{#lvar: e_cha_save_extra}} }} }} | ||
<!-- Explorer skills --> | |||
{{#lvardef: e_athletics | {{{e athletics | {{{athletics|}}} }}} }} | |||
{{#lvardef: e_acrobatics | {{{e acrobatics | {{{acrobatics|}}} }}} }} | |||
{{#lvardef: e_perception | {{{e perception | {{{perception|}}} }}} }} | |||
<!-- Explorer resistances, actions, conditions, passives --> | <!-- Explorer resistances, actions, conditions, passives --> | ||
Line 133: | Line 154: | ||
{{#lvardef: e_conditions | {{{e conditions | {{{conditions|}}} }}} }} | {{#lvardef: e_conditions | {{{e conditions | {{{conditions|}}} }}} }} | ||
{{#lvardef: e_passives | {{{e passives | {{{passives|}}} }}} }} | {{#lvardef: e_passives | {{{e passives | {{{passives|}}} }}} }} | ||
<!-- Enables the explorer difficulty tab - make sure you add any new parameters to this list --> | |||
{{#if: {{{e level|}}}{{{e hp|}}}{{{e ac|}}}{{{e extra init|}}}{{{e prof bonus|}}}{{{e movement m|}}}{{{e movement ft|}}}{{{e weight kg|}}}{{{e weight lb|}}}{{{e str save prof|}}}{{{e dex save prof|}}}{{{e con save prof|}}}{{{e int save prof|}}}{{{e wis save prof|}}}{{{e cha save prof|}}}{{{e str|}}}{{{e dex|}}}{{{e con|}}}{{{e int|}}}{{{e wis|}}}{{{e cha|}}}{{{e str mod|}}}{{{e dex mod|}}}{{{e con mod|}}}{{{e int mod|}}}{{{e wis mod|}}}{{{e cha mod|}}}{{{e str save|}}}{{{e dex save|}}}{{{e con save|}}}{{{e int save|}}}{{{e wis save|}}}{{{e cha save|}}}{{{e str save extra|}}}{{{e dex save extra|}}}{{{e con save extra|}}}{{{e int save extra|}}}{{{e wis save extra|}}}{{{e cha save extra|}}}{{{e resistances|}}}{{{e actions|}}}{{{e conditions|}}}{{{e passives|}}} | {{#lvardef: has_explorer_stats | 1 }} | }} | |||
<!-- | <!-- | ||
Line 195: | Line 219: | ||
{{#lvardef: t_cha_save_prof | {{{t cha save prof | {{{cha save prof|}}} }}} }} | {{#lvardef: t_cha_save_prof | {{{t cha save prof | {{{cha save prof|}}} }}} }} | ||
<!-- Tactician saving throw | <!-- Tactician saving throw extra --> | ||
{{#lvardef: t_str_save | {{plus if pos | {{#lvar:t_str_mod}} {{#if: {{#lvar:t_str_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_str_save_extra | {{{t str save extra | {{{str save extra|0}}} }}} }} | ||
{{#lvardef: t_dex_save | {{plus if pos | {{#lvar:t_dex_mod}} {{#if: {{#lvar:t_dex_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_dex_save_extra | {{{t dex save extra | {{{dex save extra|0}}} }}} }} | ||
{{#lvardef: t_con_save | {{plus if pos | {{#lvar:t_con_mod}} {{#if: {{#lvar:t_con_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_con_save_extra | {{{t con save extra | {{{con save extra|0}}} }}} }} | ||
{{#lvardef: t_int_save | {{plus if pos | {{#lvar:t_int_mod}} {{#if: {{#lvar:t_int_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_int_save_extra | {{{t int save extra | {{{int save extra|0}}} }}} }} | ||
{{#lvardef: t_wis_save | {{plus if pos | {{#lvar:t_wis_mod}} {{#if: {{#lvar:t_wis_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_wis_save_extra | {{{t wis save extra | {{{wis save extra|0}}} }}} }} | ||
{{#lvardef: t_cha_save | {{plus if pos | {{#lvar:t_cha_mod}} {{#if: {{#lvar:t_cha_save_prof}} | {{#lvar:t_prof_bonus}} }} }} }} | {{#lvardef: t_cha_save_extra | {{{t cha save extra | {{{cha save extra|0}}} }}} }} | ||
<!-- Tactician saving throws --> | |||
{{#lvardef: t_str_save | {{plus if pos | {{#lvar:t_str_mod}} {{#if: {{#lvar:t_str_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_str_save_extra}} }} }} | |||
{{#lvardef: t_dex_save | {{plus if pos | {{#lvar:t_dex_mod}} {{#if: {{#lvar:t_dex_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_dex_save_extra}} }} }} | |||
{{#lvardef: t_con_save | {{plus if pos | {{#lvar:t_con_mod}} {{#if: {{#lvar:t_con_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_con_save_extra}} }} }} | |||
{{#lvardef: t_int_save | {{plus if pos | {{#lvar:t_int_mod}} {{#if: {{#lvar:t_int_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_int_save_extra}} }} }} | |||
{{#lvardef: t_wis_save | {{plus if pos | {{#lvar:t_wis_mod}} {{#if: {{#lvar:t_wis_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_wis_save_extra}} }} }} | |||
{{#lvardef: t_cha_save | {{plus if pos | {{#lvar:t_cha_mod}} {{#if: {{#lvar:t_cha_save_prof}} | {{#lvar:t_prof_bonus}} }} + {{#lvar:t_cha_save_extra}} }} }} | |||
<!-- Tactician skills --> | |||
{{#lvardef: t_athletics | {{{t athletics | {{{athletics|}}} }}} }} | |||
{{#lvardef: t_acrobatics | {{{t acrobatics | {{{acrobatics|}}} }}} }} | |||
{{#lvardef: t_perception | {{{t perception | {{{perception|}}} }}} }} | |||
<!-- Tactician resistances, conditions, passives --> | <!-- Tactician resistances, conditions, passives --> | ||
Line 208: | Line 245: | ||
{{#lvardef: t_conditions | {{{t conditions | {{{conditions|}}} }}} }} | {{#lvardef: t_conditions | {{{t conditions | {{{conditions|}}} }}} }} | ||
{{#lvardef: t_passives | {{{t passives | {{{passives|}}} }}} }} | {{#lvardef: t_passives | {{{t passives | {{{passives|}}} }}} }} | ||
<!-- Enables the tactician difficulty tab - make sure you add any new parameters to this list --> | |||
{{#if: {{{t level|}}}{{{t hp|}}}{{{t ac|}}}{{{t extra init|}}}{{{t prof bonus|}}}{{{t movement m|}}}{{{t movement ft|}}}{{{t weight kg|}}}{{{t weight lb|}}}{{{t str save prof|}}}{{{t dex save prof|}}}{{{t con save prof|}}}{{{t int save prof|}}}{{{t wis save prof|}}}{{{t cha save prof|}}}{{{t str|}}}{{{t dex|}}}{{{t con|}}}{{{t int|}}}{{{t wis|}}}{{{t cha|}}}{{{t str mod|}}}{{{t dex mod|}}}{{{t con mod|}}}{{{t int mod|}}}{{{t wis mod|}}}{{{t cha mod|}}}{{{t str save|}}}{{{t dex save|}}}{{{t con save|}}}{{{t int save|}}}{{{t wis save|}}}{{{t cha save|}}}{{{t str save extra|}}}{{{t dex save extra|}}}{{{t con save extra|}}}{{{t int save extra|}}}{{{t wis save extra|}}}{{{t cha save extra|}}}{{{t resistances|}}}{{{t actions|}}}{{{t conditions|}}}{{{t passives|}}} | {{#lvardef: has_tactician_stats | 1 }} | }} | |||
<!-- | <!-- | ||
Line 271: | Line 311: | ||
{{#lvardef: h_wis_save_prof | {{{h wis save prof | {{#lvar:t_wis_save_prof}} }}} }} | {{#lvardef: h_wis_save_prof | {{{h wis save prof | {{#lvar:t_wis_save_prof}} }}} }} | ||
{{#lvardef: h_cha_save_prof | {{{h cha save prof | {{#lvar:t_cha_save_prof}} }}} }} | {{#lvardef: h_cha_save_prof | {{{h cha save prof | {{#lvar:t_cha_save_prof}} }}} }} | ||
<!-- Honour saving throw extra --> | |||
{{#lvardef: h_str_save_extra | {{{h str save extra | {{#lvar:t_str_save_extra}} }}} }} | |||
{{#lvardef: h_dex_save_extra | {{{h dex save extra | {{#lvar:t_dex_save_extra}} }}} }} | |||
{{#lvardef: h_con_save_extra | {{{h con save extra | {{#lvar:t_con_save_extra}} }}} }} | |||
{{#lvardef: h_int_save_extra | {{{h int save extra | {{#lvar:t_int_save_extra}} }}} }} | |||
{{#lvardef: h_wis_save_extra | {{{h wis save extra | {{#lvar:t_wis_save_extra}} }}} }} | |||
{{#lvardef: h_cha_save_extra | {{{h cha save extra | {{#lvar:t_cha_save_extra}} }}} }} | |||
<!-- Honour saving throw bonuses --> | <!-- Honour saving throw bonuses --> | ||
{{#lvardef: h_str_save | {{plus if pos | {{#lvar:h_str_mod}} {{#if: {{#lvar:h_str_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_str_save | {{plus if pos | {{#lvar:h_str_mod}} {{#if: {{#lvar:h_str_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_str_save_extra}} }} }} | ||
{{#lvardef: h_dex_save | {{plus if pos | {{#lvar:h_dex_mod}} {{#if: {{#lvar:h_dex_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_dex_save | {{plus if pos | {{#lvar:h_dex_mod}} {{#if: {{#lvar:h_dex_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_str_save_extra}} }} }} | ||
{{#lvardef: h_con_save | {{plus if pos | {{#lvar:h_con_mod}} {{#if: {{#lvar:h_con_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_con_save | {{plus if pos | {{#lvar:h_con_mod}} {{#if: {{#lvar:h_con_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_str_save_extra}} }} }} | ||
{{#lvardef: h_int_save | {{plus if pos | {{#lvar:h_int_mod}} {{#if: {{#lvar:h_int_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_int_save | {{plus if pos | {{#lvar:h_int_mod}} {{#if: {{#lvar:h_int_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_str_save_extra}} }} }} | ||
{{#lvardef: h_wis_save | {{plus if pos | {{#lvar:h_wis_mod}} {{#if: {{#lvar:h_wis_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_wis_save | {{plus if pos | {{#lvar:h_wis_mod}} {{#if: {{#lvar:h_wis_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_cha_save_extra}} }} }} | ||
{{#lvardef: h_cha_save | {{plus if pos | {{#lvar:h_cha_mod}} {{#if: {{#lvar:h_cha_save_prof}} | {{#lvar:h_prof_bonus}} }} }} }} | {{#lvardef: h_cha_save | {{plus if pos | {{#lvar:h_cha_mod}} {{#if: {{#lvar:h_cha_save_prof}} | {{#lvar:h_prof_bonus}} }} + {{#lvar: h_cha_save_extra}} }} }} | ||
<!-- Honour skills --> | |||
{{#lvardef: h_athletics | {{{h athletics | {{{athletics|}}} }}} }} | |||
{{#lvardef: h_acrobatics | {{{h acrobatics | {{{acrobatics|}}} }}} }} | |||
{{#lvardef: h_perception | {{{h perception | {{{perception|}}} }}} }} | |||
<!-- Honour resistances, conditions, passives --> | <!-- Honour resistances, conditions, passives --> | ||
Line 285: | Line 338: | ||
{{#lvardef: h_conditions | {{{h conditions | {{#lvar:t_conditions}} }}} }} | {{#lvardef: h_conditions | {{{h conditions | {{#lvar:t_conditions}} }}} }} | ||
{{#lvardef: h_passives | {{{h passives | {{#lvar:t_passives}} }}} }} | {{#lvardef: h_passives | {{{h passives | {{#lvar:t_passives}} }}} }} | ||
<!-- Enables the honour mode and tactician difficulty tab - make sure you add any new parameters to this list --> | |||
{{#if: {{{h level|}}}{{{h hp|}}}{{{h ac|}}}{{{h extra init|}}}{{{h prof bonus|}}}{{{h movement m|}}}{{{h movement ft|}}}{{{h weight kg|}}}{{{h weight lb|}}}{{{h str save prof|}}}{{{h dex save prof|}}}{{{h con save prof|}}}{{{h int save prof|}}}{{{h wis save prof|}}}{{{h cha save prof|}}}{{{h str|}}}{{{h dex|}}}{{{h con|}}}{{{h int|}}}{{{h wis|}}}{{{h cha|}}}{{{h str mod|}}}{{{h dex mod|}}}{{{h con mod|}}}{{{h int mod|}}}{{{h wis mod|}}}{{{h cha mod|}}}{{{h str save|}}}{{{h dex save|}}}{{{h con save|}}}{{{h int save|}}}{{{h wis save|}}}{{{h cha save|}}}{{{h str save extra|}}}{{{h dex save extra|}}}{{{h con save extra|}}}{{{h int save extra|}}}{{{h wis save extra|}}}{{{h cha save extra|}}}{{{h resistances|}}}{{{h actions|}}}{{{h conditions|}}}{{{h passives|}}} | {{#lvardef: has_honour_stats | 1 }}{{#lvardef: has_tactician_stats | 1 }} | }} | |||
{{#if: {{{initiative|}}} {{{e initiative|}}} {{{t initiative|}}} {{{h initiative|}}} | {{#if: {{{initiative|}}} {{{e initiative|}}} {{{t initiative|}}} {{{h initiative|}}} | ||
| [[Category:Pages setting creature infobox initiative directly]] | | {{Main namespace only|[[Category:Pages setting creature infobox initiative directly]]}} | ||
}} | |||
{{#if: {{{hp|}}} | |||
| {{#if: {{{t hp|}}} | | {{Main namespace only|[[Category:Pages with hp but no tactician hp]]}} }}{{#if: {{{e hp|}}} | | {{Main namespace only|[[Category:Pages with hp but no explorer hp]]}} }} | |||
}} | }} | ||
{{#if: {{{image|}}}||{{Main namespace only|[[Category:Infoboxes with no images]]}}}} | |||
}} | }} | ||
Line 297: | Line 357: | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| full name = {{{full name|}}} | | full name = {{{full name|}}} | ||
| identity = {{{identity|}}} | |||
| va = {{#lvar:va}} | | va = {{#lvar:va}} | ||
| role = {{{role|}}} | | role = {{{role|}}} | ||
Line 302: | Line 363: | ||
| family = {{{family|}}} | | family = {{{family|}}} | ||
| hometown = {{{hometown|}}} | | hometown = {{{hometown|}}} | ||
| occupation = {{{occupation|}}} | |||
| size = {{{size|}}} | | size = {{{size|}}} | ||
| type = {{{type|}}} | | type = {{{type|}}} | ||
| race = {{{race|}}} | | race = {{{race|}}} | ||
| subrace = {{{subrace|}}} | |||
| archetype = {{{archetype|}}} | |||
| class = {{{class|}}} | | class = {{{class|}}} | ||
| subclass = {{{subclass|}}} | |||
| deity = {{{deity|}}} | |||
| background = {{{background|}}} | | background = {{{background|}}} | ||
Line 346: | Line 411: | ||
| wis save prof = {{{wis save prof|}}} | | wis save prof = {{{wis save prof|}}} | ||
| cha save prof = {{{cha save prof|}}} | | cha save prof = {{{cha save prof|}}} | ||
| athletics = {{{athletics|}}} | |||
| acrobatics = {{{acrobatics|}}} | |||
| perception = {{{perception|}}} | |||
| resistances = {{{resistances|}}} | | resistances = {{{resistances|}}} | ||
Line 352: | Line 421: | ||
| passives = {{{passives|}}} | | passives = {{{passives|}}} | ||
| e level = {{{e level | {{{level|}}} }}} | | e level = {{#if: {{#lvar: has_explorer_stats}} | {{{e level | {{{level|}}} }}} | }} | ||
| e hp = {{#lvar:e_hp}} | | e hp = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_hp}} | }} | ||
| e ac = {{#lvar:e_ac}} | | e ac = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_ac}} | }} | ||
| e init bonus = {{#lvar:e_init_bonus}} | | e init bonus = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_init_bonus}} | }} | ||
| e prof bonus = {{#lvar:e_prof_bonus}} | | e prof bonus = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_prof_bonus}} | }} | ||
| e movement m = {{#lvar:e_movement_m}} | | e movement m = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_movement_m}} | }} | ||
| e movement ft = {{#lvar:e_movement_ft}} | | e movement ft = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_movement_ft}} | }} | ||
| e weight kg = {{#lvar:e_weight_kg}} | | e weight kg = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_weight_kg}} | }} | ||
| e weight lb = {{#lvar:e_weight_lb}} | | e weight lb = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_weight_lb}} | }} | ||
| e str save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_str_save_prof}} | }} | |||
| e dex save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_dex_save_prof}} | }} | |||
| e con save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_con_save_prof}} | }} | |||
| e int save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_int_save_prof}} | }} | |||
| e wis save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_wis_save_prof}} | }} | |||
| e cha save prof = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_cha_save_prof}} | }} | |||
| e str = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_str}} | }} | |||
| e dex = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_dex}} | }} | |||
| e con = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_con}} | }} | |||
| e int = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_int}} | }} | |||
| e wis = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_wis}} | }} | |||
| e cha = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_cha}} | }} | |||
| e str mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_str_mod}} | }} | |||
| e dex mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_dex_mod}} | }} | |||
| e con mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_con_mod}} | }} | |||
| e int mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_int_mod}} | }} | |||
| e wis mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_wis_mod}} | }} | |||
| e cha mod = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_cha_mod}} | }} | |||
| e str save | | e str save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_str_save}} | }} | ||
| e dex save | | e dex save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_dex_save}} | }} | ||
| e con save | | e con save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_con_save}} | }} | ||
| e int save | | e int save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_int_save}} | }} | ||
| e wis save | | e wis save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_wis_save}} | }} | ||
| e cha save | | e cha save = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_cha_save}} | }} | ||
| e | | e athletics = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_athletics}} | }} | ||
| | | e acrobatics = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_acrobatics}} | }} | ||
| e | | e perception = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_perception}} | }} | ||
| | |||
| e | |||
| | |||
| e | | e resistances = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_resistances}} | }} | ||
| e | | e actions = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_actions}} | }} | ||
| e | | e conditions = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_conditions}} | }} | ||
| | | e passives = {{#if: {{#lvar: has_explorer_stats}} | {{#lvar:e_passives}} | }} | ||
| e | |||
| | |||
| | | t level = {{#if: {{#lvar: has_tactician_stats}} | {{{t level | {{{level|}}} }}} | }} | ||
| | | t hp = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_hp}} | }} | ||
| | | t ac = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_ac}} | }} | ||
| | | t init bonus = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_init_bonus}} | }} | ||
| | | t prof bonus = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_prof_bonus}} | }} | ||
| | | t movement m = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_movement_m}} | }} | ||
| t movement ft = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_movement_ft}} | }} | |||
| t weight kg = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_weight_kg}} | }} | |||
| t weight lb = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_weight_lb}} | }} | |||
| | | t str save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_str_save_prof}} | }} | ||
| | | t dex save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_dex_save_prof}} | }} | ||
| | | t con save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_con_save_prof}} | }} | ||
| | | t int save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_int_save_prof}} | }} | ||
| t wis save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_wis_save_prof}} | }} | |||
| t cha save prof = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_cha_save_prof}} | }} | |||
| t | | t str = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_str}} | }} | ||
| t | | t dex = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_dex}} | }} | ||
| | | t con = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_con}} | }} | ||
| t | | t int = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_int}} | }} | ||
| | | t wis = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_wis}} | }} | ||
| t | | t cha = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_cha}} | }} | ||
| | |||
| t | |||
| | |||
| t str | | t str mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_str_mod}} | }} | ||
| t dex | | t dex mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_dex_mod}} | }} | ||
| t con | | t con mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_con_mod}} | }} | ||
| t int | | t int mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_int_mod}} | }} | ||
| t wis | | t wis mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_wis_mod}} | }} | ||
| t cha | | t cha mod = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_cha_mod}} | }} | ||
| t str = {{#lvar: | | t str save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_str_save}} | }} | ||
| t dex = {{#lvar: | | t dex save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_dex_save}} | }} | ||
| t con = {{#lvar: | | t con save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_con_save}} | }} | ||
| t int = {{#lvar: | | t int save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_int_save}} | }} | ||
| t wis = {{#lvar: | | t wis save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_wis_save}} | }} | ||
| t cha = {{#lvar: | | t cha save = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_cha_save}} | }} | ||
| t | | t athletics = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_athletics}} | }} | ||
| | | t acrobatics = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_acrobatics}} | }} | ||
| t | | t perception = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_perception}} | }} | ||
| | |||
| t | |||
| | |||
| t | | t resistances = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_resistances}} | }} | ||
| t | | t actions = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_actions}} | }} | ||
| t | | t conditions = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_conditions}} | }} | ||
| | | t passives = {{#if: {{#lvar: has_tactician_stats}} | {{#lvar:t_passives}} | }} | ||
| t | |||
| | |||
| t | | h level = {{#if: {{#lvar: has_honour_stats}} | {{{h level | {{{t level | {{{level|}}} }}} }}} | }} | ||
| | | h hp = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_hp}} | }} | ||
| | | h ac = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_ac}} | }} | ||
| | | h init bonus = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_init_bonus}} | }} | ||
| h prof bonus = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_prof_bonus}} | }} | |||
| h movement m = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_movement_m}} | }} | |||
| h movement ft = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_movement_ft}} | }} | |||
| h weight kg = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_weight_kg}} | }} | |||
| h weight lb = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_weight_lb}} | }} | |||
| h | | h str save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_str_save_prof}} | }} | ||
| h | | h dex save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_dex_save_prof}} | }} | ||
| | | h con save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_con_save_prof}} | }} | ||
| h | | h int save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_int_save_prof}} | }} | ||
| | | h wis save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_wis_save_prof}} | }} | ||
| h | | h cha save prof = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_cha_save_prof}} | }} | ||
| | |||
| h | |||
| | |||
| h str | | h str = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_str}} | }} | ||
| h dex | | h dex = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_dex}} | }} | ||
| h con | | h con = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_con}} | }} | ||
| h int | | h int = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_int}} | }} | ||
| h wis | | h wis = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_wis}} | }} | ||
| h cha | | h cha = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_cha}} | }} | ||
| h str = {{#lvar: | | h str mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_str_mod}} | }} | ||
| h dex = {{#lvar: | | h dex mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_dex_mod}} | }} | ||
| h con = {{#lvar: | | h con mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_con_mod}} | }} | ||
| h int = {{#lvar: | | h int mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_int_mod}} | }} | ||
| h wis = {{#lvar: | | h wis mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_wis_mod}} | }} | ||
| h cha = {{#lvar: | | h cha mod = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_cha_mod}} | }} | ||
| h str | | h str save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_str_save}} | }} | ||
| h dex | | h dex save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_dex_save}} | }} | ||
| h con | | h con save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_con_save}} | }} | ||
| h int | | h int save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_int_save}} | }} | ||
| h wis | | h wis save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_wis_save}} | }} | ||
| h cha | | h cha save = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_cha_save}} | }} | ||
| h | | h athletics = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_athletics}} | }} | ||
| | | h acrobatics = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_acrobatics}} | }} | ||
| h | | h perception = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_perception}} | }} | ||
| | |||
| h | |||
| | |||
| h resistances = {{#lvar:h_resistances}} | | h resistances = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_resistances}} | }} | ||
| h actions = {{#lvar:h_actions}} | | h actions = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_actions}} | }} | ||
| h conditions = {{#lvar:h_conditions}} | | h conditions = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_conditions}} | }} | ||
| h passives = {{#lvar:h_passives}} | | h passives = {{#if: {{#lvar: has_honour_stats}} | {{#lvar:h_passives}} | }} | ||
}}</includeonly><noinclude>{{documentation}}</noinclude> | }}</includeonly><noinclude>{{documentation}}</noinclude> |