Created
January 12, 2017 04:00
-
-
Save cqusyc/687e57c198d06da8da2f1568a1c7fbc3 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
["004901"] = {robotIndex = 49, ignoreContactSpace = true, | |
basic = { health = 10000, attack = 1, defense = 0, }, | |
activate = {delay = 0.1, location = {x = 0.8, y = 0.5,valueType = "float"},fixDirection = "left"}, | |
stage1timeChase = { | |
[1] = { | |
target = { | |
target = "pathCollision", | |
}, | |
effect = { | |
effect = {"attack"}, | |
}, | |
chaseTime = 0, | |
} , | |
} , | |
stage1rockKingFourthStave1 = { | |
[1] = { | |
target = { | |
target = "pathCollision", | |
}, | |
effect = { | |
effect = {"attack"}, | |
}, | |
number = { | |
calculation = {"attackAttribute"}, | |
ratioValue = 1, | |
}, | |
round = { | |
{delay = 1, bullet = {"1"},}, | |
{delay = 0, bullet = {"1"},}, | |
--{delay = 0, bullet = {"3"},}, | |
}, | |
bullet = { | |
["1"] = {type = "call", waveId = {9246,},}, | |
}, | |
damage = 0,duration = 20, | |
dullTime = 2, triggerDamageRate = 0, triggerPossibility = 0.3, | |
}, | |
}, | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment