Mercurial > wow > reaction
comparison Editor.lua @ 300:a682fac2aa98
Rename "Mind Control" display string to "Ability Override"
author | Flick |
---|---|
date | Fri, 09 Nov 2012 13:22:25 -0800 |
parents | 0cb6a9944497 |
children | 6fbb55e5c624 |
comparison
equal
deleted
inserted
replaced
299:e337b39dc491 | 300:a682fac2aa98 |
---|---|
492 step = 1, | 492 step = 1, |
493 get = "GetNumPages", | 493 get = "GetNumPages", |
494 set = "SetNumPages", | 494 set = "SetNumPages", |
495 }, | 495 }, |
496 mindcontrol = { | 496 mindcontrol = { |
497 name = L["Mind Control Support"], | 497 name = L["Override Button Support"], |
498 desc = L["When possessing a target (e.g. via Mind Control), map the first 12 buttons of this bar to the possessed target's actions."], | 498 desc = L["Override the first 12 buttons on this bar with abilities gained from certain game quests and events."], |
499 order = 2, | 499 order = 2, |
500 type = "toggle", | 500 type = "toggle", |
501 set = "SetMindControl", | 501 set = "SetMindControl", -- called 'mind control' for legacy reasons |
502 get = "GetMindControl", | 502 get = "GetMindControl", -- called 'mind control' for legacy reasons |
503 }, | 503 }, |
504 vehicle = { | 504 vehicle = { |
505 name = L["Vehicle Support"], | 505 name = L["Vehicle Support"], |
506 desc = L["When on a vehicle, map the first 6 buttons of this bar to the vehicle actions. The vehicle-exit button is mapped to the 7th button. Pitch controls are not supported."], | 506 desc = L["When on a vehicle, map the first 6 buttons of this bar to the vehicle actions. The vehicle-exit button is mapped to the 7th button. Pitch controls are not supported."], |
507 order = 3, | 507 order = 3, |
1036 { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, | 1036 { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, |
1037 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, | 1037 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, |
1038 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, | 1038 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, |
1039 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, | 1039 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, |
1040 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, | 1040 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, |
1041 { "possess", { {possess = L["Mind Control"]} } }, | 1041 { "possess", { {possess = L["Ability Override"]} } }, |
1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, | 1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, |
1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, | 1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, |
1044 } | 1044 } |
1045 | 1045 |
1046 local ruleSelect = { } | 1046 local ruleSelect = { } |