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

Pearls when used as alchemist bomb do a much more powerful liting effect, able...

Pearls when used as alchemist bomb do a much more powerful liting effect, able to remove magical darkness


git-svn-id: http://svn.net-core.org/repos/t-engine4@6503 51575b47-30f0-44d4-a5cc-537603b46e54
parent a89175cb
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ newGem("Diamond", "object/diamond.png",5, 18, "white", 40, 50, 5, 70,
)
newGem("Pearl", "object/pearl.png", 5, 18, "white", 40, 50, 5, 70,
{ resists = {all=5}, combat_armor = 5 },
{ splash={type="LITE", dam=1} }
{ splash={type="LITE", dam=100} }
)
newGem("Moonstone", "object/moonstone.png",5, 18, "white", 40, 50, 5, 70,
{ combat_def=10, combat_mentalresist=10, combat_spellresist=10, combat_physresist=10, },
......
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