diff --git a/init.lua b/init.lua index d539c10..c83406d 100644 --- a/init.lua +++ b/init.lua @@ -375,9 +375,13 @@ nssb_register_buildings ('bozzoli', 4, "default:dirt_with_grass", 1, "default:di nssb_register_buildings ('blocohouse', 4, "default:stone", 0, "air", 0, "air", 3, "default:stone", 5, true, -10, false, false) --alcuni parametri sono messi a caso, tanto non vengono untilizzati se la schematic deve essere spawnata sottoterra. nssb_register_buildings ('bigblocohouse', 4, "default:stone", 0, "air", 0, "air", 3, "default:stone", 5, true, -20, false, false) nssb_register_buildings ('blocobiggesthouse', 4, "default:stone", 0, "air", 0, "air", 3, "default:stone", 5, true, -30, false, false) -nssb_register_buildings ('picco', 10, "default:desert_stone", 1, "default:desert_stone", 1, "air", 3, "default:desert_sand", 5, false, nil, false, false) +nssb_register_buildings ('picco', 10, "default:desert_sand", 1, "default:desert_stone", 1, "air", 3, "default:desert_sand", 5, false, nil, false, false) nssb_register_buildings ('piccoghiaccio', 10, "default:dirt_with_snow", 1, "default:dirt", 1, "air", 3, "default:dirt_with_snow", 5, false, nil, true, false) nssb_register_buildings ('icehall', 8, "default:dirt_with_snow", 1, "default:dirt", 1, "air", 3, "default:dirt_with_snow", 5, false, nil, true, false) +nssb_register_buildings ('piccomoonheron', 10, "default:dirt_with_snow", 1, "default:dirt", 1, "air", 3, "default:dirt_with_snow", 5, false, nil, true, false) +nssb_register_buildings ('doppiopiccoghiaccio', 10, "default:dirt_with_snow", 1, "default:dirt", 1, "air", 3, "default:dirt_with_snow", 5, false, nil, true, false) +nssb_register_buildings ('doppiopiccosabbia', 10, "default:desert_sand", 1, "default:desert_stone", 1, "air", 3, "default:desert_sand", 5, false, nil, false, false) +nssb_register_buildings ('piccoscrausics', 10, "default:desert_sand", 1, "default:desert_stone", 1, "air", 3, "default:desert_sand", 5, false, nil, false, false) --Eggs @@ -427,6 +431,9 @@ nssb_register_eggs ('xgaloctopus', 'Xgaloctopus', 18, 2, 4, "default:water_sourc nssb_register_eggs ('bloco', 'Bloco', 14, 2, 4, "default:gravel") nssb_register_eggs ('icesnake', 'Icesnake', 18, 2, 4, "default:ice") nssb_register_eggs ('snow_biter', 'Snowbiter', 18, 2, 4, "default:ice") +nssb_register_eggs ('scrausics', 'Scrausics', 18, 2, 4, "air") +nssb_register_eggs ('moonheron', 'Moonheron', 18, 2, 4, "air") + --eggboss diff --git a/schems/doppiopiccoghiaccio.mts b/schems/doppiopiccoghiaccio.mts new file mode 100644 index 0000000..835312e Binary files /dev/null and b/schems/doppiopiccoghiaccio.mts differ diff --git a/schems/doppiopiccosabbia.mts b/schems/doppiopiccosabbia.mts new file mode 100644 index 0000000..682946b Binary files /dev/null and b/schems/doppiopiccosabbia.mts differ diff --git a/schems/piccomoonheron.mts b/schems/piccomoonheron.mts new file mode 100644 index 0000000..06753d1 Binary files /dev/null and b/schems/piccomoonheron.mts differ diff --git a/schems/piccoscrausics.mts b/schems/piccoscrausics.mts new file mode 100644 index 0000000..fe5738f Binary files /dev/null and b/schems/piccoscrausics.mts differ diff --git a/textures/moonheron_eggs.png b/textures/moonheron_eggs.png new file mode 100644 index 0000000..5957027 Binary files /dev/null and b/textures/moonheron_eggs.png differ diff --git a/textures/scrausics_eggs.png b/textures/scrausics_eggs.png new file mode 100644 index 0000000..ce16283 Binary files /dev/null and b/textures/scrausics_eggs.png differ