User:-flowsINtomAyHeM

From Noita Wiki
Jump to navigation Jump to search

My favourite magics are Pollen and JavaScript.

Quick links

Projects

Wand Sim v2

  • User:-flowsINtomAyHeM/Wands

Spell templates

{{Wand}} v2

Unify wand templates and use spell IDs to form a better interchange format for wiki/mods/etc.

Wand 2

Wand 0821.png
Inventory Icon gun shuffle.png Shuffle
No
Inventory Icon gun actions per round.png Spells/Cast
1
Inventory Icon fire rate wait.png Cast delay
0.17 s
Inventory Icon gun reload time.png Rechrg. Time
0.48 s
Inventory Icon mana max.png Mana max
900
Inventory Icon mana charge speed.png Mana chg. Spd
700
Inventory Icon gun capacity.png Capacity
26
Inventory Icon spread degrees.png Spread
-2.0 DEG
Inventory Icon speed multiplier.png Speed
× 1.00
Cursed Sphere
Cursed Sphere
A projectile that brings bad luck to anyone it hits
Type
Projectile
Mana drain
Cursed Sphere
Triple Spell
Triple Spell
Simultaneously casts 3 spells
Type
Multicast
Mana drain
Triple Spell
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 4
Divide By 4
Casts the next spell 4 times, but with reduced damage
Type
Other
Mana drain
Divide By 4
Divide By 4
Divide By 4
Casts the next spell 4 times, but with reduced damage
Type
Other
Mana drain
Divide By 4
Blood To Power
Blood To Power
A projectile gains additional damage at the cost of 20% of your health
Type
Utility
Mana drain
Blood To Power
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Bouncing Burst
Bouncing Burst
A very bouncy projectile
Type
Projectile
Mana drain
Bouncing Burst
Luminous Drill With Timer
Luminous Drill With Timer
A pinpointed, short-ranged beam of concentrated light that casts another spell after a timer runs out
Type
Projectile
Mana drain
Luminous Drill With Timer
Double Spell
Double Spell
Simultaneously casts 2 spells
Type
Multicast
Mana drain
Double Spell
Divide By 4
Divide By 4
Casts the next spell 4 times, but with reduced damage
Type
Other
Mana drain
Divide By 4
Accelerating Shot
Accelerating Shot
Causes a projectile to accelerate as it flies
Type
Projectile modifier
Mana drain
Accelerating Shot
Speed Up
Speed Up
Increases the speed at which a projectile flies through the air
Type
Projectile modifier
Mana drain
Speed Up
Rotate Towards Foes
Rotate Towards Foes
Makes a projectile turn towards your foes
Type
Projectile modifier
Mana drain
Rotate Towards Foes
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Bouncing Burst
Bouncing Burst
A very bouncy projectile
Type
Projectile
Mana drain
Bouncing Burst
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Spells To Power
Spells To Power
Converts any nearby projectiles cast by you into extra damage
Type
Projectile modifier
Mana drain
Spells To Power
Water
Water
Transmute drops of water from nothing
Type
Material
Mana drain
Water
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 10
Divide By 10
Casts the next spell 10 times, but with reduced damage
Type
Other
Mana drain
Divide By 10
Divide By 4
Divide By 4
Casts the next spell 4 times, but with reduced damage
Type
Other
Mana drain
Divide By 4
Divide By 4
Divide By 4
Casts the next spell 4 times, but with reduced damage
Type
Other
Mana drain
Divide By 4

{{example}} etc.

Not pixelated?

Comparing image rendering effect on how pixel graphics display. Shows 50% downscale, 200% upscale and native image size. Note that when embedding wiki images if you specify a smaller size than the native size of the image the server will send you a pre-scaled version, which will look blurry when upscaled even when using 'image-rendering: pixelated;'. Compare As (50%) and Ac (50%) options, A was pre-scaled by the server, B requested at full size and then scaled on the client.

For large images that are downscaled, it's worth turning off the pixelated option. This can be done by applying the the rather esoteric class 'mwe-math-fallback-image-display'.

With 'image-rendering: pixelated;'
As --  50% -- [[File:Spell pollen.png|40px]]
Ac --  50% -- <div style="width:40px;height:40px;">[[File:Spell pollen.png|80px|]]</div>
B  -- 100% -- [[File:Spell pollen.png|80px]] (Size of image as stored)
C  -- 200% -- [[File:Spell pollen.png|160px]] (200%)
 
With 'pixelated'
Without 'pixelated'
As: 50%
Spell pollen.png
Spell pollen.png
Ac: 50%
Spell pollen.png
Spell pollen.png
B: 100%
Spell pollen.png
Spell pollen.png
C: 200%
Spell pollen.png
Spell pollen.png
Without 'image-rendering: pixelated;'
As --  50% -- [[File:Spell pollen.png|40px|class=mwe-math-fallback-image-display]] (50%)
Ac --  50% -- <div style="width:40px;height:40px;">[[File:Spell pollen.png|80px|class=mwe-math-fallback-image-display]]</div> (50%)
B  -- 100% -- [[File:Spell pollen.png|80px|class=mwe-math-fallback-image-display]] (Size of image as stored)
C  -- 200% -- [[File:Spell pollen.png|160px|class=mwe-math-fallback-image-display]] (200%)