Ren'Py Completed Damsels and Dungeons [v1.2.41 Remastered] [Amaraine]

3.60 star(s) 33 Votes

e6mill

Well-Known Member
Aug 4, 2022
1,222
2,328
I think only rings give you a stat + fetish. Other stuff is just the fetish. I assume a MAGIC sword of bondage is better as a sword than a regular sword. And a FABLED sword better than that - but I'm just guessing on those.
 
  • Like
Reactions: krzay

Rolo

Well-Known Member
Jul 14, 2017
1,298
1,332
I think only rings give you a stat + fetish. Other stuff is just the fetish. I assume a MAGIC sword of bondage is better as a sword than a regular sword. And a FABLED sword better than that - but I'm just guessing on those.
Only time when I saw a change in stats is, when e.g. Amazon upgrades her armor from leather to chain. Armor value 1 to 3.
Other girls get leather armor: 0 to 1
I do not know how this armor value influences the fights.
And a sword - no clue if (and how) it influences something.
 

Doc_Odd

Newbie
Jun 15, 2017
99
115
I think only rings give you a stat + fetish. Other stuff is just the fetish. I assume a MAGIC sword of bondage is better as a sword than a regular sword. And a FABLED sword better than that - but I'm just guessing on those.
I seem to remember that items other than rings have only one thing they can buff based on what item type they are, so they don't bother to tell you what the buff is; any magic item of that type will give the same buff. Different rings can buff different things, so they specify which thing they buff.
 

dieboh.dieboh

New Member
Dec 12, 2023
3
7
Hello everyone and a Happy New Year.

I just discovered this game a few days ago and I'm already addicted.
On the other hand there is still so much potential left, which is a little bit dissapointing. (no offence)
The code looks quite messy so at least potential you can think of,
not sure what's realy possible. (again, no offense)

I didn't play the vanilla version. From reading the changelogs and replys the Remastered version looks quite impressive.

Ninoss
so thanks for spending your free time on that.

to actual topic

except shields and armor every item adds 1 point to a fixed stat.
Tested items from eastern woods, blood plains and also crafted items.
(spent hours in eastern woods to get my girl as below, but it was more of a long test run)

item bonus
Ring : ["Strength","Dexterity","Constitution","Intelligence","Sexuality"]
Amulet : ["Intelligence"]
Bow : ["Dexterity"]
Sword : ["Strength"]
Dagger : ["Strength"]
Mace : ["Strength"]
Staff : ["Strength"]
Shuriken : ["Dexterity"]
Belt : ["Constitution"]
Wand : ["Dexterity"]
Shield : ["Dodge Rating"]
Robes : ["Dodge Rating"]
Leather Armor: ["Dodge Rating"]
Chain Armor : ["Dodge Rating"]

armor bonus:
Chain Armor + 2
Leather Armor + 1
Robes + 0
Shield + 1


Interssting side note:
if possible and you buy your girls the "normal" armor
befor
giving her a magic armor, both values count.
After giving her a magic armor, the "normal" one is no longer available,
even if you didn't buy it.



If the encounter for an item drop appears, they even have a different drop rate.

item probability:
Ring : 18
Amulet : 9
Bow : 6
Sword : 8
Dagger : 5
Mace : 1
Staff : 2
Shuriken : 1
Belt : 15
Wand : 5
Shield : 3
Robes : 4
Leather Armor : 9
Chain Armor : 3


Long story short,

Magic sword of bondage adds 1 point to strength and adds bondage to girls fetishes.
If the girl you equip that item already has this fetish (bondage in this case),
girl gets 1 point sexuality instead.

krzay
Don't worry about your "Magic Ring".
Except of "Ring of Bimbofication", every ring is "just" displayed as magic ring (at least I didn't see one).
Also some other item combinations. Mace of Sadism correct, Mace of Exhibitionist just Magic Mace.

In most cases fetishes and items are a simple top down order.
First magic item should be first fetish, etc.
Only Demonic Dreams which adds girls hidden fetish and
Angelic/Seraphic Dreams which removes fetishes can get in between of that.
And of course events for some special girls and their hidden fetish.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

krzay

Newbie
May 24, 2021
19
2
Thank you all for trying to improve this game as well as playing it

p/s: I can't write much to share my opinions because english is not my native language, I mean, I'm not even sure if I'm using the correct grammar
 

Rolo

Well-Known Member
Jul 14, 2017
1,298
1,332
Thank you all for trying to improve this game as well as playing it

p/s: I can't write much to share my opinions because english is not my native language, I mean, I'm not even sure if I'm using the correct grammar
Google translater is quite good (also grammar). Depending on the languages ofc.
 
Last edited:

dieboh.dieboh

New Member
Dec 12, 2023
3
7
Here are some changes/fixes I've done so far.
Maybe you want to include them in your next fix/update.

sex.rpy
#line 375
enjpoys -> enjoys
(typo in bath scene)

01pcobject.rpy
#line 331
return_from_brothel(self):
self.restdays = 5 #7->5
(to match the rest time with the other changes you made)

intro.rpy
#line 154
gold = 340 #140 -> 340
(to start with the expected more gold and not just with it)

girlinteractios.rpy
#line 332
"Ask her to serve you as a customer for 50 gold" if char in whores and char not in played_today and not char.monster_girl and gold >= 50:
$ gold -= 50 #payment was missing
(Excluded monster girls for this line, because there is no scene and you can have free sex with them anyway :))

I also added monster gils to the played_today list after their sex scene to prevent unlimited mana.
 

Rolo

Well-Known Member
Jul 14, 2017
1,298
1,332
Here are some changes/fixes I've done so far.
Maybe you want to include them in your next fix/update.
...
intro.rpy
#line 154
gold = 340 #140 -> 340
(to start with the expected more gold and not just with it)
...
gold = 300

it was: 40+100 (aristocrat) = 140
should be now: 200 + 100 (aristocrat) = 300
 
Last edited:
  • Like
Reactions: dieboh.dieboh

dieboh.dieboh

New Member
Dec 12, 2023
3
7
gold = 300

it was: 40+100 (aristocrat) = 140
should be now: 200 + 100 (aristocrat) = 300
Didn't play vanilla, so I just read the actual code :)

Maybe someone can help me?
I just can't live with caster spells/skills/attacks depending on DEX.
So I added a new source called Cast. It's the same as Shoot but depends on INT instead of DEX (no balancing for now).
Now I can just change damage = Shoot... to damage = Cast... no problems so far.
Also added as new attack/skill.
Now I want to change their default attack from Shoot to Cast.
Where can I find which class/girl uses which skill?

Edit:
Ok, I'm stupid. Had to start a new game. Reload an old game didn't work.
 
Last edited:

zeranta

Newbie
Apr 23, 2023
49
42
Can Urielle appear in girls encounter roster ? I mean she still have bugs when you interact with her.
- She lost affection if you choose to enjoy her in the roster but not in Monster girl room
- She have images not loading in some case
And I'm still playing and I hope I know how to get her naked handjob scene.
 

Rolo

Well-Known Member
Jul 14, 2017
1,298
1,332
What does the crystal do that you can purchase
from the wandering merchant?
thx
With crystals (together with mana) you can buy items from the smithy.
In the new remastered versions, you find plenty of crystals after fights. So, I would recommend to buy cristals only when you have an abundance of money (which is not my personal experience).
 

Forgotted

Well-Known Member
Sep 1, 2020
1,763
1,409
With crystals (together with mana) you can buy items from the smithy.
In the new remastered versions, you find plenty of crystals after fights. So, I would recommend to buy cristals only when you have an abundance of money (which is not my personal experience).

"So, I would recommend to buy cristals only when you have an abundance of money"
Whoops... lol (only bought 1 just for kicks... )

Thank you very much for the help. I appreciate it.

Cheers
 
  • Like
Reactions: Rolo

MontyPython85

Newbie
Jul 2, 2017
85
27
My WISHLIST for future updates, if any (Basing this off my playthrough of the Original Game - Haven't tried the REMASTERED yet, since it doesn't seem to allow me to run the script, even after I've already set it to EXECUTE. Am on OpenSUSE Tumbleweed Linux Distro.)

Unique Recruitable Girls (Scripted, according to the Code, looks like):
- I think Hilda (Valkyrie) should start with the Proud Trait (alongside her Strong Trait). I think her Class Namesake often take pride in their work, right?
- Also, Amora (Enchantress), I believe, would be better suited to the Promiscuous Trait, instead of Proud. I'm basing this off the interactions PC has with her throughout the course of the Game
- Anyone else think that the Paladin inRaphaelle's Temple Quest should also be a Unique Recruitable (READ: Scripted)? Seems to me the wording of the Temple quest implies, that she's eyeing someone in particular...If she wasn't I'd imagine the wording would simply be something like "Head to the Temple and recruit a Paladin that could assist you blah-di-blah-di-blah..."
 
  • Like
Reactions: Rolo

Rolo

Well-Known Member
Jul 14, 2017
1,298
1,332
My WISHLIST for future updates, if any (Basing this off my playthrough of the Original Game - Haven't tried the REMASTERED yet, since it doesn't seem to allow me to run the script, even after I've already set it to EXECUTE. Am on OpenSUSE Tumbleweed Linux Distro.) ...
For sure, there will be no update for the original game.
As for the remastered version, 1.2.41 can be - according to Ninoss - considered as final.
Except important bugfixes eventually.
 
3.60 star(s) 33 Votes