This commit is contained in:
Pyritie 2025-04-29 23:54:56 +01:00
parent f18ab76620
commit c74339adb7
4 changed files with 2685 additions and 2639 deletions

View file

@ -8,7 +8,7 @@ const registerAdAstraMaterials = (event) => {
.gem(2)
.components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen')
.color(0xb7cca1)
.secondaryColor(0x7d9150)
.secondaryColor(0x26631b)
.iconSet(GTMaterialIconSet.getByName('tfc_amethyst'))
.ore()
.addOreByproducts('magnesium', 'magnetite', 'olivine')
@ -17,7 +17,7 @@ const registerAdAstraMaterials = (event) => {
.gem(2)
.components('2x magnesium', '2x silicon', '6x oxygen')
.color(0x595813)
.secondaryColor(0x2a3804)
.secondaryColor(0x47380a)
.iconSet(GTMaterialIconSet.getByName('tfc_opal'))
.ore()
.addOreByproducts('olivine', 'olivine', 'magnetite')
@ -26,7 +26,7 @@ const registerAdAstraMaterials = (event) => {
.gem(2)
.components('2x iron', '1x silicon', '4x oxygen')
.color(0x421209)
.secondaryColor(0x2e0302)
.secondaryColor(0x3b4710)
.iconSet(GTMaterialIconSet.getByName('tfc_topaz'))
.ore()
.addOreByproducts('olivine', 'magnetite', 'magnetite')