update and rebalance

added londaleite
added armor
master
ThomasMonroe 2017-06-02 09:19:47 -05:00
parent 0b3c68ca91
commit 55b45bdc7f
11 changed files with 54 additions and 134 deletions

View File

@ -1,37 +1,14 @@
## Welcome to GitHub Pages
##Exotic Ores Mod
You can use the [editor on GitHub](https://github.com/ThomasMonroe314/ExoticOres/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
This mod contains some of the rarest ores in real life, but not necesarily in game.
It will also contain armor for each of the ores* .
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
*WIP at the moment.
### Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
```markdown
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
```
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
### Jekyll Themes
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/ThomasMonroe314/ExoticOres/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
### Support or Contact
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and well help you sort it out.
#The currently contained ores are:
- Nevadaite
- Cobaltominite
- Sideronatrite
- edoylerite
- trinium
- and lastly, lonsdaleite one of the hardest to obtain ores.

View File

@ -6,7 +6,7 @@ minetest.register_node("exoticores:stone_with_cobaltominite", {
description = "Cobaltominite Ore",
drop = "exoticores:cobaltominite_lump",
paramtype = "light",
light_source = 10,
light_source = 5,
})
minetest.register_node("exoticores:cobaltominite_block", {
@ -14,7 +14,7 @@ minetest.register_node("exoticores:cobaltominite_block", {
groups = {cracky=1},
description = "Cobaltominite Block",
paramtype = "light",
light_source = 20,
light_source = 6,
})
--crafting--
@ -78,21 +78,11 @@ minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_cobaltominite",
wherein = "default:stone",
clust_scarcity = 12 * 12 * 12,
clust_num_ores = 10,
clust_scarcity = 24 * 24 * 24,
clust_num_ores = 4,
clust_size = 6,
y_min = -31000,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_cobaltominite",
wherein = "default:stone",
clust_scarcity = 6 * 6 * 6,
clust_num_ores = 10,
clust_size = 6,
y_min = -300,
y_max = -275,
y_max = -2000,
})
--tools--
minetest.register_tool("exoticores:pick_cobaltominite", {
@ -102,10 +92,10 @@ minetest.register_tool("exoticores:pick_cobaltominite", {
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=60, maxlevel=3},
cracky = {times={[1]=1.75, [2]=.90, [3]=0.40}, uses=200, maxlevel=3},
},
damage_groups = {fleshy=5},
},
}
})
minetest.register_tool("exoticores:shovel_cobaltominite", {
@ -115,9 +105,8 @@ minetest.register_tool("exoticores:shovel_cobaltominite", {
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=1,
range = 5.0,
groupcaps={
crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=60, maxlevel=3},
crumbly = {times={[1]=1.0, [2]=0.40, [3]=0.25}, uses=200, maxlevel=3},
},
damage_groups = {fleshy=4},
},
@ -130,7 +119,7 @@ minetest.register_tool("exoticores:axe_cobaltominite", {
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=60, maxlevel=2},
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=200, maxlevel=2},
},
damage_groups = {fleshy=7},
},

View File

@ -6,7 +6,7 @@ minetest.register_node("exoticores:stone_with_edoylerite", {
description = "edoylerite Ore",
drop = "exoticores:edoylerite_lump",
paramtype = "light",
light_source = 10,
light_source = 7,
})
minetest.register_node("exoticores:edoylerite_block", {
@ -14,7 +14,7 @@ minetest.register_node("exoticores:edoylerite_block", {
groups = {cracky=1},
description = "edoylerite Block",
paramtype = "light",
light_source = 20,
light_source = 8,
})
--crafting--
minetest.register_craft({
@ -71,7 +71,7 @@ minetest.register_tool("exoticores:pick_edoylerite", {
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=.20, [2]=.30, [3]=0.10}, uses=60, maxlevel=3},
cracky = {times={[1]=1, [2]=.50, [3]=0.30}, uses=400, maxlevel=3},
},
damage_groups = {fleshy=5},
},
@ -84,9 +84,8 @@ minetest.register_tool("exoticores:shovel_edoylerite", {
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=1,
range = 5.0,
groupcaps={
crumbly = {times={[1]=.10, [2]=0.50, [3]=0.30}, uses=60, maxlevel=3},
crumbly = {times={[1]=.10, [2]=0.50, [3]=0.30}, uses=400, maxlevel=3},
},
damage_groups = {fleshy=4},
},
@ -99,7 +98,7 @@ minetest.register_tool("exoticores:axe_edoylerite", {
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=.10, [2]=0.90, [3]=0.50}, uses=60, maxlevel=2},
choppy={times={[1]=.10, [2]=0.90, [3]=0.50}, uses=400, maxlevel=2},
},
damage_groups = {fleshy=7},
},
@ -112,7 +111,7 @@ minetest.register_tool("exoticores:sword_edoylerite", {
full_punch_interval = 0.1,
max_drop_level=1,
groupcaps={
snappy={times={[1]=.90, [2]=0.45, [3]=0.30}, uses=1600, maxlevel=3},
snappy={times={[1]=1, [2]=.5, [3]=0.30}, uses=3200, maxlevel=3},
},
damage_groups = {fleshy=20},
}
@ -134,19 +133,8 @@ minetest.register_ore({
ore = "exoticores:stone_with_edoylerite",
wherein = "default:stone",
clust_scarcity = 25 * 25 * 25,
clust_num_ores = 10,
clust_num_ores = 3,
clust_size = 6,
y_min = -31000,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_edoylerite",
wherein = "default:stone",
clust_scarcity = 8 * 8 * 8,
clust_num_ores = 10,
clust_size = 6,
y_min = -2100,
y_max = -2000,
})
y_max = -8000,
})

View File

@ -3,7 +3,3 @@ dofile(minetest.get_modpath("exoticores").."/nevadaite.lua")
dofile(minetest.get_modpath("exoticores").."/cobaltominite.lua")
dofile(minetest.get_modpath("exoticores").."/sideronatrite.lua")
dofile(minetest.get_modpath("exoticores").."/edoylerite.lua")
dofile(minetest.get_modpath("exoticores").."/lonsdaleite.lua")
if minetest.get_modpath("3d_armor") then
dofile(minetest.get_modpath("exoticores").."/armor.lua")
end

View File

@ -7,7 +7,7 @@ minetest.register_node("exoticores:stone_with_nevadaite", {
description = "Nevadaite Ore",
drop = "exoticores:nevadaite_lump",
paramtype = "light",
light_source = 10,
light_source = 4,
})
minetest.register_node("exoticores:nevadaite_block", {
@ -15,7 +15,7 @@ minetest.register_node("exoticores:nevadaite_block", {
groups = {cracky=1},
description = "Nevadaite Block",
paramtype = "light",
light_source = 20,
light_source = 5,
})
--crafting--
@ -80,22 +80,13 @@ minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_nevadaite",
wherein = "default:stone",
clust_scarcity = 8 * 8 * 8,
clust_num_ores = 10,
clust_scarcity = 24 * 24 * 24,
clust_num_ores = 5,
clust_size = 6,
y_min = -31000,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_nevadaite",
wherein = "default:stone",
clust_scarcity = 8 * 8 * 8,
clust_num_ores = 30,
clust_size = 6,
y_min = -200,
y_max = -190,
})
--tools--
minetest.register_tool("exoticores:pick_nevadaite", {
@ -105,7 +96,7 @@ minetest.register_tool("exoticores:pick_nevadaite", {
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=60, maxlevel=3},
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=100, maxlevel=3},
},
damage_groups = {fleshy=5},
},
@ -120,7 +111,7 @@ minetest.register_tool("exoticores:shovel_nevadaite", {
max_drop_level=1,
range = 5.0,
groupcaps={
crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=60, maxlevel=3},
crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=100, maxlevel=3},
},
damage_groups = {fleshy=4},
},
@ -133,7 +124,7 @@ minetest.register_tool("exoticores:axe_nevadaite", {
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=60, maxlevel=2},
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=100, maxlevel=2},
},
damage_groups = {fleshy=7},
},
@ -146,7 +137,7 @@ minetest.register_tool("exoticores:sword_nevadaite", {
full_punch_interval = 0.1,
max_drop_level=1,
groupcaps={
snappy={times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=80, maxlevel=3},
snappy={times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=100, maxlevel=3},
},
damage_groups = {fleshy=8},
}

View File

@ -6,7 +6,7 @@ minetest.register_node("exoticores:stone_with_sideronatrite", {
description = "sideronatrite Ore",
drop = "exoticores:sideronatrite_lump",
paramtype = "light",
light_source = 10,
light_source = 6,
})
minetest.register_node("exoticores:sideronatrite_block", {
@ -14,7 +14,7 @@ minetest.register_node("exoticores:sideronatrite_block", {
groups = {cracky=1},
description = "sideronatrite Block",
paramtype = "light",
light_source = 20,
light_source = 7,
})
--crafting--
minetest.register_craft({
@ -67,10 +67,10 @@ minetest.register_tool("exoticores:pick_sideronatrite", {
description = "sideronatrite Pickaxe",
inventory_image = "exoticores_tool_sideronatritepick.png",
tool_capabilities = {
full_punch_interval = 0.9,
full_punch_interval = 0.3,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=60, maxlevel=3},
cracky = {times={[1]=1.5, [2]=.7, [3]=.35}, uses=300, maxlevel=3},
},
damage_groups = {fleshy=5},
},
@ -83,9 +83,8 @@ minetest.register_tool("exoticores:shovel_sideronatrite", {
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=1,
range = 5.0,
groupcaps={
crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=60, maxlevel=3},
crumbly = {times={[1]=.750, [2]=0.30, [3]=0.20}, uses=6000, maxlevel=3},
},
damage_groups = {fleshy=4},
},
@ -98,7 +97,7 @@ minetest.register_tool("exoticores:axe_sideronatrite", {
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=60, maxlevel=2},
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=6000, maxlevel=2},
},
damage_groups = {fleshy=7},
},
@ -111,7 +110,7 @@ minetest.register_tool("exoticores:sword_sideronatrite", {
full_punch_interval = 0.1,
max_drop_level=1,
groupcaps={
snappy={times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=1600, maxlevel=3},
snappy={times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=16000, maxlevel=3},
},
damage_groups = {fleshy=20},
}
@ -133,18 +132,9 @@ minetest.register_ore({
ore = "exoticores:stone_with_sideronatrite",
wherein = "default:stone",
clust_scarcity = 24 * 24 * 24,
clust_num_ores = 15,
clust_num_ores = 3,
clust_size = 6,
y_min = -31000,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_sideronatrite",
wherein = "default:stone",
clust_scarcity = 8 * 8 * 8,
clust_num_ores = 15,
clust_size = 6,
y_min = -1100,
y_max = -1000,
y_max = -4000,
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 558 B

View File

@ -6,7 +6,7 @@ minetest.register_node("exoticores:stone_with_trinium", {
description = "trinium Ore",
drop = "exoticores:trinium_lump",
paramtype = "light",
light_source = 10,
light_source = 8,
})
minetest.register_node("exoticores:trinium_block", {
@ -14,7 +14,7 @@ minetest.register_node("exoticores:trinium_block", {
groups = {cracky=1},
description = "trinium Block",
paramtype = "light",
light_source = 20,
light_source = 9,
})
--crafting--
minetest.register_craft({
@ -71,7 +71,7 @@ minetest.register_tool("exoticores:pick_trinium", {
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=60, maxlevel=3},
cracky = {times={[1]=.75, [2]=.4, [3]=.2}, uses=500, maxlevel=3},
},
damage_groups = {fleshy=5},
},
@ -134,19 +134,8 @@ minetest.register_ore({
ore = "exoticores:stone_with_trinium",
wherein = "default:stone",
clust_scarcity = 25 * 25 * 25,
clust_num_ores = 10,
clust_num_ores = 2,
clust_size = 6,
y_min = -31000,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "exoticores:stone_with_trinium",
wherein = "default:stone",
clust_scarcity = 8 * 8 * 8,
clust_num_ores = 10,
clust_size = 6,
y_min = -3100,
y_max = -3000,
})
y_max = -16000,
})