Minetest_Game_Mushroom_Fork/mods/specific to Mushroom Fork/runes/buff_table.lua

305 lines
7.4 KiB
Lua

-- runes mod for Minetest
-- Copyright © 2020 Alex Yst <mailto:copyright@y.st>
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU Lesser General Public
-- License as published by the Free Software Foundation; either
-- version 2.1 of the License, or (at your option) any later version.
-- This software is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-- Lesser General Public License for more details.
-- You should have received a copy of the GNU Lesser General Public
-- License along with this program. If not, see
-- <https://www.gnu.org./licenses/>.
-- We don't have enough buffs, so multiple runes provide the same buff.
--
-- For now, I'm not implementing any of the real buffs, and am instead
-- just implementing a single debug buff. This will likely be corrected
-- in the next commit, but there still won't be enough buffs to go
-- around and each buff will be granted by several runes.
return {
sand = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
coal_lump = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
iron_lump = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
mese_crystal = {
axe = "durability",
fire_starter = "durability",
pick = "durability",
hoe = "durability",
screwdriver = "durability",
shovel = "durability",
sword = "durability",
},
copper_lump = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
diamond = {
axe = "durability",
fire_starter = "durability",
pick = "durability",
hoe = "durability",
screwdriver = "durability",
shovel = "durability",
sword = "durability",
},
gold_lump = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
junglesapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
seed_cotton = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "rapid",
sword = "rapid",
},
seed_wheat = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "rapid",
sword = "rapid",
},
string = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "rapid",
sword = "rapid",
},
wheat = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "rapid",
sword = "rapid",
},
cotton = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "rapid",
sword = "rapid",
},
pine_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
acacia_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
mushroom_brown = {
axe = "toter",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
mushroom_red = {
axe = "toter",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
mushroom_spores_brown = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
mushroom_spores_red = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
aspen_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
flint = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
coral_skeleton = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
acacia_bush_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
bush_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
tin_lump = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
blueberries = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
blueberry_bush_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
ice = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
pine_bush_sapling = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "thirst",
sword = "thirst",
},
dry_dirt = {
axe = "rapid",
fire_starter = "debug",
pick = "rapid",
hoe = "debug",
screwdriver = "debug",
shovel = "spreader",
sword = "pruner",
},
}