Template:Basegp: Difference between revisions

From Timaresh
Jump to navigationJump to search
(Created page with "{{#vardefine:output| {{#expr: {{citygp| {{citysize| {{{1|1}}} }} }} * ( 1 + {{#if: {{#pos:{{{3}}}|magically attuned}} |0.2|0}} + {{#if: {{#pos:{{...")
 
mNo edit summary
Line 3: Line 3:
       {{citygp| {{citysize| {{{1|1}}} }} }} *
       {{citygp| {{citysize| {{{1|1}}} }} }} *
       ( 1 +
       ( 1 +
         {{#if: {{#pos:{{{3}}}|magically attuned}} |0.2|0}} +
         {{#if: {{#pos:{{{2}}}|magically attuned}} |0.2|0}} +
         {{#if: {{#pos:{{{3}}}|notorious}} |0.3|0}} +
         {{#if: {{#pos:{{{2}}}|notorious}} |0.3|0}} +
         {{#if: {{#pos:{{{3}}}|prosperous}} |0.3|0}} +
         {{#if: {{#pos:{{{2}}}|prosperous}} |0.3|0}} +
         {{#if: {{#pos:{{{3}}}|strategic location}} |0.1|0}} +
         {{#if: {{#pos:{{{2}}}|strategic location}} |0.1|0}} +
         {{#if: {{#pos:{{{3}}}|tourist attraction}} |0.2|0}} +
         {{#if: {{#pos:{{{2}}}|tourist attraction}} |0.2|0}} +
         {{#if: {{#pos:{{{5}}}|hunted}} |-0.2|0}} +
         {{#if: {{#pos:{{{3}}}|hunted}} |-0.2|0}} +
         {{#if: {{#pos:{{{5}}}|impoverished}} |-0.5|0}}
         {{#if: {{#pos:{{{3}}}|impoverished}} |-0.5|0}}
       )
       )
   }}
   }}
}}{{pm|{{#var:output}}}}{{#var:output}}
}}{{#var:output}}

Revision as of 22:57, 29 August 2011

50