diff --git a/db/factories/momentum.txt b/db/factories/momentum.txt index 1a56cd99..2c30bbb8 100644 --- a/db/factories/momentum.txt +++ b/db/factories/momentum.txt @@ -230,8 +230,8 @@ momentary_door momentary_rot_button momentum_df_weaponspawner momentum_generic_bomb +momentum_powerup_airjump momentum_powerup_damageboost -momentum_powerup_doublejump momentum_powerup_flight momentum_powerup_haste mom_replay_playback diff --git a/fgd/point/momentum/momentum_powerup_airjump.fgd b/fgd/point/momentum/momentum_powerup_airjump.fgd new file mode 100644 index 00000000..10742155 --- /dev/null +++ b/fgd/point/momentum/momentum_powerup_airjump.fgd @@ -0,0 +1,7 @@ +@PointClass base(MomentumPickup) + appliesto(MOMENTUM) + size(-43 -43 -36, 43 43 66) += momentum_powerup_airjump : "Air Jump Powerup" + [ + SingleUse(boolean) : "Single Use" : 1 : "When enabled, the air jump does not refresh on landing and the powerup is removed as soon as the player air jumps." + ] diff --git a/fgd/point/momentum/momentum_powerup_doublejump.fgd b/fgd/point/momentum/momentum_powerup_doublejump.fgd deleted file mode 100644 index 5b249684..00000000 --- a/fgd/point/momentum/momentum_powerup_doublejump.fgd +++ /dev/null @@ -1,7 +0,0 @@ -@PointClass base(MomentumPickup) - appliesto(MOMENTUM) - size(-43 -43 -36, 43 43 66) -= momentum_powerup_doublejump : "Double Jump Powerup" - [ - SingleUse(boolean) : "Single Use" : 1 : "When enabled, the double jump does not refresh on landing and the powerup is removed as soon as the player double jumps." - ] diff --git a/fgd/visgroups.cfg b/fgd/visgroups.cfg index c07c9c2b..8381d8e3 100644 --- a/fgd/visgroups.cfg +++ b/fgd/visgroups.cfg @@ -858,7 +858,7 @@ * `momentum_powerup_flight` * `momentum_powerup_haste` * `momentum_powerup_damageboost` - * `momentum_powerup_doublejump` + * `momentum_powerup_airjump` - World Details - Func Detail (`func_detail`)