Created
January 7, 2017 09:49
-
-
Save cqnature/c4c4d7da8ef003f74f969a59aaa9c8e8 to your computer and use it in GitHub Desktop.
品质技能配置示例
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--宠物配置解析配置 | |
monster = { | |
id = 1, name = "2", defaultGrade = 3, defaultLevel = 4, general = 5, group = 6, | |
additionAttack = 7, | |
skills = {id = 8, maxLevel = 9}, | |
class = "10", order = 11, | |
qualitySkill = {id = 12}, --新增品质技能id | |
}, | |
214,Helper,2,1,1,2081,0.2,266,15,SingleAttack,15,297 --最后一项是品质技能id | |
217,Fish,1,1,1,2080,0.1,248,15,AOE,3, | |
218,DeathGod,2,1,1,2082,0.2,273,15,Support,17, | |
219,Husky,2,1,1,2086,0.2,200,15,SingleAttack,14, | |
220,WhiteBear,1,1,1,2090,0.1,274,15,SingleAttack,5, | |
221,MudShooter,1,1,1,2093,0.1,276,15,AOE,7, | |
222,Turtle,1,1,1,2091,0.1,277,15,AOE,8, | |
223,LanternFish,1,1,1,2092,0.1,275,15,AOE,4, | |
224,RedTail,3,1,1,2094,0.4,278,15,AOE,19, | |
226,ToadKnight,2,1,1,2096,0.2,279,15,AOE,16, | |
227,NinjaRat,1,1,1,2100,0.1,280,15,AOE,2, | |
228,Pompon,3,1,1,2104,0.4,281,15,AOE,25, | |
229,Hippo,3,1,1,2105,0.4,282,15,AOE,24, | |
230,IceBoy,1,1,1,2109,0.1,283,15,AOE,9, | |
231,Marmot,3,1,1,2108,0.4,284,15,AOE,22, | |
232,Crayfish,2,1,1,2114,0.2,285,15,AOE,11, | |
233,Sonic,2,1,1,2115,0.2,286,15,AOE,10, | |
234,Snail,1,1,1,2116,0.1,287,15,AOE,6, | |
235,MudMaster,3,1,1,2117,0.4,288,15,AOE,23, | |
236,Octopus,2,1,1,2118,0.2,289,15,AOE,13, | |
237,Lava Dragon,3,1,1,2121,0.2,290,15,AOE,20, | |
238,Cock Warrior,3,1,1,2122,0.2,291,15,AOE,21, | |
239,Swordsduck,2,1,1,2123,0.2,292,15,AOE,18, | |
240,EnvoyNightwind,1,1,1,2124,0.2,293,15,AOE,1, | |
241,DaddyRat,1,1,1,2125,0.2,294,15,AOE,1, | |
242,Winter,2,1,1,2127,0.2,295,15,AOE,12, | |
243,MilkCow,1,1,1,2126,0.2,296,15,AOE,1, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment