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

ooze and sandworms have drops

sand & sandwall gfx


git-svn-id: http://svn.net-core.org/repos/t-engine4@337 51575b47-30f0-44d4-a5cc-537603b46e54
parent 611521fe
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ newEntity{
energy = { mod=0.7 },
combat_armor = 1, combat_def = 1,
drops = resolvers.drops{chance=90, nb=1, {} },
resists = { [DamageType.LIGHT] = -50 },
}
......@@ -81,4 +83,5 @@ newEntity{ base = "BASE_NPC_OOZE",
rarity = 7,
max_life = resolvers.rngavg(50,100),
combat = { dam=7, atk=15, apr=6, damtype=DamageType.ACID },
drops = resolvers.drops{chance=90, nb=3, {} },
}
\ No newline at end of file
......@@ -12,6 +12,8 @@ newEntity{
max_mana = 85,
resists = { [DamageType.FIRE] = 30, [DamageType.COLD] = -30 },
drops = resolvers.drops{chance=20, nb=1, {{type="potion"},{type="scroll"}} },
autolevel = "warrior",
ai = "dumb_talented_simple", ai_state = { talent_in=3, },
stats = { str=15, dex=7, mag=3, con=3 },
......
game/modules/tome/data/gfx/terrain/sand.png

1007 B

game/modules/tome/data/gfx/terrain/sandwall.png

2.34 KiB

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