diff options
| author | _Tradam <[email protected]> | 2021-12-19 22:55:08 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-19 22:55:08 -0500 |
| commit | 3ee4fad56cfbcc2fadbe860aa4ae2579e68a384a (patch) | |
| tree | 195e89ad5b5cb3f35f65f0a8851b941d9e089f8d /app/components/rules | |
| parent | b203083dc920985da2e44e8bcfd6079ce2a900ba (diff) | |
| parent | 561ac9574a5afc88ac762edc8892353e678b1117 (diff) | |
| download | SteelWings-3ee4fad56cfbcc2fadbe860aa4ae2579e68a384a.tar.gz SteelWings-3ee4fad56cfbcc2fadbe860aa4ae2579e68a384a.zip | |
Merge branch 'master' into speed-dev
Diffstat (limited to 'app/components/rules')
| -rw-r--r-- | app/components/rules/decay_speed.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/rules/decay_speed.rb b/app/components/rules/decay_speed.rb new file mode 100644 index 0000000..83a3938 --- /dev/null +++ b/app/components/rules/decay_speed.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('DecaySpeed', + strength: 0.8) |
