aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2021-05-16 16:59:18 +0200
committerGitHub <noreply@github.com>2021-05-16 10:59:18 -0400
commite4ea96706772f3c4e13bc0104b15b93df1758fef (patch)
tree95a160d040272f4488edde7dd6431e4ed8916820 /constants
parentc54bb1f4a0fd2bc96255cccb13ed04787da06978 (diff)
downloadNotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.tar.gz
NotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.tar.bz2
NotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.zip
Small Things (#492)
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json3
-rw-r--r--constants/reforgestones.json48
2 files changed, 50 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json
index 15ccdfdd..1f729ac1 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -1097,7 +1097,8 @@
"a44f5df190134f969f210f6399c8c5c7",
"54ce173e4ba74fdab08c14c8f88200d1",
"ee541c71b14b46a1a259cf84b80a9b6e",
- "4154a5602654493094d3497d2ad6849f"
+ "4154a5602654493094d3497d2ad6849f",
+ "d849307394b848fc9247c70b48e63872"
],
"ranks": {
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 9f3c8176..17e3dd86 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -109,6 +109,54 @@
}
}
},
+ "BULKY_STONE":{
+ "internalName":"BULKY_STONE",
+ "reforgeName":"Bulky",
+ "reforgeType":"blacksmith/reforge_stone",
+ "itemTypes":"SWORD",
+ "requiredRarities":[
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts":{
+ "COMMON":20000,
+ "UNCOMMON":40000,
+ "RARE":80000,
+ "EPIC":150000,
+ "LEGENDARY":300000,
+ "MYTHIC":600000
+ },
+ "reforgeStats":{
+ "COMMON":{
+ "health":4,
+ "defense":2
+ },
+ "UNCOMMON":{
+ "health":6,
+ "defense":3
+ },
+ "RARE":{
+ "health":9,
+ "defense":5
+ },
+ "EPIC":{
+ "health":12,
+ "defense":8
+ },
+ "LEGENDARY":{
+ "health":15,
+ "defense":13
+ },
+ "MYTHIC":{
+ "health":20,
+ "defense":21
+ }
+ }
+ },
"CANDY_CORN":{
"internalName":"CANDY_CORN",
"reforgeName":"Candied",