示例#1
0
 def init(this):
     this.conf['acl'] = """
         `s1, seq=5 and cancel 
         `s3, seq=5 and cancel
         """
     this.setconfig()
     energy.Energy(this, {}, {})
示例#2
0
文件: d_cleo.py 项目: gitubzuky/dl
 def prerun(this):
     this.stance = 0
     this.hits = 0
     this.energy = energy.Energy(this, 
             self={},
             team={}
             )
示例#3
0
文件: d_cleo.py 项目: gitubzuky/dl
 def c_prerun(this):
     this.stance = 0
     this.hits = 0
     this.energy = energy.Energy(this, 
             self={'s1':1,'hit':1},
             team={'s1':1}
             )
示例#4
0
 def c_init(this):
     this.stance = 0
     this.energy = energy.Energy(this, 
             self={'1':1,'2':2,'s2':2},
             team={'s2':2}
             )
     Event('energized').listener(this.energy_doublebuff)
示例#5
0
 def init(this):
     this.energy = energy.Energy(this,
             self={} ,
             team={} 
             )
     this.a1atk = Selfbuff('a1atk',0.00,-1,'att','passive').on()
     this.a1crit = Selfbuff('a1crit',0.00,-1,'crit','chance').on()
示例#6
0
 def c_init(this):
     this.energy = energy.Energy(this,
             self={'s1':1,'a1':1} ,
             team={}
             )
     this.a3atk = Selfbuff('a3atk',0.20,-1,'att','passive').on()
     this.a3spd = Selfbuff('a3spd',0.10,-1,'spd').on()
示例#7
0
 def c_prerun(this):
     this.o_prerun()
     this.energy = energy.Energy(this, 
             self={'hit':1},
             team={}
             )
     if this.condition('c4+fs'):
         this.conf['acl'] = """
示例#8
0
 def init(this):
     this.energy = energy.Energy(this, self={}, team={})
     this.conf['acl'] = """
         `s1, seq=5 and cancel
         `s2, seq=5 and cancel
         `s3 
         """
     Event('energized').listener(this.energy_doublebuff)
示例#9
0
 def c_init(this):
     this.energy = energy.Energy(this,
             self={'s1':1,'s2':2} ,
             team={'s2':2}
             )
     Event('energized').listener(this.energy_doublebuff)
     this.a1atk = Selfbuff('a1atk',0.00,-1,'att','passive').on()
     this.a1crit = Selfbuff('a1crit',0.00,-1,'crit','chance').on()
示例#10
0
 def init(this):
     energy.Energy(this, self={}, team={})
示例#11
0
 def c_init(this):
     energy.Energy(this, {'s2': 1}, {'s2': 1})
示例#12
0
文件: natalie.py 项目: gitubzuky/dl
 def c_prerun(this):
     this.energy = energy.Energy(this, self={'s1': 1, 'a1': 1}, team={})
示例#13
0
 def c_init(this):
     energy.Energy(this, self={'s2': 1}, team={'s2': 1})
示例#14
0
 def init(this):
     this.energy = energy.Energy(this, self={}, team={})
示例#15
0
 def c_prerun(this):
     energy.Energy(this, self={'s2': 1}, team={'s2': 1})
示例#16
0
 def c_init(this):
     energy.Energy(this, self={'s1': 1, 's2': 2}, team={'s1': 1})
     Event('energized').listener(this.energy_doublebuff)
示例#17
0
文件: all.py 项目: smashwidget/dl-1
 def oninit(this, adv):
     Amulet.oninit(this, adv)
     this.adv = adv
     from module import energy
     energy.Energy(adv, {}, {})
     adv.Listener('defchain', this.dc_energy)
示例#18
0
文件: emma.py 项目: smashwidget/dl-1
 def init(this):
     comment = 'no s2'
     energy.Energy(this, {}, {})
     if this.condition('buff all team'):
         this.s1_proc = this.c_s1_proc
示例#19
0
文件: elias.py 项目: smashwidget/dl-1
 def prerun(this):
     energy.Energy(this,{},{})
示例#20
0
 def c_prerun(this):
     this.stance = 0
     this.energy = energy.Energy(this, 
             self={'s2':3},
             team={}
             )
示例#21
0
 def c_init(this):
     energy.Energy(this,{'s2':1},{'s2':1})
     if this.condition('c4+fs & no s2'):
         this.conf['acl'] = """
示例#22
0
 def init(this):
     energy.Energy(this,{},{})
示例#23
0
文件: elias.py 项目: smashwidget/dl-1
 def c_prerun(this):
     energy.Energy(this,{'s2':1},{'s2':1})
示例#24
0
 def c_init(this):
     this.stance = 0
     this.energy = energy.Energy(this, self={}, team={})
示例#25
0
 def prerun(this):
     this.energy = energy.Energy(this, self={}, team={})
示例#26
0
 def c_init(this):
     this.energy = energy.Energy(this, self={'s1': 1, 's2': 2}, team={})
示例#27
0
 def init(this):
     energy.Energy(this, self={}, team={})
     Event('energized').listener(this.energy_doublebuff)
示例#28
0
 def init(this):
     energy.Energy(this, {}, {})
     this.a1_iscding = 0
     if this.condition('buff all team'):
         this.s1_proc = this.c_s1_proc
示例#29
0
 def c_prerun(this):
     this.energy = energy.Energy(this, self={'s1': 1, 'a1': 1}, team={})
     this.a3atk = adv.Selfbuff('a3atk', 0.20, -1, 'att', 'passive').on()
     this.a3spd = adv.Spdbuff('a3spd', 0.10, -1).on()
示例#30
0
 def init(this):
     this.hits = 0
     this.energy = energy.Energy(this, self={}, team={})
     this.dmg_make("o_s1_burn", 0.883 * 3)
     this.dmg_make("o_s1_burn", 0.883 * 3)
     this.dmg_make("o_s1_burn", 0.883 * 3)