Template:W: Difference between revisions
From Everafter Falls Wiki
mNo edit summary |
Tag: Undo |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#cargo_query:table=Items | <includeonly>{{#cargo_query:table=Items | ||
|where=Type="{{{type| | |where=Type="{{{type|}}}" {{#if:{{{size|}}}|AND Size="{{{size|}}}"}} {{#switch:{{lc:{{{season|}}}}} | ||
| summer = AND SpawnSummer="1" | |||
| autumn = AND SpawnAutumn="1" | |||
| winter = AND SpawnWinter="1" | |||
| spring = AND SpawnSpring="1" | |||
}} | |||
|fields=TRIM(SUM(Rarity)) | |fields=TRIM(SUM(Rarity)) | ||
}} | |no html | ||
}}</includeonly><noinclude> | |||
;Description | |||
:A small template to calculate total weights for calculating drop chances. | |||
[[Category:Cargo templates]]</noinclude> | |||
Latest revision as of 16:56, 22 November 2024
- Description
- A small template to calculate total weights for calculating drop chances.