diff --git a/GameServer/Current Dataapck to Inject.zip b/GameServer/Current Dataapck to Inject.zip new file mode 100644 index 0000000..be5acd7 Binary files /dev/null and b/GameServer/Current Dataapck to Inject.zip differ diff --git a/GameServer/assets/gso/textures/materials/ore/Nickle_ore.png b/GameServer/assets/gso/textures/materials/ore/Nickle_ore.png new file mode 100644 index 0000000..1e0050c Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/Nickle_ore.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/aluminum_ore.png b/GameServer/assets/gso/textures/materials/ore/aluminum_ore.png new file mode 100644 index 0000000..cb43549 Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/aluminum_ore.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/carbon_shale.png b/GameServer/assets/gso/textures/materials/ore/carbon_shale.png new file mode 100644 index 0000000..527d8ed Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/carbon_shale.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/copper_ore.png b/GameServer/assets/gso/textures/materials/ore/copper_ore.png new file mode 100644 index 0000000..bba0bab Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/copper_ore.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/iron_ore.png b/GameServer/assets/gso/textures/materials/ore/iron_ore.png new file mode 100644 index 0000000..79b3cec Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/iron_ore.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/magnesium.png b/GameServer/assets/gso/textures/materials/ore/magnesium.png new file mode 100644 index 0000000..f4e815b Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/magnesium.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/phosphate_rock.png b/GameServer/assets/gso/textures/materials/ore/phosphate_rock.png new file mode 100644 index 0000000..758d4ae Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/phosphate_rock.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/silicon_ore.png b/GameServer/assets/gso/textures/materials/ore/silicon_ore.png new file mode 100644 index 0000000..5a9a362 Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/silicon_ore.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/sulfer.png b/GameServer/assets/gso/textures/materials/ore/sulfer.png new file mode 100644 index 0000000..d7ed336 Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/sulfer.png differ diff --git a/GameServer/assets/gso/textures/materials/ore/zinc.png b/GameServer/assets/gso/textures/materials/ore/zinc.png new file mode 100644 index 0000000..7e5e5d3 Binary files /dev/null and b/GameServer/assets/gso/textures/materials/ore/zinc.png differ diff --git a/GameServer/data/gso/items/materials/ore/phosphate_rock.json b/GameServer/data/gso/items/materials/ore/phosphate_rock.json new file mode 100644 index 0000000..464360f --- /dev/null +++ b/GameServer/data/gso/items/materials/ore/phosphate_rock.json @@ -0,0 +1,12 @@ +{ + "templates": { + "materials": { + "id": "phosphate_rock_common", + "texture": "assets/gso/textures/materials/ore/phosphate_rock.png", + "stats": [], + "meta": { + "materialCategory": "ore" + } + } + } +} \ No newline at end of file diff --git a/node_modules.zip b/node_modules.zip new file mode 100644 index 0000000..9a22200 Binary files /dev/null and b/node_modules.zip differ