Template:W: Difference between revisions
From Everafter Falls Wiki
m Kalinka moved page Template:W type to Template:W without leaving a redirect |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#cargo_query:table=Items | <includeonly>{{#cargo_query:table=Items | ||
|where=Type="{{{type|Frog}}}" {{#if:{{{size|}}}|AND Size="{{{size|Tiny}}}"}} | |where=Type="{{{type|Frog}}}" {{#if:{{{size|}}}|AND Size="{{{size|Tiny}}}"}} {{#switch:{{{season|}}} | ||
| summer = AND SpawnSummer="1" | |||
| autumn = AND SpawnAutumn="1" | |||
| winter = AND SpawnWwinter="1" | |||
| spring = AND SpawnSpring="1" | |||
}} | |||
|fields=TRIM(SUM(Rarity)) | |fields=TRIM(SUM(Rarity)) | ||
|format=list | |format=list | ||
Revision as of 14:32, 1 August 2024
- Description
- A small template to calculate total weights for calculating drop chances.