Overloaded: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
(Added much more detailed info from what I've found in the code)
Line 15: Line 15:
}}
}}


{{name}} is an item mod that can be applied to most electronics. The modded item will also become scannable by tech scanners and be vulnerable to [[EMP]] if it wasn't already. Hypertractor and the ganglionic teleprojector are unable to be modded with overloaded.


{{Missing info|I have written my notes in the discussion page for trying to parse the deeper mechanics. -Dij}}
{{Missing info|I have written my notes in the discussion page for trying to parse the deeper mechanics. -Dij}}
{{name}} is an item mod that can be applied to most electronics. It adds 300% to the "power load level" of the item {{Code Reference|class = ModOverloaded|method=HandleEvent(GetPowerLoadLevelEvent)}}{{Code Reference|class = GetPowerLoadLevel|method = GetFor}}, which quadruples power consumption and provides a varying bonus to the item depending on the type of effect the item has.
== Bonuses by effect ==
{|class = wikitable
!Effect type
!Bonus
|-
| Standard Energy Weapons
| +2 to damage roll {{Code Reference|class = EnergyAmmoLoader|method = HandleEvent(GetMissileWeaponPerformanceEvent)}}
|-
| Electric Discharge Weapons
| Damage is based on charge used, so x4 damage {{Code Reference|class = ElectricalDischargeLoader|method = FireEvent}}
|-
| [[Light source|Light Sources]]
| +2 to radius {{Code Reference|class = ActiveLightSource}}
|-
| [[Normality]] (e.g. [[nulling]] items)
| +2 to the strength of reality stabilization {{Code Reference|class = RealityStabilization|method = Strength}}
|-
| [[Gas]] generation
| +30% to density of gases produced {{Code Reference|class = GasOnHit}}{{Code Reference|class = GasOnEntering}}
|}

Revision as of 04:46, 17 September 2021

overloaded
Category

Electronics

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

0

Rarity

Rare

Tinkerable

Yes

Tinker skill

Tinker II

Bit required

<5>

AutotinkerableCan appear spontaneously on an
item you create with tinkering.

no

Value multiplier

1.3

+1

+1

ID

ModOverloaded

Overloaded: This item has increased performance but consumes extra charge, generates heat when used, and has a chance to break relative to its charge draw.

This article has information that is missing or not up to par.
Reason: I have written my notes in the discussion page for trying to parse the deeper mechanics. -Dij

overloaded is an item mod that can be applied to most electronics. It adds 300% to the "power load level" of the item [1][2], which quadruples power consumption and provides a varying bonus to the item depending on the type of effect the item has.

Bonuses by effect

Effect type Bonus
Standard Energy Weapons +2 to damage roll [3]
Electric Discharge Weapons Damage is based on charge used, so x4 damage [4]
Light Sources +2 to radius [5]
Normality (e.g. nulling items) +2 to the strength of reality stabilization [6]
Gas generation +30% to density of gases produced [7][8]
  1. XRL.World.Parts.ModOverloaded, method HandleEvent(GetPowerLoadLevelEvent)
  2. XRL.World.Parts.GetPowerLoadLevel, method GetFor
  3. XRL.World.Parts.EnergyAmmoLoader, method HandleEvent(GetMissileWeaponPerformanceEvent)
  4. XRL.World.Parts.ElectricalDischargeLoader, method FireEvent
  5. XRL.World.Parts.ActiveLightSource
  6. XRL.World.Parts.RealityStabilization, method Strength
  7. XRL.World.Parts.GasOnHit
  8. XRL.World.Parts.GasOnEntering