Mercurial > wow > reaction
comparison modules/State.lua @ 176:d32c65d94009
update state driver details for 4.01
add shadow dance and demon form states
(drycoded)
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 17:44:01 +0000 |
parents | df68b5a40490 |
children | 2e2abdaad2e5 |
comparison
equal
deleted
inserted
replaced
175:df68b5a40490 | 176:d32c65d94009 |
---|---|
162 -- pre-sorted by the order they should appear in | 162 -- pre-sorted by the order they should appear in |
163 local rules = { | 163 local rules = { |
164 -- rule fields | 164 -- rule fields |
165 { "stance", { {battle = L["Battle Stance"]}, {defensive = L["Defensive Stance"]}, {berserker = L["Berserker Stance"]} } }, | 165 { "stance", { {battle = L["Battle Stance"]}, {defensive = L["Defensive Stance"]}, {berserker = L["Berserker Stance"]} } }, |
166 { "form", { {caster = L["Caster Form"]}, {bear = L["Bear Form"]}, {cat = L["Cat Form"]}, {tree = L["Tree of Life"]}, {moonkin = L["Moonkin Form"]} } }, | 166 { "form", { {caster = L["Caster Form"]}, {bear = L["Bear Form"]}, {cat = L["Cat Form"]}, {tree = L["Tree of Life"]}, {moonkin = L["Moonkin Form"]} } }, |
167 { "stealth", { {stealth = L["Stealth"]}, {nostealth = L["No Stealth"]} } }, | 167 { "stealth", { {stealth = L["Stealth"]}, {nostealth = L["No Stealth"]} }, {shadowdance = L["Shadow Dance"]} }, |
168 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, | 168 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, |
169 { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, | |
169 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, | 170 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, |
170 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, | 171 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, |
171 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, | 172 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, |
172 { "possess", { {possess = L["Mind Control"]} } }, | 173 { "possess", { {possess = L["Mind Control"]} } }, |
173 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, | 174 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, |