Skip to content

Commit

Permalink
Fixed some attributes
Browse files Browse the repository at this point in the history
*Fixed Heal Amplification units.
*Fixed Lifesteal units
*Incremented version.
  • Loading branch information
CleverNucleus committed Aug 3, 2022
1 parent 0ba33ec commit 97ec04e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ minecraft_version=1.18.2
yarn_mappings=1.18.2+build.3
loader_version=0.14.6

mod_version = 3.2.4
mod_version = 3.2.5
maven_group = com.github.clevernucleus
archives_base_name = playerex

fabric_version=0.55.1+1.18.2
dataattributes_version=1.1.9
dataattributes_version=1.1.10
opc_version=0.5.1
cardinal_components_version=4.1.4
placeholder_api=1.1.3+1.17.1
Expand Down
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/data/playerex/attributes/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"playerex:lightning_resistance": 0.01
},
"playerex:intelligence": {
"playerex:heal_amplification": 0.02,
"playerex:heal_amplification": 0.002,
"playerex:ranged_crit_damage": 0.005,
"playerex:wither_resistance": 0.01
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fallbackValue": 0.0,
"minValue": 0.0,
"maxValue": 1.0,
"incrementValue": 0.01,
"incrementValue": 0.001,
"translationKey": "playerex.attribute.name.heal_amplification",
"stackingBehaviour": "DIMINISHING"
}
4 changes: 2 additions & 2 deletions src/main/resources/data/playerex/attributes/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"percentage": "100.0"
},
"playerex:lifesteal": {
"percentage": "100.0"
"percentage": "1000.0"
},
"playerex:heal_amplification": {
"percentage": "100.0"
"percentage": "1000.0"
},
"playerex:fire_resistance": {
"multiplier": "10.0"
Expand Down

0 comments on commit 97ec04e

Please sign in to comment.