Commit b3c0f171 authored by 独孤朲's avatar 独孤朲

Update constant.lua

添加全种族之和,便于其它卡调用,如:刀剑破坏者(64689404)
parent 4c77284d
...@@ -53,6 +53,7 @@ ATTRIBUTE_LIGHT =0x10 -- ...@@ -53,6 +53,7 @@ ATTRIBUTE_LIGHT =0x10 --
ATTRIBUTE_DARK =0x20 -- ATTRIBUTE_DARK =0x20 --
ATTRIBUTE_DEVINE =0x40 -- ATTRIBUTE_DEVINE =0x40 --
--Races --Races
RACE_ALL =0xffffff
RACE_WARRIOR =0x1 -- RACE_WARRIOR =0x1 --
RACE_SPELLCASTER =0x2 -- RACE_SPELLCASTER =0x2 --
RACE_FAIRY =0x4 -- RACE_FAIRY =0x4 --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment