Skip to content

Commit

Permalink
fix effect ticking
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 28, 2024
1 parent 83a9a57 commit cbf4328
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "origins:stacking_status_effect",
"min_stacks": -3,
"min_stacks": -2,
"max_stacks": 1,
"tick-rate": 20,
"tick-rate": 10,
"duration_per_stack": 200,
"effect": {
"effect": "icarus:flightless",
Expand Down

0 comments on commit cbf4328

Please sign in to comment.