Skip to content

Commit

Permalink
Auto-pull (#22)
Browse files Browse the repository at this point in the history
* Inherit spawn

* Minor fixes and code syntax changes

* Group member fixes

* Minor cleanup

* Alias cleanup

* Some fixes to TLO datatype fetching

* Fix TLO functions

* Fix to reagent func

* Fix math calc

* Some fixes to character data type

* Fix to fellowship

* Fix missing alias

* Fix doortarget type

* Fix spelling

* Update typedef

Co-authored-by: Aleksander Spro <abspro@gmail.com>
  • Loading branch information
johnfking and projecteon committed Oct 2, 2022
1 parent fc87b32 commit 826e6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/_spawn.lua
Expand Up @@ -147,7 +147,7 @@
--- @field public S MQFloat # Shortcut for -Y (makes Southward positive)
--- @field public D MQFloat # Shortcut for -Z (makes Downward positive)
--- @field public FindBuff fun(predicate: string): spell # Try find a given buff/debuff given predicate from cachedbuffs
--- @field public Aggresive MQBoolean # Is the spawn agressive towards you
--- @field public Aggresive MQBoolean # Is the spawn aggressive towards you
local spawn = {}

---@diagnostic disable: duplicate-set-field
Expand Down
1 change: 1 addition & 0 deletions datatype/_spell.lua
Expand Up @@ -29,6 +29,7 @@
--- @field public ResistType MQString # See below for Resist Types
--- @field public Skill MQString # See below for Skill Types
--- @field public SlowPct MQFloat # Percentage of slow, example of use ${Target.Slowed.SlowPct} or ${Spell[Slowing Helix].SlowPct}
--- @field public SPA MQInt # Sell affect [https://docs.macroquest.org/reference/general/spa-list/?h=spa]
--- @field public SpellIcon MQInt # Icon number of the spell. Exmaple ${Spell[blah].SpellIcon}
--- @field public SpellType MQString # The spell type, Will be one of "Beneficial(Group)", "Beneficial", "Detrimental" or "Unknown"
--- @field public Stacks MQBoolean # Does the selected spell stack with your current buffs (duration is in ticks)
Expand Down

0 comments on commit 826e6dd

Please sign in to comment.