From 6c63d080c9c1af55eb273c87916321fc0cccaece Mon Sep 17 00:00:00 2001 From: Panzer Date: Tue, 23 Jun 2026 11:50:55 -0600 Subject: [PATCH] Add momentum_powerup_doublejump --- db/factories/momentum.txt | 1 + fgd/point/momentum/momentum_powerup_doublejump.fgd | 7 +++++++ fgd/visgroups.cfg | 1 + 3 files changed, 9 insertions(+) create mode 100644 fgd/point/momentum/momentum_powerup_doublejump.fgd diff --git a/db/factories/momentum.txt b/db/factories/momentum.txt index bf79a1bf2..24e80af6e 100644 --- a/db/factories/momentum.txt +++ b/db/factories/momentum.txt @@ -230,6 +230,7 @@ momentary_door momentary_rot_button momentum_df_weaponspawner momentum_generic_bomb +momentum_powerup_doublejump mom_replay_playback mortarshell move_keyframed diff --git a/fgd/point/momentum/momentum_powerup_doublejump.fgd b/fgd/point/momentum/momentum_powerup_doublejump.fgd new file mode 100644 index 000000000..5b2496844 --- /dev/null +++ b/fgd/point/momentum/momentum_powerup_doublejump.fgd @@ -0,0 +1,7 @@ +@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 8adec129d..834b04c33 100644 --- a/fgd/visgroups.cfg +++ b/fgd/visgroups.cfg @@ -855,6 +855,7 @@ # Momentum * `momentum_powerup_haste` * `momentum_powerup_damage_boost` + * `momentum_powerup_doublejump` - World Details - Func Detail (`func_detail`)