Hi,
I have a really quick question; how do i set the 'Speed' variable for weapons? I looked through the asset definition reference and could not find the variable that allows me to set the attack speed. I'm using the clone object method.
thanks
Setting weapon attack speed
Re: Setting weapon attack speed
Hey, thermalburn. It should be located right here: http://www.grimrock.net/modding/asset-d ... reference/
Scroll down to items. You'll find this: coolDownTime: cool down time in seconds
so for example you could add the line,
coolDownTime: 3,
Scroll down to items. You'll find this: coolDownTime: cool down time in seconds
so for example you could add the line,
coolDownTime: 3,
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
-
thermalburn
- Posts: 13
- Joined: Mon Dec 24, 2012 12:16 am
Re: Setting weapon attack speed
oh thank you so much, i cant believe i missed that.
However now i have another concern. This entire time, i was under the impression that a higher speed meant a less cooldown. Would you happen to know the formula as to how cooldown is related to speed?
However now i have another concern. This entire time, i was under the impression that a higher speed meant a less cooldown. Would you happen to know the formula as to how cooldown is related to speed?
Re: Setting weapon attack speed
That's how it is. The lower the cooldown is, the higher the speed is. I don't know the exact formula, I always thought cooldown means seconds between attacks while speed means attacks per minute (so a cooldown of 3 would equal a speed of 20). But I didn't test it, so I could be wrong.thermalburn wrote:oh thank you so much, i cant believe i missed that.
However now i have another concern. This entire time, i was under the impression that a higher speed meant a less cooldown. Would you happen to know the formula as to how cooldown is related to speed?
-
thermalburn
- Posts: 13
- Joined: Mon Dec 24, 2012 12:16 am
Re: Setting weapon attack speed
ah i see.
thanks a lot guys. you've all been very helpful
thanks a lot guys. you've all been very helpful