comparison Editor.lua @ 305:0211bcdfab70 stable

Merge 1.1 beta 12 to stable
author Flick
date Wed, 14 Nov 2012 16:47:27 -0800
parents 6fbb55e5c624
children
comparison
equal deleted inserted replaced
294:30c9bdaad7a3 305:0211bcdfab70
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,
1035 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, 1035 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } },
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 { "possess", { {possess = L["Mind Control"]} } },
1041 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, 1040 { "vehicle", { {vehicle = L["In a Vehicle"]} } },
1041 { "possess", { {possess = L["Ability Override"]} } },
1042 { "extrabar",{ {extrabar = L["Has Special Action"]} } },
1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, 1043 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } },
1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, 1044 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } },
1044 } 1045 }
1045 1046
1046 local ruleSelect = { } 1047 local ruleSelect = { }