Template:HousingAddon/Pricing/fi
Mallin dokumentaatio
|
---|
Huom. joitain osia mallin esimerkistä ei välttämättä näy ilman annettuja arvoja. |
Katsele tai muokkaa tätä dokumentaatiota. (Mallin dokumentaatiosta) |
Muokkaajat voivat tehdä testejä tämän mallin sandboxissa ja testisivulla.
|
Tälle mallille on sukulaissivuja tai alamalleja: Template:HousingAddon/Pricing |
Usage
{{HousingAddon/Pricing}}
will output a table that displays the cost of additional Housing Add-on purchases.
Syntax
Field | Accepted Parameters |
---|---|
start
|
The base cost of the Housing Add-on |
increment
|
The amount that the cost increases for every individual purchase |
increment2
|
The amount that the cost increases every increment_interval
|
increment_interval
|
How many purchases until increment2 applies
|
maximum_purchasable
|
The maximum amount of the Housing Add-on that can be purchased before getting Purchase Limit Reached
|
delay
|
Delays the cost increase by an amount of purchases |
delay_increment
|
After the delay has expired, an initial cost increment
|
Esimerkkejä
General usage
{{HousingAddon/Pricing
|start = 2000
|increment = 50
|increment2 = 10
|increment_interval = 5
}}
Muiden rakennuslisäosien tavoin hinta nousee jokaisen ostetun Large Room -rakennuksen myötä. Hinta nousee aluksi 50 Gold ja joka 5th oston jälkeen ylimääräiset
10 Gold lisää.
With a maximum
{{HousingAddon/Pricing
|start = 2000
|increment = 50
|increment2 = 10
|increment_interval = 5
|maximum_purchasable = 4
}}
Muiden rakennuslisäosien tavoin hinta nousee jokaisen ostetun Large Room -rakennuksen myötä. Hinta nousee aluksi 50 Gold ja joka 5th oston jälkeen ylimääräiset
10 Gold lisää.
- Korkeintaan
4 Large Room -rakennusta voidaan ostaa.
1st Large Room | ![]() |
2nd Large Room | ![]() |
3rd Large Room | ![]() |
4th Large Room | ![]() |
With a large maximum
{{HousingAddon/Pricing
|start = 2000
|increment = 50
|increment2 = 10
|increment_interval = 5
|maximum_purchasable = 40
}}
Muiden rakennuslisäosien tavoin hinta nousee jokaisen ostetun Large Room -rakennuksen myötä. Hinta nousee aluksi 50 Gold ja joka 5th oston jälkeen ylimääräiset
10 Gold lisää.
- Korkeintaan
40 Large Room -rakennusta voidaan ostaa.
With a delay
{{HousingAddon/Pricing
|start = 2500
|increment = 100
|delay = 3
|delay_increment = 500
}}
Muiden rakennuslisäosien tavoin hinta nousee jokaisen ostetun Kilima Bay Window -rakennuksen myötä. Hinta nousee 100 Gold jokaisesta ostosta.
With a different currency
{{HousingAddon/Pricing
|start = 2500
|increment = 100
|currency = Palia Coin
}}
Muiden rakennuslisäosien tavoin hinta nousee jokaisen ostetun Potato -rakennuksen myötä. Hinta nousee 100 Palia-kolikkoa jokaisesta ostosta.