Overloaded: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 25: Line 25:


{|class = wikitable
{|class = wikitable
!Effect type
!Item type
!Bonus
!Overloaded effect
|-
|-
| [[Energy-loaded missile weapons]]
| [[Energy-loaded missile weapons]]
| +2 to damage roll {{Code Reference|class = EnergyAmmoLoader|method = HandleEvent(GetMissileWeaponPerformanceEvent)}}
| +2 to damage roll {{Code Reference|class = EnergyAmmoLoader|method = HandleEvent(GetMissileWeaponPerformanceEvent)}}
|-  
|-  
| Electric Discharge Weapons
| Electric discharge Weapons
| Damage is based on charge used, so x4 damage {{Code Reference|class = ElectricalDischargeLoader|method = FireEvent}}
| Damage is based on charge used, so x4 damage {{Code Reference|class = ElectricalDischargeLoader|method = FireEvent}}
|-
|-
Line 37: Line 37:
| +2 to damage roll {{Code Reference|class = Gaslight}}
| +2 to damage roll {{Code Reference|class = Gaslight}}
|-
|-
| [[Light source|Light Sources]]
| [[Light source]]s
| +2 to radius {{Code Reference|class = ActiveLightSource}}
| +2 to radius {{Code Reference|class = ActiveLightSource}}
|-  
|-  
Line 43: Line 43:
| +2 to the strength of reality stabilization {{Code Reference|class = RealityStabilization|method = Strength}}
| +2 to the strength of reality stabilization {{Code Reference|class = RealityStabilization|method = Strength}}
|-  
|-  
| [[Gas]] generation
| [[Gas]]-generating items
| +30% to density of gases produced {{Code Reference|class = GasOnHit}}{{Code Reference|class = GasOnEntering}}
| +30% to density of gases produced {{Code Reference|class = GasOnHit}}{{Code Reference|class = GasOnEntering}}
|-
|-

Revision as of 20:56, 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: Table needs to be filled out with more effects of overloaded on different items

overloaded is an item mod that can be applied to "power load-sensitive" 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.

Because certain other item mods can cause an item to become power load-sensitive, overloaded can amplify the effects of those other mods when combined with them.

Bonuses to Items and Equipment

Item type Overloaded effect
Energy-loaded missile weapons +2 to damage roll [3]
Electric discharge Weapons Damage is based on charge used, so x4 damage [4]
Gaslight weapons +2 to damage roll [5]
Light sources +2 to radius [6]
Reality stabilization items +2 to the strength of reality stabilization [7]
Gas-generating items +30% to density of gases produced [8][9]
wrist calc +30% to compute power (i.e. +3 normally) [10]

Bonuses to Other Mods

Item Mod Overloaded effect
Co-processor Adds 2 to the item tier for purposes of calculating mod effects. Effectively this results in +0.5 intelligence and +5 compute power. [11]
Displacer Increases the maximum range of displacer to 6 tiles [12]
Electrified Adds 2 to the item tier for purposes of damage calculation [13]
Flaming Adds 2 to the item tier for purposes of damage calculation and temperature increase [14]
Freezing Adds 2 to the item tier for purposes of damage calculation and temperature decrease [15]
Morphogenetic +2 to difficulty of Willpower save [16]
Nulling +2 to the strength of reality stabilization [17]

References

  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.Gaslight
  6. XRL.World.Parts.ActiveLightSource
  7. XRL.World.Parts.RealityStabilization, method Strength
  8. XRL.World.Parts.GasOnHit
  9. XRL.World.Parts.GasOnEntering
  10. XRL.World.Parts.ComputeNode
  11. XRL.World.Parts.ModCoProcessor
  12. XRL.World.Parts.ModDisplacer, method FireEvent
  13. XRL.World.Parts.ModElectrified, method FireEvent
  14. XRL.World.Parts.ModFlaming, method FireEvent
  15. XRL.World.Parts.ModFreezing, method FireEvent
  16. XRL.World.Parts.ModMorphogenetic, method ApplyMorphicShock
  17. XRL.World.Parts.RealityStabilization, method Strength