From 45b82f6905b2200146e12790641972a823bc8503 Mon Sep 17 00:00:00 2001 From: ademant Date: Sat, 20 Jul 2019 12:19:32 +0200 Subject: [PATCH] add rhodium to json --- minerdream/config/rhodium.json | 149 ++++++++++++++------------------- 1 file changed, 61 insertions(+), 88 deletions(-) diff --git a/minerdream/config/rhodium.json b/minerdream/config/rhodium.json index ba211ba..90cb5a9 100644 --- a/minerdream/config/rhodium.json +++ b/minerdream/config/rhodium.json @@ -1,92 +1,65 @@ -{"axe":{"choppy":[1.2,0.4,0.25], -"fleshy":12, -"maxlevel":3}, -"boots":{"choppy":2, -"cracky":2, -"crumbly":1, -"fleshy":15, -"gravity":-0.08, -"heal":8.35, -"jump":0.09, -"level":2, -"snappy":3, -"speed":0.12, -"use":60}, -"chestplate":{"choppy":2, -"cracky":2, -"crumbly":1, -"fleshy":20, -"gravity":-0.08, -"heal":8.35, -"jump":0.09, -"level":2, -"snappy":3, -"speed":0.12, -"use":60}, -"clust_size":3, -"color":"A4987DD0", -"crack":5, -"groups":{"drop_as_lump":1, -"has_bar":1, -"has_bar_block":3, -"has_block":1, +{"color":"A4987DD0", +"groups":{ "has_bow":1, -"has_brick":3, -"has_dust":1, -"has_lump":1, -"has_nugget":3, "in_desert":1, -"is_metall":6}, -"helmet":{"choppy":2, -"cracky":2, -"crumbly":1, -"fleshy":15, -"gravity":-0.08, -"heal":8.35, -"jump":0.09, -"level":2, -"snappy":3, -"speed":0.12, -"use":60}, -"leggings":{"choppy":2, -"cracky":2, -"crumbly":1, -"fleshy":20, -"gravity":-0.08, -"heal":8.35, -"jump":0.09, -"level":2, -"snappy":3, -"speed":0.12, -"use":60}, -"lump_cooking_time":64, +"is_metall":5}, "name":"rhodium", -"num_ores":3, -"ore_modname":"minerdream", -"pick":{"cracky":[1.25,0.5,0.2,3,4,6], -"crumbly":[0.6,0.25,0.1], -"fleshy":12, -"maxlevel":3}, -"scarcity":16, -"shields":{"choppy":2, -"cracky":2, -"crumbly":1, -"fleshy":15, -"gravity":-0.08, -"heal":8.35, -"jump":0.09, -"level":2, -"snappy":3, -"speed":0.12, -"use":60}, -"spear":{"fleshy":15, -"range":7.25, -"snappy":[1.25,0.55,0.05]}, -"sword":{"fleshy":14, -"maxlevel":3, -"snappy":[1.25,0.55,0.05]}, +"block":{ + "inventory_image":"minerdream_rhodium_block.png" + }, +"ingot":{ + "grind_time":28, + "inventory_image":"minerdream_rhodium_ingot.png" +}, +"ore":{ + "wherein":["stone","desert_stone"], + "crack":5, + "inventory_image":"minerdream_rhodium_ore.png", + "clust_size":3, + "num_ores":2, + "scarcity":17, + "y_max":-1500, + "y_min":-31000 +}, +"lump":{ + "crack":5, + "inventory_image":"minerdream_rhodium_lump.png", + "stack_max":99, + "cooking_time":64, + "grind_time":34 +}, +"dust":{ + "crack":4, + "cooking_time":32, + "inventory_image":"minerdream_rhodium_dust.png" +}, +"nugget":{ + "crack":5, + "inventory_image":"minerdream_rhodium_nugget.png", + "stack_max":99, + "cooking_time":31 +}, +"poorore":{ + "wherein":["stone","desert_stone"], + "inventory_image":"minerdream_rhodium_poorore.png", + "crack":5, + "clust_size":3, + "num_ores":2, + "scarcity":17, + "y_max":-1200 +}, "tier":6, -"tool_cotton":"steel_wire", -"tool_stick":"minerdream:expensivestick", -"y_max":-1500, -"y_min":-31000} +"tools":{"maxlevel":3,"tool_stick":"minerdream:expensivestick","use":60, + "axe":{"choppy":[1.2,0.4,0.25],"fleshy":12}, + "spear":{"range":7.5,"fleshy":15,"snappy":[1.25,0.55,0.05]}, + "sword":{"fleshy":14,"snappy":[1.25,0.55,0.05]}, + "pick":{"cracky":[1,0.45,0.125,2.75,3.5,5],"fleshy":14,"crumbly":[0.5,0.2,0.1]} +}, +"3d_armor":{"cracky":2,"crumbly":1,"heal":8.35,"use":60,"snappy":3,"level":2,"choppy":2,"tool_cotton":"steel_wire", +"boots":{"fleshy":15,"gravity":-0.08,"jump":0.09,"speed":0.12}, +"chestplate":{"fleshy":20,"gravity":-0.08,"jump":0.09,"speed":0.12}, +"helmet":{"fleshy":15,"gravity":-0.08,"jump":0.09,"speed":0.12}, +"leggings":{"fleshy":20,"gravity":-0.08,"jump":0.09,"speed":0.12}, +"shields":{"fleshy":15,"gravity":-0.08,"jump":0.09,"speed":0.12} + } +}