Quills: Difference between revisions

3 bytes added ,  01:32, 28 August 2019
m
lol
imported>Teamtotobot
m (Bot: Adding {{Mutation Navbox}})
m (lol)
Line 1: Line 1:
{{Mutation
{{Mutation
| title = quills.png
| title = quills
| image = none
| image = quills.png
| type = Physical
| type = Physical
| cost = 4
| cost = 4
Line 14: Line 14:
}}
}}
==Max Quills==
==Max Quills==
At level 1, '''Quill''' starts with 300 max quills. At level up, the next max number of quills is randomly chosen:
At level 1, '''Quills''' starts with 300 max quills. At level up, the next max number of quills is randomly chosen:
<syntaxhighlight lang="xml>
<syntaxhighlight lang="xml>
Math.Max(300, this.nMaxQuills + (NewLevel - 1) * Random(80, 120))
Math.Max(300, this.nMaxQuills + (NewLevel - 1) * Random(80, 120))