mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Scale grenade torque depending on throw mode (#5845)
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
#define THROWSTYLE_HIGH_DIR [0, 200, 500]
|
||||
#define THROWSTYLE_HIGH_VEL_COEF 2
|
||||
#define THROWSTYLE_DROP_VEL 2
|
||||
#define THROWSTYLE_HIGH_TORQUE_COEF .6
|
||||
#define THROWSTYLE_DROP_TORQUE_COEF .2
|
||||
|
||||
#define THROW_TYPE_DEFAULT "normal"
|
||||
#define THROW_SPEED_DEFAULT 18
|
||||
|
Reference in New Issue
Block a user