BETA V4.1 -
http://www.megaupload.com/?d=3B34L0P2
Holy shit...um...just a second. Gotta address everything...
Michael2002:
1st- The form you fight isn't Mammona's true form. The closest thing to her true form is the shadow that appears in the codex when you defeat her. Hence, the shadow creature. If you use Observe and such on her in battle, everything should work fine. Since you can't Observe her true form, that's why her stats are hidden.
2nd- Fixed
3rd- You can't run in certain locations (such as buildings) because dashing isn't allowed...it just seems to be a default thing for buildings. If I get a bug up my ass, I'll turn that off.
4th- Gold Hairbrush is a gift for a later romantic partner. Just wait for it, it'll be used eventually
5th- Well...don't do that. Theoretically that holds true for every cut scene.
Xtreme:
1st- I know how to do this as well, but your way may be more efficient than mine, send me a PM.
2nd- It's just fine, it's not about luck, it's about trial and error and memorization.
3rd- The crystal's damage isn't completely random. For your benefit I'll post the algorithms for both the Greed Core Wave and the Charity Core Wave.
Greed Core Wave
If Alignment = 0 then
Damage is null;
G.Power += 25;
If Alignment > 0 then
Damage = (G.Damage - Alignment) - Rand(1..100)
G.Power += 5;
Meaning if your Alignment is positive (good karma) you'll be healed by the above algorithm.
If Alignment < 0 then
Damage = (G.Damage - Alignment) + Rand(50..100)
G.Power += 10;
Meaning if your Alignment is negative (bad karma) you'll take damage equal to the above algorithm.
Now the way the power of the Charity Core Crystal is calculated is based on both your Alignment, and how many times you withstand the Greed Core Wave. Like the little girl says "The Yellow Crystal absorbs the Orange Power". Your Charity Core Crystal gets stronger as you are hit by the Greed Core Wave.
Now you may be wondering what G.Power is, that's the amount of power your Charity Core Crystal has built up. It theoretically has no limit.
Here's a good algorithm to determine how much damage you'll do with the Charity Core Crystal.
C.Damage = 10
Damage = (C.Damage + G.Power) * Rand(1..10)
G.Power = 0;
Meaning, after using the Charity Core Crystal, you lose all built up energy. Be careful, Mammona has an attack called Greed Core Absorption which sucks all the power from the Charity Core Crystal and heals her accordingly. Hopefully that will help realize the true potential of the Charity Core Crystal.
mlukers:
1st- Fixed it, sorry about that.
2nd- Fixed.
Carnivore:
1st- I actually need to beef up all of the "boss" Mamono forms. Thanks for reminding me. There we go, that should be a bit more challenging. That said, I've also fixed an issue which nerfed the amount of Tickle Essence and Experience you got from boss forms. It should be fixed now...which will make leveling so much easier.
2nd- Be patient guys, you only have two levels so far. I'm already planning that.
3rd- I still have 3 quests left to add. They will easily get you to level 9.
4th- Fixed
5th- I can't believe I forgot about Kaliya. Sounds like a perfect sister to Medusa. (b^_^)b I'll get them in as soon as I can. Though...Kaliya (thanks again) won't be available until near the end of Chapter 7.
I think that's everything...I'll upload a new version now. Thanks for all the feedback.