Prealpha relase

This commit is contained in:
GordonDaFreeman 2018-01-15 13:43:23 +01:00
commit a849c66b6d
197 changed files with 43566 additions and 0 deletions

11
.project Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Draconic-Calculator</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

3
awakened_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_core", "wyvern_core", "wyvern_core", "wyvern_core", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "nether_star"]
}

View File

@ -0,0 +1,4 @@
{
"count": 4,
"crafting": ["draconic_core", "draconic_core", "draconic_core", "draconic_core", "draconic_core", "draconic_core", "dragon_heart", "draconium_block", "draconium_block", "draconium_block", "draconium_block"]
}

3
axe_of_the_wyvern.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_axe", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stone", "stone", "stone", "stone", "stone", "block_of_iron", "draconic_core"]
}

3
blaze_powder.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["blaze_rod"]
}

3
block_of_diamond.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond"]
}

3
block_of_emerald.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald"]
}

3
block_of_iron.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot"]
}

3
block_of_redstone.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone"]
}

3
bow.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["string", "string", "string", "stick", "stick", "stick"]
}

3
bow_of_the_wyvern.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["bow", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

3
chaotic_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "awakened_core", "awakened_core", "awakened_core", "chaos_shard"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "chaotic_core", "draconic_fusion_crafting_injector", "dragon_egg"]
}

4
css/main.css Normal file
View File

@ -0,0 +1,4 @@
.ui-spinner {
width: 80px;
margin-top: 3px;
}

4
diamond_axe.txt Normal file
View File

@ -0,0 +1,4 @@
{
"name": "Diamond Axe",
"crafting": ["diamond", "diamond", "diamond", "stick", "stick"]
}

9
diamond_boots.txt Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Diamond Boots",
"crafting":[
"diamond",
"diamond",
"diamond",
"diamond"
]
}

4
diamond_chestplate.txt Normal file
View File

@ -0,0 +1,4 @@
{
"name": "Diamond Chestplate",
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond"]
}

4
diamond_helmet.txt Normal file
View File

@ -0,0 +1,4 @@
{
"name": "Diamond Helmet",
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond"]
}

3
diamond_hoe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stick", "stick"]
}

3
diamond_leggings.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond" ]
}

3
diamond_pickaxe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "stick", "stick"]
}

3
diamond_shovel.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "stick", "stick"]
}

3
diamond_sword.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stick"]
}

3
draconic_axe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["axe_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_boots.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_boots", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_bow.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["bow_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_chestplate.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_chestplate", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "gold_ingot", "draconium_ingot", "gold_ingot", "diamond", "gold_ingot", "draconium_ingot", "gold_ingot", "draconium_ingot"]
}

3
draconic_energy_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "wyvern_energy_core", "wyvern_energy_core", "wyvern_energy_core", "wyvern_energy_core", "wyvern_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "draconic_energy_core", "draconic_energy_core", "draconic_energy_core", "draconic_energy_core", "wyvern_flux_capacitor"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["block_of_diamond", "block_of_diamond", "block_of_diamond", "block_of_diamond", "wyvern_energy_core", "wyvern_energy_core", "awakened_draconium_block", "awakened_draconium_block", "wyvern_fusion_crafting_injector"]
}

3
draconic_helm.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_helm", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_hoe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_hoe", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_leggings.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_leggings", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_pickaxe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["pickaxe_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconic_shovel.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["shovel_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["draconic_sword", "draconic_shovel", "draconic_pickaxe", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core"]
}

3
draconic_sword.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["sword_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
draconium_block.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot" ]
}

3
dragon_heart.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["end_crystal","end_crystal","end_crystal","end_crystal"]
}

3
end_crystal.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["ghast_tear", "nether_star", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane" ]
}

3
energy_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["particle_generator", "diamond", "diamond", "diamond", "diamond"]
}

3
eye_of_ender.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["ender_pearl", "blaze_powder"]
}

4
glass_pane.txt Normal file
View File

@ -0,0 +1,4 @@
{
"count": 16,
"crafting": ["glass", "glass", "glass", "glass", "glass", "glass"]
}

3
golden_apple.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["apple", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot"]
}

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Crafting Calculator</title>
<link rel="stylesheet" href="jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="css/main.css">
<script type="text/javascript" src="jquery-ui/external/jquery/jquery.js"></script>
<script type="text/javascript" src="jquery-ui/jquery-ui.js"></script>
</head>
<body>
<script src="js/main.js"></script>
<select id="itemtoadd">
</select>
<button id="additem">Add</button>
<div id="tocraft"></div>
<span style="display: inline-block; width: 90%;"></span>
<br>
<button id="calc">Calculate</button>
<span style="display: inline-block; width: 90%;"></span>
<br>
<div class="ui-widget" id="output"></div>
</body>
</html>

57
items.txt Normal file
View File

@ -0,0 +1,57 @@
awakened_core
awakened_draconium_block
axe_of_the_wyvern
basic_fusion_crafting_injector
blaze_powder
block_of_diamond
block_of_emerald
block_of_iron
block_of_redstone
bow
bow_of_the_wyvern
chaotic_core
chaotic_fusion_crafting_injector
diamond_axe
diamond_boots
diamond_chestplate
diamond_helmet
diamond_hoe
diamond_leggings
diamond_pickaxe
diamond_shovel
diamond_sword
draconic_axe
draconic_boots
draconic_bow
draconic_chestplate
draconic_core
draconic_energy_core
draconic_flux_capacitor
draconic_fusion_crafting_injector
draconic_helm
draconic_hoe
draconic_leggings
draconic_pickaxe
draconic_shovel
draconic_staff_of_power
draconic_sword
draconium_block
end_crystal
energy_core
energy_core_stabilizer
eye_of_ender
glass_pane
golden_apple
nether_star
particle_generator
pickaxe_of_the_wyvern
shovel_of_the_wyvern
sword_of_the_wyvern
wyvern_boots
wyvern_chestplate
wyvern_core
wyvern_energy_core
wyvern_flux_capacitor
wyvern_fusion_crafting_injector
wyvern_helm
wyvern_leggings

3
items/awakened_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_core", "wyvern_core", "wyvern_core", "wyvern_core", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "nether_star"]
}

View File

@ -0,0 +1,4 @@
{
"count": 4,
"crafting": ["draconic_core", "draconic_core", "draconic_core", "draconic_core", "draconic_core", "draconic_core", "dragon_heart", "draconium_block", "draconium_block", "draconium_block", "draconium_block"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_axe", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stone", "stone", "stone", "stone", "stone", "block_of_iron", "draconic_core"]
}

3
items/blaze_powder.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["blaze_rod"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald", "emerald"]
}

3
items/block_of_iron.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone", "redstone"]
}

3
items/bow.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["string", "string", "string", "stick", "stick", "stick"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["bow", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

3
items/chaotic_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "awakened_core", "awakened_core", "awakened_core", "chaos_shard"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "chaotic_core", "draconic_fusion_crafting_injector", "dragon_egg"]
}

4
items/diamond_axe.txt Normal file
View File

@ -0,0 +1,4 @@
{
"name": "Diamond Axe",
"crafting": ["diamond", "diamond", "diamond", "stick", "stick"]
}

9
items/diamond_boots.txt Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Diamond Boots",
"crafting":[
"diamond",
"diamond",
"diamond",
"diamond"
]
}

View File

@ -0,0 +1,4 @@
{
"name": "Diamond Chestplate",
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond"]
}

4
items/diamond_helmet.txt Normal file
View File

@ -0,0 +1,4 @@
{
"name": "Diamond Helmet",
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond"]
}

3
items/diamond_hoe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stick", "stick"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond" ]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "diamond", "stick", "stick"]
}

3
items/diamond_shovel.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "stick", "stick"]
}

3
items/diamond_sword.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond", "diamond", "stick"]
}

3
items/draconic_axe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["axe_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
items/draconic_boots.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_boots", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
items/draconic_bow.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["bow_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_chestplate", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
items/draconic_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "gold_ingot", "draconium_ingot", "gold_ingot", "diamond", "gold_ingot", "draconium_ingot", "gold_ingot", "draconium_ingot"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "wyvern_energy_core", "wyvern_energy_core", "wyvern_energy_core", "wyvern_energy_core", "wyvern_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "draconic_energy_core", "draconic_energy_core", "draconic_energy_core", "draconic_energy_core", "wyvern_flux_capacitor"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["block_of_diamond", "block_of_diamond", "block_of_diamond", "block_of_diamond", "wyvern_energy_core", "wyvern_energy_core", "awakened_draconium_block", "awakened_draconium_block", "wyvern_fusion_crafting_injector"]
}

3
items/draconic_helm.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_helm", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

3
items/draconic_hoe.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_hoe", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["wyvern_leggings", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["pickaxe_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["shovel_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["draconic_sword", "draconic_shovel", "draconic_pickaxe", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core"]
}

3
items/draconic_sword.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["sword_of_the_wyvern", "awakened_draconium_ingot", "awakened_draconium_ingot", "awakened_core", "draconic_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot" ]
}

3
items/dragon_heart.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["end_crystal","end_crystal","end_crystal","end_crystal"]
}

3
items/end_crystal.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["ghast_tear", "nether_star", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane", "glass_pane" ]
}

3
items/energy_core.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["particle_generator", "diamond", "diamond", "diamond", "diamond"]
}

3
items/eye_of_ender.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["ender_pearl", "blaze_powder"]
}

4
items/glass_pane.txt Normal file
View File

@ -0,0 +1,4 @@
{
"count": 16,
"crafting": ["glass", "glass", "glass", "glass", "glass", "glass"]
}

3
items/golden_apple.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["apple", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot"]
}

3
items/nether_star.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["wither_skeleton_skull", "wither_skeleton_skull", "wither_skeleton_skull", "soul_sand", "soul_sand", "soul_sand", "soul_sand"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["block_of_redstone", "block_of_redstone", "block_of_redstone", "block_of_redstone", "draconic_core", "blaze_rod", "blaze_rod", "blaze_rod", "blaze_rod"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_pickaxe", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_shovel", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_sword", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

3
items/wyvern_boots.txt Normal file
View File

@ -0,0 +1,3 @@
{
"crafting": ["diamond_boots", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "draconium_ingot", "wyvern_core", "wyvern_energy_core"]
}

Some files were not shown because too many files have changed in this diff Show More