Template:StoreTraderGold: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Make it work without cargo.)
m (typo)
Line 29: Line 29:


Examples:
Examples:
* lv1 Poor trader sgiykd gave {{StoreTraderGold|1|normal}} ~ {{StoreTraderGold|1|normal|upper=true}} gold.
* lv1 Poor trader should have {{StoreTraderGold|1|normal}} ~ {{StoreTraderGold|1|normal|upper=true}} gold.
* lv5 Normal trader should have {{StoreTraderGold|5|normal}} ~ {{StoreTraderGold|5|normal|upper=true}} gold.
* lv5 Normal trader should have {{StoreTraderGold|5|normal}} ~ {{StoreTraderGold|5|normal|upper=true}} gold.
* lv12 Extremely Rich trader should have {{StoreTraderGold|12|extremelyrich}} ~ {{StoreTraderGold|12|extremelyrich|upper=true}} gold.
* lv12 Extremely Rich trader should have {{StoreTraderGold|12|extremelyrich}} ~ {{StoreTraderGold|12|extremelyrich|upper=true}} gold.

Revision as of 23:52, 31 August 2023


Looks up trader gold value. Accomplishes this by looking their number of gold piles in two very cursed embedded arrays (one for lower, one for upper). Finally, multiply depending on the trader's wealth.

This is a very elementary template and should probably not be used directly.

param 1 = The level of the trader.

param 2 = (allowed values=poor,modest,wealthy,extremelyrich). The wealth level of the trader.

upper = Whether to get the upper amount of gold. If empty, will get lower amount.

Examples:

  • lv1 Poor trader should have 200 ~ 675 gold.
  • lv5 Normal trader should have 360 ~ 1215 gold.
  • lv12 Extremely Rich trader should have 3840 ~ 8640 gold.