Liquid-cooled: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (additional infobox properties)
(additional infobox properties + description updates)
Line 18: Line 18:
| gameversion        = 2.0.201.114
| gameversion        = 2.0.201.114
}}
}}
{{name}} is a mod for [[:Category:Firearms|firearms]] that increases how many shots are fired in exchange for using up {{favilink|water|fresh water}}. A firearm can only be liquid-cooled if they already fire multiple shots (in succession; a burst of a {{favilink|pump shotgun}} is considered only one shot) and each shot uses one of the gun's ammo. This "ammo" can be intangible, such as a chain laser using using [[energy]].
{{name}} is a mod for [[:Category:Firearms|firearms]] that increases how many shots are fired in exchange for using up {{favilink|water|fresh water}}. A firearm can only be liquid-cooled if they already fire multiple shots (in succession; a burst of a {{favilink|pump shotgun}} is considered only one shot) and each shot uses one of the gun's ammo. This "ammo" can be intangible, such as a chain laser using using [[energy]].{{Code Reference|class=ModLiquidCooled|name=ModLiquidCooled}}


Adding this mod to a firearm creates a slot inside the weapon that various liquids can be poured into. The exact volume that the weapon can hold is determined by the number of shots it has before the mod is applied:
Adding this mod to a firearm creates a slot inside the weapon that various liquids can be poured into. The exact volume that the weapon can hold is determined by the number of shots it has before the mod is applied:{{Code Reference|class=ModLiquidCooled|name=ModLiquidCooled}}


<math>{Volume} = {NumShots} * 2</math>
<math>{Volume} = {NumShots} * 2</math>
Line 28: Line 28:
<math>{Volume} = {NumShots} * 2 + (8 - (({Numshots}*2) \% 8))</math>
<math>{Volume} = {NumShots} * 2 + (8 - (({Numshots}*2) \% 8))</math>


The number of shots per action is a 30-60% increase of the original number of shots, or just one additional shot if that is larger. This percent bonus is randomized for each time the modification is applied.
The number of shots per action is a 30-60% increase of the original number of shots, or just one additional shot if that is larger. This percent bonus is randomly chosen at the time the item is modified. This randomization is not tied to a stable seed, meaning that it can be re-rolled using [[Precognition]] or similar effects.{{Code Reference|class=ModLiquidCooled|name=ModLiquidCooled}}
{{Missing info|Can this number be rerolled through Precognition?}}


A {{name}} weapon will not fire if its liquid reservoir is empty.
A {{name}} weapon will not fire if its liquid reservoir is empty.
== Table ==
== Table ==
The following weapons can be {{name}}:
The following weapons can be {{name}}:
{{#cargo_query:tables=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
{{#cargo_query:tables=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
|join on=IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
|join on=IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
Line 63: Line 64:
|order by=GD.Tier ASC
|order by=GD.Tier ASC
}}
}}
[[Extradimensional]] weapons with increased rate of fire can also become eligible for this mod.
[[Extradimensional]] weapons with increased rate of fire can also become eligible for this mod.


{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}

Revision as of 16:17, 9 October 2021

liquid-cooled
Category

Firearm

Restrictions

Must have a rate of fire greater than 1 and consume 1 ammo per shot

Native tierLess likely to appear on items
of a lower tier than this.

3

Rarity

Uncommon

Tinkerable

yes

Tinker skill

Tinker I

Bit required

<3>

AutotinkerableCan appear spontaneously on an
item you create with tinkering.

no

Value multiplier

1.2

+2

+2

no

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

no

Distorts realityWhether this item is susceptible
to normality effects
?

no

ID

ModLiquidCooled

Liquid-cooled: This weapon's rate of fire is increased, but it requires pure water to function. When fired, there's a (15-Tier) % chance that 1 dram is consumed.

liquid-cooled is a mod for firearms that increases how many shots are fired in exchange for using up fresh water. A firearm can only be liquid-cooled if they already fire multiple shots (in succession; a burst of a pump shotgun is considered only one shot) and each shot uses one of the gun's ammo. This "ammo" can be intangible, such as a chain laser using using energy.[1]

Adding this mod to a firearm creates a slot inside the weapon that various liquids can be poured into. The exact volume that the weapon can hold is determined by the number of shots it has before the mod is applied:[1]

If this is not divisible by 8, the formula raises the volume to the next multiple of 8:

The number of shots per action is a 30-60% increase of the original number of shots, or just one additional shot if that is larger. This percent bonus is randomly chosen at the time the item is modified. This randomization is not tied to a stable seed, meaning that it can be re-rolled using Precognition or similar effects.[1]

A liquid-cooled weapon will not fire if its liquid reservoir is empty.

Table

The following weapons can be liquid-cooled:

Gun Tier Shots (Base) Shots (Cooled) Volume Water Usage Chance
scoped masterwork carbine 3 3 4 8 12%
carbine 3 3 4 8 12%
chain pistol 4 4 5-6 8 11%
chaingun 4 6 7-9 16 11%
chain pistol 4 4 5-6 8 11%
chain laser 5 3 4 8 10%
swarm rack 8 10 13-16 24 7%

Extradimensional weapons with increased rate of fire can also become eligible for this mod.

References

This information is reliable as of patch 2.0.201.114.
  1. 1.0 1.1 1.2 XRL.World.Parts.ModLiquidCooled