View Single Post
  #5  
Old 02-01-2019, 03:55 AM
Sirlancelot's Avatar
Sirlancelot Sirlancelot is offline
Approved Member
 
Join Date: May 2011
Posts: 291
Default

Fire spiders spits don't work properly yet. The spiders are unable to burn anyone on ranged no matter the %. After dozen of attempts, I changed locally the value of:

custom_params {
burn=15 //30
}


, to 75 for nothing. I don't know what's wrong. Perhaps the related animation is missing? Something not linked, there?

Code:
  throw {
    group=1,2
    class=throw
    distance=5
    mindist=2
    penalty=0.7
    base_attack=1
    animation=cast/throw/thtarget
    throw=catapultfireball
    dontusenearenemy=1
    framekey=x
    damage {
      fire=2,3
    }
    custom_params {
      burn=75   //30
    }
  }
Reply With Quote