Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion addons/checkparam/checkparam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defaults = {
PLD = 'enmity|damage taken|physical damage taken|magic damage taken|spell interruption rate|phalanx|cure potency|fastcast',
DRK = 'store tp|double attack|triple attack|quadruple attack|weapon skill damage',
BST = 'pet: double attack|pet: magic attack bonus|pet: damage taken',
BRD = 'all songs|song effect duration|fast cast|song spellcasting time',
BRD = 'all songs|song effect duration|fast cast|song spellcasting time|singing skill|wind skill|string skill',
RNG = 'store tp|snapshot|rapid shot|weapon skill damage',
SAM = 'store tp|double attack|triple attack|quadruple attack|weapon skill damage',
NIN = 'store tp|double attack|triple attack|quadruple attack|subtle blow',
Expand Down Expand Up @@ -304,6 +304,8 @@ enhanced = {
[28619] = 'cursna+15', --Mending Cape
[28631] = 'elemental siphon+30', --Conveyance Cape
[28637] = 'fast cast+7', --Lifestream Cape
[11618] = 'song effect duration+10', -- Aoidos' Matinee
[20629] = 'song effect duration+5', -- Legato Dagger
}
combination={
['af']={item=S{
Expand Down