fun: rock cooldown

This commit is contained in:
cha0s 2019-06-07 00:14:53 -05:00
parent a8d89f17ce
commit f96c486ad7

View File

@ -37,17 +37,12 @@ export function rockJSON() {
},
item: {
params: {
cooldown: 0.33,
itemActions: {
type: 'actions',
traversals: [
setProjectileIntoContext,
setWielderIntoProjectile,
// buildInvoke(
// ['global', 'wait'],
// [
// 0.1,
// ],
// ),
setProjectileBehaving,
],
},