Merge branch 'anims-change' of ssh://mnml.gg:40022/~/mnml into anims-change
This commit is contained in:
commit
84325c86f1
@ -134,7 +134,7 @@ function animations(props) {
|
||||
case 'Debuff': return <Debuff />;
|
||||
case 'Curse': return <Curse />;
|
||||
case 'Decay': return <Decay />;
|
||||
case 'DecayTick': return false;
|
||||
case 'DecayTick': return <Decay />;
|
||||
case 'Invert': return <Invert id={construct.id} />;
|
||||
case 'Purge': return false;
|
||||
case 'Silence': return <Silence />;
|
||||
|
||||
@ -75,7 +75,11 @@ class Bash extends Component {
|
||||
targets: ['#bashFilter feTurbulence', '#bashFilter feDisplacementMap'],
|
||||
baseFrequency: 2,
|
||||
scale: 10,
|
||||
numOctaves: 5,
|
||||
numOctaves: [
|
||||
{ value: 3, delay: TIMES.TARGET_DURATION_MS * 0.25, duration: 0 },
|
||||
{ value: 4, delay: TIMES.TARGET_DURATION_MS * 0.25, duration: 0 },
|
||||
{ value: 5, delay: TIMES.TARGET_DURATION_MS * 0.25, duration: 0 },
|
||||
],
|
||||
easing: 'easeOutSine',
|
||||
|
||||
delay: TIMES.TARGET_DELAY_MS,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user