Overloaded: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Add info about overheating and breaking)
mNo edit summary
Line 126: Line 126:
|join on=IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
|join on=IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
|fields=CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Item,IT.ChargeUsed=Base</br>Charge Use,FLOOR(4 * IT.ChargeUsed)=Overloaded</br>Charge Use,FLOOR(IT.ChargeUsed / 25.0)+1=Overheat</br>Temp Per Use,CONCAT(CONCAT(FLOOR(IT.ChargeUsed/2.5)+1.0)/100.0,'%')=Breakage</br>Chance Per Use
|fields=CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Item,IT.ChargeUsed=Base</br>Charge Use,FLOOR(4 * IT.ChargeUsed)=Overloaded</br>Charge Use,FLOOR(IT.ChargeUsed / 25.0)+1=Overheat</br>Temp Per Use,CONCAT(CONCAT(FLOOR(IT.ChargeUsed/2.5)+1.0)/100.0,'%')=Breakage</br>Chance Per Use
|where=IT.ChargeUsed IS NOT NULL AND GD._pageName NOT LIKE 'Data:%' AND (MWD._pageName IS NOT NULL OR (PlainName LIKE 'gaslight %' OR PlainName LIKE '% rod' OR PlainName LIKE 'geomagnetic disc' OR PlainName LIKE 'maghammer' OR PlainName LIKE 'powered exoskeleton' OR PlainName LIKE 'ulnar stimulators'))
|where=IT.ChargeUsed IS NOT NULL AND GD._pageName NOT LIKE 'Data:%' AND (MWD._pageName IS NOT NULL OR (PlainName LIKE 'gaslight %' OR PlainName LIKE '% rod' OR PlainName LIKE 'geomagnetic disc' OR PlainName LIKE 'maghammer' OR PlainName LIKE 'powered exoskeleton' OR PlainName LIKE 'ulnar stimulators' OR PlainName LIKE 'ganglionic teleprojector' OR PlainName LIKE 'night-vision goggles'))
|format=table
|format=table
|order by=GD.PlainName
|order by=GD.PlainName

Revision as of 03:26, 18 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]
ganglionic teleprojector +2 bonus to success roll when attempting to dominate a robot [10]
geomagnetic disc +2 to damage roll, and bounces up to 2 additional times (up to 7 times total) [11]
gyrocopter backpack +10% chance each turn to repel gases [12]
maghammer +2 to difficulty of Strength save for latching on or breaking free, and auto-hits at the end of each turn deal 2 extra damage [13]
night-vision goggles +30% to radius of vision [14]
point-defense drone +10% chance to shoot incoming projectiles [15]
powered exoskeleton +2 Strength [16]
ulnar stimulators +1 Agility and +1 Strength [16]
wrist calc +30% to compute power (i.e. +3 normally) [17]
wrist fan +10% chance each turn to repel gases [12]

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. [18]
Displacer Increases the maximum range of displacer to 6 tiles [19]
Electrified Adds 2 to the item tier for purposes of damage calculation [20]
Flaming Adds 2 to the item tier for purposes of damage calculation and temperature increase [21]
Freezing Adds 2 to the item tier for purposes of damage calculation and temperature decrease [22]
Morphogenetic +2 to difficulty of Willpower save [23]
Nulling +2 to the strength of reality stabilization [24]

Overheating and Breaking

Each time an overloaded item draws charge (typically when it is fired/activated/used), it generates heat and has a chance of breaking relative to the amount of charge it draws. Keep in mind that overloaded items draw 4x more charge than their normal item counterparts. Both the object itself and the holder/wielder will be affected by the temperature increase. [25]

Temperature increase per use
Floor(ChargeConsumed / 100) + 1
Percent chance of breaking per use
(Floor(ChargeConsumed / 10) + 1) / 100

Overheat and Breakage Stats by Item

The following table provides some examples of overheat temperatures and breakage statistics for items that can be overloaded. This is not an exhaustive list of items that can be overloaded.

Error: No field named "ChargeUsed" found for the database table "ItemsTable".

Tips

This section is opinion-based. Your mileage may vary.
  • Taking the Tinkering skill Repair might come in handy to fix up overloaded items that break frequently.

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.Teleprojector
  11. XRL.World.Parts.GeomagneticDisc
  12. 12.0 12.1 XRL.World.Parts.PartsGas
  13. XRL.World.Parts.LatchesOn
  14. XRL.World.Parts.NightVision, method HandleEvent(BeforeRenderEvent)
  15. XRL.World.Parts.PointDefense
  16. 16.0 16.1 XRL.World.Parts.EquipStatBoost, method DetermineBonusList
  17. XRL.World.Parts.ComputeNode
  18. XRL.World.Parts.ModCoProcessor
  19. XRL.World.Parts.ModDisplacer, method FireEvent
  20. XRL.World.Parts.ModElectrified, method FireEvent
  21. XRL.World.Parts.ModFlaming, method FireEvent
  22. XRL.World.Parts.ModFreezing, method FireEvent
  23. XRL.World.Parts.ModMorphogenetic, method ApplyMorphicShock
  24. XRL.World.Parts.RealityStabilization, method Strength
  25. XRL.World.ChargeUsedEvent, method Send