User:TK-421/Sandbox3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
|?Natural attack creature level is=Natural Attack<br />Level |
|?Natural attack creature level is=Natural Attack<br />Level |
||
|?Weapon attack creature level is=Weapon Attack<br />Level |
|?Weapon attack creature level is=Weapon Attack<br />Level |
||
⚫ | |||
|?Found in=Place |
|?Found in=Place |
||
|?Creature is cursed#Cursed,-=Cursed |
|?Creature is cursed#Cursed,-=Cursed |
||
|?Creature is undead#[[Undead]],-=Undead |
|?Creature is undead#[[Undead]],-=Undead |
||
|?Creature is construct#[[Construct]],-=Construct |
|?Creature is construct#[[Construct]],-=Construct |
||
|?Creature has gems#Gems,-=Gem |
<!-- |?Creature has gems#Gems,-=Gem --> |
||
|?Creature has coins#Coins,-=Coin |
<!-- |?Creature has coins#Coins,-=Coin --> |
||
|?Creature has boxes#Boxes,-=Box |
<!-- |?Creature has boxes#Boxes,-=Box --> |
||
|?Creature is skinnable#Skinnable,-=Skin |
<!-- |?Creature is skinnable#Skinnable,-=Skin --> |
||
⚫ | |||
|?MinSkillCap is=Min<br>Ranks |
|?MinSkillCap is=Min<br>Ranks |
||
|?MaxSkillCap is=Max<br>Ranks |
|?MaxSkillCap is=Max<br>Ranks |
||
Line 44: | Line 44: | ||
|?Creature has boxes#Boxes,-=Box |
|?Creature has boxes#Boxes,-=Box |
||
|?Creature is skinnable#Skinnable,-=Skin |
|?Creature is skinnable#Skinnable,-=Skin |
||
|limit=10000 |
|||
}} |
|||
==Critters with Special Attacks== |
|||
{{#ask: [[page type is::bestiary]][[rare::false]][[Creature has special attacks::true]] |
|||
|?Overall relative creature level is=Creature<br />Level |
|||
|?Defense creature level is=Defensive<br />Level |
|||
|?Natural attack creature level is=Natural Attack<br />Level |
|||
|?Weapon attack creature level is=Weapon Attack<br />Level |
|||
|?Found in=Place |
|||
|?Creature is cursed#Cursed,-=Cursed |
|||
|?Creature is undead#Undead,-=Undead |
|||
|?Creature is construct#Construct,-=Construct |
|||
|?MinSkillCap is=Min<br />Cap |
|||
|?MaxSkillCap is=Max<br />Cap |
|||
|sort=Overall relative creature level is,MinSkillCap is,MaxSkillCap is, |
|||
|order=asc,asc,asc, |
|||
|limit=10000 |
|||
}} |
|||
==Critters with Special Defenses== |
|||
{{#ask: [[page type is::bestiary]][[rare::false]][[Creature has special defenses::true]] |
|||
|?Overall relative creature level is=Creature<br />Level |
|||
|?Defense creature level is=Defensive<br />Level |
|||
|?Natural attack creature level is=Natural Attack<br />Level |
|||
|?Weapon attack creature level is=Weapon Attack<br />Level |
|||
|?Found in=Place |
|||
|?Creature is cursed#Cursed,-=Cursed |
|||
|?Creature is undead#Undead,-=Undead |
|||
|?Creature is construct#Construct,-=Construct |
|||
|?MinSkillCap is=Min<br />Cap |
|||
|?MaxSkillCap is=Max<br />Cap |
|||
|sort=Overall relative creature level is,MinSkillCap is,MaxSkillCap is, |
|||
|order=asc,asc,asc, |
|||
|limit=10000 |
|||
}} |
|||
==Creatures by Level Data== |
|||
{{#ask: [[page type is::bestiary]][[rare::false]] |
|||
|?Overall relative creature level is=Creature<br />Level |
|||
|?Defense creature level is=Defensive<br />Level |
|||
|?Natural attack creature level is=Natural Attack<br />Level |
|||
|?Weapon attack creature level is=Weapon Attack<br />Level |
|||
|?Found in=Place |
|||
|?Creature is cursed#Cursed,-=Cursed |
|||
|?Creature is undead#Undead,-=Undead |
|||
|?Creature is construct#Construct,-=Construct |
|||
|?MinSkillCap is=Min<br />Cap |
|||
|?MaxSkillCap is=Max<br />Cap |
|||
|sort=Overall relative creature level is,MinSkillCap is,MaxSkillCap is, |
|||
|order=asc,asc,asc, |
|||
|limit=10000 |
|limit=10000 |
||
}} |
}} |
Revision as of 13:08, 1 May 2021
Rank Estimation from Creature Level
Newp
{{#switch:{{{level}}} |{{#expr: {{{level}}}<30 }} = {{#expr: {{{level}}} *4 }} |{{#expr: {{{level}}}<100 }} = {{#expr: ({{{level}}}*5) -30 }} |{{#expr: {{{level}}}<150 }} = {{#expr: ({{{level}}}*6) -130 }} |{{#expr: (770 + ( ({{{level}}}-150) *15) ) }} }}