aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/petnums.json25
-rw-r--r--items/SPIRIT_DECOY.json30
-rw-r--r--items/SPIRIT_MASK.json5
3 files changed, 57 insertions, 3 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index a5979109..c8046eed 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3057,6 +3057,31 @@
}
},
"SPIRIT": {
+ "EPIC": {
+ "1": {
+ "otherNums": [
+ 10.0,
+ 5.0,
+ 5.5
+ ],
+ "statNums": {
+ "INTELLIGENCE": 1.0,
+ "SPEED": 0.0
+ }
+ },
+ "100": {
+ "otherNums": [
+ 10.0,
+ 5.0,
+ 49.98571428571429
+ ],
+ "statNums": {
+ "INTELLIGENCE": 100.0,
+ "SPEED": 29.57142857142857
+ }
+ },
+ "interp": "1:78"
+ },
"LEGENDARY": {
"1": {
"otherNums": [
diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json
new file mode 100644
index 00000000..50609da9
--- /dev/null
+++ b/items/SPIRIT_DECOY.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§9Spirit Stone",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPIRIT_DECOY\",uuid:\"d9389756-07b5-4e6a-a62a-c267bf05fb39\",timestamp:\"8/1/20 10:07 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Reforge Stone",
+ "",
+ "§7As light as a feather, and you",
+ "§7can almost see through it. Some",
+ "§7people say looking at it for too",
+ "§7long can change your",
+ "§7personality.",
+ "",
+ "§7Can be used in a Reforge Anvil",
+ "§7or with the Dungeon Blacksmith",
+ "§7to apply the §9Spiritual",
+ "§9§7reforge to a bow.",
+ "",
+ "§7Requires §aMining Skill Level",
+ "§aXXIV§7!",
+ "",
+ "§9§lRARE REFORGE STONE"
+ ],
+ "internalname": "SPIRIT_DECOY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.1-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SPIRIT_MASK.json b/items/SPIRIT_MASK.json
index 1dfac4fb..3eec16bb 100644
--- a/items/SPIRIT_MASK.json
+++ b/items/SPIRIT_MASK.json
@@ -28,6 +28,5 @@
"internalname": "SPIRIT_MASK",
"crafttext": "",
"clickcommand": "",
- "modver": "1.1-REL",
- "infoType": ""
-}
+ "modver": "1.1-REL"
+} \ No newline at end of file