Skip to content

Commit

Permalink
Merge pull request #3564 from MaxDreyko/master
Browse files Browse the repository at this point in the history
Fire rate throttle fix for rng full auto weapons
  • Loading branch information
sayterdarkwynd authored May 14, 2024
2 parents 15d4c0a + fd4e28b commit a79bbd0
Show file tree
Hide file tree
Showing 21 changed files with 301 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"allowFlip":false
},
"wait1":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -170,7 +170,7 @@
"allowFlip":false
},
"wait2":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -229,7 +229,7 @@
"allowFlip":true
},
"wait4":{
"duration":0.075,
"duration":0.1,
"armRotation":-20,
"weaponRotation":140,
"twoHanded":false,
Expand Down Expand Up @@ -389,7 +389,7 @@
"twoHanded": false
},
"wait9":{
"duration":0.05,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -427,7 +427,7 @@
"allowFlip":true
},
"wait10":{
"duration":0.05,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -457,7 +457,7 @@
"allowFlip":true
},
"wait11":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -486,7 +486,7 @@
"allowFlip":true
},
"wait12":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -516,7 +516,7 @@
"allowFlip":true
},
"wait13":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -545,7 +545,7 @@
"allowFlip":true
},
"wait14":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"allowFlip":false
},
"wait1":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -170,7 +170,7 @@
"allowFlip":false
},
"wait2":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -229,7 +229,7 @@
"allowFlip":true
},
"wait4":{
"duration":0.075,
"duration":0.1,
"armRotation":-20,
"weaponRotation":140,
"twoHanded":true,
Expand Down Expand Up @@ -392,7 +392,7 @@
"twoHanded": true
},
"wait9":{
"duration":0.05,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -430,7 +430,7 @@
"allowFlip":true
},
"wait10":{
"duration":0.05,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -460,7 +460,7 @@
"allowFlip":true
},
"wait11":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -489,7 +489,7 @@
"allowFlip":true
},
"wait12":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -519,7 +519,7 @@
"allowFlip":true
},
"wait13":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down Expand Up @@ -548,7 +548,7 @@
"allowFlip":true
},
"wait14":{
"duration":0.08,
"duration":0.1,
"armRotation":-85,
"weaponRotation":-5,
"allowRotate":false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"baseDps" : 6.8,
"damageConfig" : {
"damageSourceKind": "electricshortsword",
"statusEffect": [ "electrified" ]
"statusEffects": [ "electrified" ]
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,46 @@
"path": "/primaryAbility/inaccuracy",
"value": 0.04
},
{
"op": "add",
"path": "/primaryAbility/stances/idle/weaponOffset",
"value": [0, 0]
},
{
"op": "add",
"path": "/primaryAbility/stances/fire/weaponOffset",
"value": [-0.1, 0]
},
{
"op": "replace",
"path": "/primaryAbility/stances/fire/allowRotate",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/fire/allowFlip",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/duration",
"value": 0.04
},
{
"op": "add",
"path": "/primaryAbility/stances/cooldown/weaponOffset",
"value": [-0.1, 0]
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/allowRotate",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/allowFlip",
"value": true
},
{
"op": "add",
"path": "/fireSounds/0",
Expand Down Expand Up @@ -203,4 +243,4 @@
"path": "/builderConfig/0/altAbilities/-",
"value": "forcebubble"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,46 @@
"path": "/primaryAbility/inaccuracy",
"value": 0.04
},
{
"op": "add",
"path": "/primaryAbility/stances/idle/weaponOffset",
"value": [0, 0]
},
{
"op": "add",
"path": "/primaryAbility/stances/fire/weaponOffset",
"value": [-0.1, 0]
},
{
"op": "replace",
"path": "/primaryAbility/stances/fire/allowRotate",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/fire/allowFlip",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/duration",
"value": 0.04
},
{
"op": "add",
"path": "/primaryAbility/stances/cooldown/weaponOffset",
"value": [-0.1, 0]
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/allowRotate",
"value": true
},
{
"op": "replace",
"path": "/primaryAbility/stances/cooldown/allowFlip",
"value": true
},
{
"op": "add",
"path": "/builderConfig/0/elementalType/-",
Expand Down Expand Up @@ -416,4 +456,4 @@
"path": "/builderConfig/0/altAbilities/-",
"value": "forcebubble"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,30 @@
"armRotation" : 0,
"weaponRotation" : 0,
"twoHanded" : true,
"weaponOffset" : [0, 0],

"allowRotate" : true,
"allowFlip" : true
},
"fire" : {
"duration" : 0,
"armRotation" : 4,
"weaponRotation" : 4,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
},
"cooldown" : {
"duration" : 0.16,
"armRotation" : 4,
"weaponRotation" : 4,
"duration" : 0.1,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,30 @@
"armRotation" : 0,
"weaponRotation" : 0,
"twoHanded" : true,
"weaponOffset" : [0, 0],

"allowRotate" : true,
"allowFlip" : true
},
"fire" : {
"duration" : 0,
"armRotation" : 5,
"weaponRotation" : 5,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
},
"cooldown" : {
"duration" : 0.1,
"armRotation" : 2,
"weaponRotation" : 2,
"duration" : 0.04,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,30 @@
"armRotation" : 0,
"weaponRotation" : 0,
"twoHanded" : true,
"weaponOffset" : [0, 0],

"allowRotate" : true,
"allowFlip" : true
},
"fire" : {
"duration" : 0,
"armRotation" : 4,
"weaponRotation" : 4,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
},
"cooldown" : {
"duration" : 0.16,
"armRotation" : 4,
"weaponRotation" : 4,
"duration" : 0.1,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
}
}
},
Expand Down
Loading

0 comments on commit a79bbd0

Please sign in to comment.