Freezing: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (add powerloadsensitive)
m (trivia)
Line 1: Line 1:
{{As Of Patch|2.0.200.85}}
{{Mod
{{Mod
|title      ={{qud text|&Cfreezing|notxml}}
|title      ={{qud text|&Cfreezing|notxml}}
Line 19: Line 18:


==Relic Freezing==
==Relic Freezing==
[[Relic]]s have a chance of spawning with {{name}}, but the damage is calculated as ([Tier * 1.6 + 3] - [Tier * 2.4 + 3]), for a range of 5-(16-22) cold damage. The charge use is decreased to 8 as well. The temperature change remains the same.{{Code Reference|class=ModRelicFreezing}} Since it is a different Mod ID than normal {{name}}, the two mods can be stacked on the same item.
[[Relic]]s have a chance of spawning with a more powerful version of {{name}}. The damage for relic freezing is calculated as ([Tier * 1.6 + 3] - [Tier * 2.4 + 3]), for a range of 5-(16-22) cold damage. The charge use is decreased to 8 as well. The temperature change remains the same.{{Code Reference|class=ModRelicFreezing}}.
==References==
 
<references/>
== Trivia ==
* Prior to patch [https://store.steampowered.com/news/app/333640/view/4639224265629184703 2.0.200.86] (August 14, 2020), it was possible to mod [[relic]] items, allowing a player to combine relic freezing + normal freezing on an item for a very powerful overall freezing effect. However, it is no longer possible to add normal mods to relic items.{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GenerateBaseRelic}}
 
{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}

Revision as of 16:21, 4 October 2021

freezing
Category

Melee Weapon

Rarity

Uncommon

Tinkerable

yes

Tinker skill

Tinker I

Bit required

<2>

AutotinkerableCan appear spontaneously on an
item you create with tinkering.

no

Value multiplier

1.2

+1

+1

OverloadableWhether this mod is power-load sensitive, and
can be further enhanced by the overloaded mod
?

yes

ID

ModFreezing

Freezing: When powered, this weapon deals ((Tier * 0.8) - (Tier * 1.2)) cold damage on hit.

freezing is a weapon mod that adds extra damage that does not require to penetrate in order to deal damage. On hit, the struck object's temperature will also decrease by (Tier)d4.

Adding this to a weapon causes it to become EMP sensitive and use up 10 charge per melee hit. If applied to a ranged weapon, this will not affect the projectiles. This mod will only work if being used to physically strike something.

Relic Freezing

Relics have a chance of spawning with a more powerful version of freezing. The damage for relic freezing is calculated as ([Tier * 1.6 + 3] - [Tier * 2.4 + 3]), for a range of 5-(16-22) cold damage. The charge use is decreased to 8 as well. The temperature change remains the same.[1].

Trivia

  • Prior to patch 2.0.200.86 (August 14, 2020), it was possible to mod relic items, allowing a player to combine relic freezing + normal freezing on an item for a very powerful overall freezing effect. However, it is no longer possible to add normal mods to relic items.[2]

References

This information is reliable as of patch 2.0.201.114.
  1. XRL.World.Parts.ModRelicFreezing
  2. XRL.World.RelicGenerator, method GenerateBaseRelic