|
|
(20 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| <includeonly><!-- | | <noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly><!-- |
| // {{{1}}} outpost identifier | | // {{{1}}} outpost identifier |
| // {{{2}}} base price | | // {{{2}}} base price |
| // {{{3}}} outpost multiplier | | // {{{3}}} outpost multiplier |
| // {{{4}}} unbuyable / true => not buyable at this outpost / all => not buyable at any outpost | | // {{{4}}} unbuyable / true => not buyable at this outpost / unbuyable => not buyable at any outpost |
| // {{{5}}} unsellable / true => not sellable at this outpost / all => not sellable at any outpost | | // {{{5}}} unsellable / true => not sellable at this outpost / all => not sellable at any outpost |
| | // {{{6}}} sold - if the item is sold at at least one outpost = yes |
| //// | | //// |
| // Habitation Outpost - outpost | | // Habitation Outpost - outpost |
| //// | | //// |
| -->{{#ifeq: {{{1}}}|outpost|<!--
| |
|
| |
|
| // {{{2}}} none => can't be bought and sold at an outpost (skip) | | // {{{2}}} none => can't be bought and sold at an outpost (skip) |
| -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} [[File:Location_Habitation_Outpost.png|30px|Habitation Outpost|link=Campaign#Habitation Outpost]]Habitation | | -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} {{#switch:{{{1}}}|outpost=[[File:Location_Habitation_Outpost.png|30px|Habitation Outpost|link=Campaign#Habitation Outpost]]Habitation|city=[[File:Location_Colony.png|30px|Colony|link=Campaign#Colony]]Colony|research= [[File:Location_Research Outpost.png|30px|Research Outpost|link=Campaign#Research Outpost]]Research|military=[[File:Location_Military_Outpost.png|30px|Military Outpost|link=Campaign#Military Outpost]]Military|mine=[[File:Location_Mining_Outpost.png|30px|Mining Outpost|link=Campaign#Mining Outpost]]Mining|medical=[[File:Medical Merchant.png|30px|Medical Merchant|link=Store#Dedicated Merchants]]Medical Merchant|engineering=[[File:Engineering Merchant.png|30px|Engineer Merchant|link=Store#Dedicated Merchants]]Engineer Merchant|armory=[[File:Armory Merchant.png|30px|Armory Merchant|link=Store#Dedicated Merchants]]Armory Merchant|clown=[[File:Faction clowns.png|32px|Children of The Honkmother|link=Campaign#Children of The Honkmother]]Clown Merchant|husk=[[File:Faction huskcult.png|32px|The Church of Husk|link=Campaign#The Church of Husk]]Husk Merchant}} |
| {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}|style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!-- | | {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}| {{#ifeq: {{{4}}}|true|{{#ifeq:{{{6}}}|yes||colspan="2"}}}} style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!-- |
|
| |
|
| // {{{4}}} all => not buyable at any outpost (only sellable) | | // {{{4}}} unbuyable => not buyable at any outpost (only sellable) | If {{{6}}} is yes then shows N/A in place of buy price |
| -->{{#ifeq: {{{4}}}|all|<!-- | | -->{{#ifeq: {{{4}}}|true| {{#ifeq:{{{6}}}|yes|<span style="color:red">N/A</span> |
| | {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}}}<!-- |
|
| |
|
| // Selling price can't be 0 | | // Selling price can't be 0 |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!-- | | -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}|0|'''1'''|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}'''</big> }} <small>mk</small><!-- |
|
| |
|
| // {{{4}}} true => not buyable at an outpost | | // {{{4}}} true => not buyable at an outpost |
Line 25: |
Line 26: |
|
| |
|
| // Selling price can't be 0 | | // Selling price can't be 0 |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!-- | | -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}|0|'''1'''|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}'''</big> }} <small>mk</small><!-- |
|
| |
|
| // {{{5}}} all => not sellable at any outpost (only buyable) | | // {{{5}}} all => not sellable at any outpost (only buyable) |
Line 39: |
Line 40: |
|
| |
|
| // Selling price can't be 0 | | // Selling price can't be 0 |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small> }}<!-- | | -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}|0|'''1'''|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.3) }}'''</big> }} <small>mk</small> }}<!-- |
|
| |
|
| -->}} }} }} }} |}}<!--
| |
| ////
| |
| // Colony - city
| |
| //
| |
| -->{{#ifeq: {{{1}}}|city|<!--
| |
|
| |
| // {{{3}}} both => can't be bought nor sold at an outpost (skip)
| |
| -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} [[File:Location_Colony.png|30px|Colony|link=Campaign#Colony]]Colony
| |
| {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}|style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!--
| |
|
| |
| // {{{4}}} all => not buyable at any outpost (only sellable)
| |
| -->{{#ifeq: {{{4}}}|all|<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
|
| // {{{4}}} true => not buyable at an outpost
| |
| -->|{{#ifeq: {{{4}}}|true|<span style="color:red">N/A</span>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{5}}} all => not sellable at any outpost (only buyable)
| |
| -->|{{#ifeq: {{{5}}}|all|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small><!--
| |
|
| |
| // {{{5}}} true => not sellable at an outpost
| |
| -->|{{#ifeq: {{{5}}}|true|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<span style="color:red">N/A</span><!--
| |
|
| |
| // Buyable & sellable
| |
| -->|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small> }}<!--
| |
|
| |
| -->}} }} }} }} |}}<!--
| |
| ////
| |
| // Research Outpost - research
| |
| ////
| |
| -->{{#ifeq: {{{1}}}|research|<!--
| |
|
| |
| // {{{3}}} both => can't be bought nor sold at an outpost (skip)
| |
| -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} [[File:Location_Research Outpost.png|30px|Research Outpost|link=Campaign#Research Outpost]]Research
| |
| {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}|style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!--
| |
|
| |
| // {{{4}}} all => not buyable at any outpost (only sellable)
| |
| -->{{#ifeq: {{{4}}}|all|<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{4}}} true => not buyable at an outpost
| |
| -->|{{#ifeq: {{{4}}}|true|<span style="color:red">N/A</span>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{5}}} all => not sellable at any outpost (only buyable)
| |
| -->|{{#ifeq: {{{5}}}|all|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small><!--
| |
|
| |
| // {{{5}}} true => not sellable at an outpost
| |
| -->|{{#ifeq: {{{5}}}|true|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<span style="color:red">N/A</span><!--
| |
|
| |
| // Buyable & sellable
| |
| -->|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small> }}<!--
| |
|
| |
| -->}} }} }} }} |}}<!--
| |
| ////
| |
| // Military Outpost - military
| |
| ////
| |
| -->{{#ifeq: {{{1}}}|military|<!--
| |
|
| |
| // {{{3}}} both => can't be bought nor sold at an outpost (skip)
| |
| -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} [[File:Location_Military_Outpost.png|30px|Military Outpost|link=Campaign#Military Outpost]]Military
| |
| {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}|style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!--
| |
|
| |
| // {{{4}}} all => not buyable at any outpost (only sellable)
| |
| -->{{#ifeq: {{{4}}}|all|<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{4}}} true => not buyable at an outpost
| |
| -->|{{#ifeq: {{{4}}}|true|<span style="color:red">N/A</span>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{5}}} all => not sellable at any outpost (only buyable)
| |
| -->|{{#ifeq: {{{5}}}|all|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small><!--
| |
|
| |
| // {{{5}}} true => not sellable at an outpost
| |
| -->|{{#ifeq: {{{5}}}|true|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<span style="color:red">N/A</span><!--
| |
|
| |
| // Buyable & sellable
| |
| -->|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small> }}<!--
| |
|
| |
| -->}} }} }} }} |}}<!--
| |
| ////
| |
| // Mining Outpost - mine
| |
| ////
| |
| -->{{#ifeq: {{{1}}}|mine|<!--
| |
|
| |
| // {{{3}}} both => can't be bought nor sold at an outpost (skip)
| |
| -->{{#ifeq: {{{2}}}|none||{{!}} style="width:40%;font-size:105%;" {{#ifeq: {{{10columns}}}|yes|colspan="4"|}} {{!}} [[File:Location_Mining_Outpost.png|30px|Mining Outpost|link=Campaign#Mining Outpost]]Mining
| |
| {{!}} {{#ifeq: {{{10columns}}}|yes|{{#ifeq: {{{4}}}|all|colspan="6" style="width:6|colspan="3" style="width:3}}|style="width:3}}0%;text-align:center;vertical-align:middle;" {{!}}<!--
| |
|
| |
| // {{{4}}} all => not buyable at any outpost (only sellable)
| |
| -->{{#ifeq: {{{4}}}|all|<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{4}}} true => not buyable at an outpost
| |
| -->|{{#ifeq: {{{4}}}|true|<span style="color:red">N/A</span>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small><!--
| |
|
| |
| // {{{5}}} all => not sellable at any outpost (only buyable)
| |
| -->|{{#ifeq: {{{5}}}|all|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small><!--
| |
|
| |
| // {{{5}}} true => not sellable at an outpost
| |
| -->|{{#ifeq: {{{5}}}|true|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<span style="color:red">N/A</span><!--
| |
|
| |
| // Buyable & sellable
| |
| -->|<big>'''{{#expr: floor({{{2}}}*{{{3}}}) }}'''</big> <small>mk</small>
| |
| {{!}} style="width:30%;text-align:center;vertical-align:middle;" {{#ifeq: {{{10columns}}}|yes|colspan="3"|}} {{!}}<!--
| |
|
| |
| // Selling price can't be 0
| |
| -->{{#ifeq:{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}|0|1|<big>'''{{#expr: floor({{{2}}}*{{{3}}}*0.8) }}'''</big> }} <small>mk</small> }}<!--
| |
|
| |
|
| -->}} }} }} }} |}}</includeonly><noinclude> | | -->}} }} }} }}<!-- |
| {| class="infobox" style="font-size:85%; !important;padding:0; background: #151e28; border-radius:7px;"
| | --></includeonly> |
| {{!}} class="infobox3" colspan="3" {{!}} Store
| |
| {{!}}-
| |
| {{!}} style="width:40%;font-size:105%;" {{!}} [[File:Outpost.png|32px|Outpost|link=Campaign#Location]][[Campaign#Location|Outpost]]
| |
| {{!}} style="width:30%;font-size:105%;text-align:center;vertical-align:middle;" {{!}} Buy
| |
| {{!}} style="width:30%;font-size:105%;text-align:center;vertical-align:middle;" {{!}} Sell
| |
| {{!}}-
| |
| {{!}} style="height:0;padding:0;" colspan="3" {{!}} <div style="margin: 0 auto;width:95%;float:center;border-bottom: 1px white dotted;"></div>
| |
| {{!}}-
| |
| {{Items_infobox/store|outpost|10|1}}
| |
| {{!}}-
| |
| {{Items_infobox/store|city|10|0.9}}
| |
| {{!}}-
| |
| {{Items_infobox/store|research|10|1.25}}
| |
| {{!}}-
| |
| {{Items_infobox/store|military|10|1.25}}
| |
| {{!}}-
| |
| {{Items_infobox/store|mine|10|1}}
| |
| |}<pre>{{!}}-
| |
| {{Items_infobox/store|outpost|10|1}}
| |
| {{!}}-
| |
| {{Items_infobox/store|city|10|0.9}}
| |
| {{!}}-
| |
| {{Items_infobox/store|research|10|1.25}}
| |
| {{!}}-
| |
| {{Items_infobox/store|military|10|1.25}}
| |
| {{!}}-
| |
| {{Items_infobox/store|mine|10|1}}</pre></noinclude>
| |