Skip to content

Commit

Permalink
Added more character debuff types (#67)
Browse files Browse the repository at this point in the history
* - Added spell.BaseName
- Added character.Bandolier()

* - Correct CurrentZone References.
- Light formatting cleanup

* Aliased current zone wrong

* Added:
- Character:Zoning()
- Fellowship.Member(name|index)
- Spell.Inspect()
- Spell.NoExpendReagentId(index)
- Target.PctAggro()
- Window.Select(index)
- Navigation.Velocity()

* added string as valid index type

* added spell extra data

* character debuffs added.

* Added Tash
  • Loading branch information
DerpleMQ2 authored Jan 4, 2024
1 parent 816205d commit 30a04d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mq/datatype/_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
---@field public DamageShieldBonus MQFloat #Damage Shield bonus from gear and spells
---@field public DamageShieldMitigationBonus MQFloat #Damage Shield Mitigation bonus from gear and spells
---@field public Dar MQFloat #Damage absorption remaining (eg. from Rune-type spells)
---@field public Diseased MQString #Returns the name of any Disease spell
---@field public Diseased MQBuff #Returns the name of any Disease spell
---@field public DEX MQFloat #Character Dexterity
---@field public Dotted MQString #Returns name of first DoT on character.
---@field public DoTShieldBonus MQFloat #DoT Shield bonus from gear and spells
Expand Down Expand Up @@ -145,11 +145,12 @@
---@field public Platinum MQFloat #Platinum on your character
---@field public PlatinumBank MQFloat #Platinum in bank
---@field public PlatinumShared MQFloat #Platinum in shared bank
---@field public Poisoned MQString #Returns the name of any Poison spell
---@field public Poisoned MQBuff #Returns the name of any Poison spell
---@field public RadiantCrystals MQFloat #Number of Radiant Crystals on your character
---@field public RaidLeaderExp MQFloat #Raid leadership exp (out of 330)
---@field public RaidLeaderPoints MQFloat #Raid leadership points
---@field public RangedReady MQBoolean #Ranged attack ready?
---@field public Rooted MQBuff #Returns the name of any Root spell
---@field public RujEarned MQFloat #Total LDoN points earned in Rujarkian
---@field public Running MQBoolean #Do I have auto-run turned on?
---@field public SecondaryPctAggro MQFloat #Secondary Percentage aggro
Expand All @@ -160,6 +161,7 @@
---@field public Silver MQFloat #Silver on your character
---@field public SilverBank MQFloat #Silver in bank
---@field public Sit fun() Causes toon to sit if not already
---@field public Snared MQBuff #Returns the name of any Snare spell
---@field public Spawn spawn The character's spawn
---@field public SpellInCooldown MQBoolean #returns TRUE if you have a spell in cooldown and FALSE when not.
---@field public SpellDamageBonus MQFloat #Spell Damage bonus
Expand All @@ -185,6 +187,7 @@
---@field public svPrismatic MQFloat #The average of your character's resists
---@field public TakEarned MQFloat #Total LDoN points earned in Takish
---@field public TargetOfTarget MQTarget Target of Target (will only work when group or raid Target of Target is active; if not, it will return NULL)
---@field public Tashed MQBuff #Returns the name of any Poison spell
---@field public Thirst MQFloat #Thirst level
---@field public Trader MQBoolean #if you are an active Trader
---@field public TributeActive MQBoolean #Tribute Active
Expand Down

0 comments on commit 30a04d8

Please sign in to comment.