Hunter high pounces cause meteor strike
-
Video | 影片展示
None -
Image | 圖示
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d_meteor_hunter.cfg
// 0=Plugin off, 1=Plugin on. l4d_meteor_hunter_allow "1" // Damage caused by meteor strike. l4d_meteor_hunter_damage "15.0" // Hunter Pounce Distance needed to trigger meteor strike. l4d_meteor_hunter_distance "800" // Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all). l4d_meteor_hunter_modes "" // Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none). l4d_meteor_hunter_modes_off "" // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together. l4d_meteor_hunter_modes_tog "0" // How much force is applied to the survivor (meteor strike). l4d_meteor_hunter_power "300" // Hunter meteor strike range. l4d_meteor_hunter_range "200" // Vertical force multiplier (meteor strike). l4d_meteor_hunter_vertical_mult "1.5"
- cfg/sourcemod/l4d_meteor_hunter.cfg
-
Command | 命令
None
-
Apply to | 適用於
L4D1 L4D2
-
Related Plugin | 相關插件
- pounceannounce: Announces hunter pounces to the entire server
顯示Hunter造成的高撲傷害與高撲距離
- l4d_hunter_destructive: Allows for unique Hunter abilities to the destructive beast.
增強Hunter,賦予多種超能力成為毀滅性的野獸
- pounceannounce: Announces hunter pounces to the entire server
-
Changelog | 版本日誌
-
v1.5 (2023-3-24)
- Remake code, convert code to latest syntax
- Fix warnings when compiling on SourceMod 1.11.
- Optimize code and improve performance
- Replace Gamedata with left4dhooks
- Add Convars
-
v1.5
-
Hunter的高撲造成核彈衝擊波
-
原理
- AI Hunter或者真人Hunter的高撲如果超過一定高度,則造成核彈衝擊波
- 給予周圍玩家額外傷害
- 震飛周圍玩家
- AI Hunter或者真人Hunter的高撲如果超過一定高度,則造成核彈衝擊波
-
功能
- 可設置核彈衝擊範圍與額外傷害
- 可設置衝擊力道
- 可設置觸發核彈衝擊的高撲距離門檻