Skip to content

Commit

Permalink
increase speed of consumables
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina committed Mar 10, 2024
1 parent f9b61f2 commit 3ae62a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/data/consumables.ron
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
consumable_behaviors: [ApplyEffectsOnImpact],
acceleration: (0.0, 3.0),
deceleration: (0.5, 1.0),
speed: (0.0, 50.0),
speed: (0.0, 100.0),
z_level: 15.0,
initial_motion: (
random_linvel: Some(((-100, 50), (100, 100))),
Expand All @@ -32,7 +32,7 @@
consumable_behaviors: [ApplyEffectsOnImpact],
acceleration: (0.0, 3.0),
deceleration: (0.5, 1.0),
speed: (0.0, 50.0),
speed: (0.0, 100.0),
z_level: 15.0,
initial_motion: (
random_linvel: Some(((-100, 50), (100, 100))),
Expand All @@ -57,7 +57,7 @@
consumable_behaviors: [ApplyEffectsOnImpact],
acceleration: (0.0, 3.0),
deceleration: (0.5, 1.0),
speed: (0.0, 50.0),
speed: (0.0, 100.0),
z_level: 15.0,
initial_motion: (
random_linvel: Some(((-120, 50), (120, 120))),
Expand All @@ -82,7 +82,7 @@
consumable_behaviors: [ApplyEffectsOnImpact],
acceleration: (0.0, 3.0),
deceleration: (0.5, 1.0),
speed: (0.0, 50.0),
speed: (0.0, 100.0),
z_level: 15.0,
initial_motion: (
random_linvel: Some(((-100, 50), (100, 100))),
Expand All @@ -107,7 +107,7 @@
consumable_behaviors: [ApplyEffectsOnImpact],
acceleration: (0.0, 3.0),
deceleration: (0.5, 1.0),
speed: (0.0, 50.0),
speed: (0.0, 100.0),
z_level: 15.0,
initial_motion: (
random_linvel: Some(((-100, 50), (100, 100))),
Expand Down

0 comments on commit 3ae62a0

Please sign in to comment.