Skip to content
Snippets Groups Projects
Commit dc508f72 authored by dg's avatar dg
Browse files

black mamba & anacondas are rarer and higher level

git-svn-id: http://svn.net-core.org/repos/t-engine4@652 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5ce29b67
No related branches found
No related tags found
No related merge requests found
...@@ -93,10 +93,10 @@ newEntity{ base = "BASE_NPC_SNAKE", ...@@ -93,10 +93,10 @@ newEntity{ base = "BASE_NPC_SNAKE",
} }
newEntity{ base = "BASE_NPC_SNAKE", newEntity{ base = "BASE_NPC_SNAKE",
name = "black mamba", color=colors.BLACK, name = "black mamba", color=colors.DARK_GREY,
desc = [[It has glistening black skin, a sleek body, and highly venomous fangs.]], desc = [[It has glistening black skin, a sleek body, and highly venomous fangs.]],
level_range = {7, 50}, exp_worth = 1, level_range = {15, 50}, exp_worth = 1,
rarity = 7, rarity = 8,
max_life = resolvers.rngavg(50,80), max_life = resolvers.rngavg(50,80),
combat_armor = 4, combat_def = 12, combat_armor = 4, combat_def = 12,
combat = { dam=10, atk=30, apr=10 }, combat = { dam=10, atk=30, apr=10 },
...@@ -107,9 +107,9 @@ newEntity{ base = "BASE_NPC_SNAKE", ...@@ -107,9 +107,9 @@ newEntity{ base = "BASE_NPC_SNAKE",
newEntity{ base = "BASE_NPC_SNAKE", newEntity{ base = "BASE_NPC_SNAKE",
name = "anaconda", color=colors.YELLOW_GREEN, name = "anaconda", color=colors.YELLOW_GREEN,
desc = [[You recoil in fear as you notice this huge, 10 meter long snake. It seeks to crush the life out of you.]], desc = [[You recoil in fear as you notice this huge, 10 meter long snake. It seeks to crush the life out of you.]],
level_range = {10, 50}, exp_worth = 1, level_range = {20, 50}, exp_worth = 1,
rarity = 11, rarity = 11,
rank = 3, rank = 9,
max_life = resolvers.rngavg(100,120), max_life = resolvers.rngavg(100,120),
combat_armor = 14, combat_def = 5, combat_armor = 14, combat_def = 5,
combat = { dam=12, atk=10, apr=10 }, combat = { dam=12, atk=10, apr=10 },
......
...@@ -24,6 +24,7 @@ newTalent{ ...@@ -24,6 +24,7 @@ newTalent{
points = 5, points = 5,
require = techs_req1, require = techs_req1,
sustain_stamina = 20, sustain_stamina = 20,
cooldown = 5,
activate = function(self, t) activate = function(self, t)
return {} return {}
end, end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment