SUPERSTROKE'S PROFILE

I make games.
You should be doing the same, stop reading this.
Sideways
Words are for meaning: once there is meaning, one can forget the words.

Search

Smoking cigarettes sucks sweaty donkey balls

Hey gang.

I've been smoking for 5+ years and a pack a day for the last 2. I'm 24. I read somewhere that it takes like 15 attempts to quit smoking on average. I think I'm somewhere in the 50+ attempts ranging from 5 months to an impressive 20 minutes quit.

I read Allen Carr's book 2 years ago, which I saw recommended left and right and I was in such a hurry to quit smoking I read it all in one night. I loved it. Didn't smoke for a week. Got drunk. Smoked.

I've tried the gum and patch in the past. I've also tried vaping, but what bothers me the most isn't the health risks, it's just being addicted to nicotine so I don't really want to switch it up for something else. All the longest quits I've had were cold turkey, so I think that's the way I wanna go.

I'm also addicted to American Spirit, a brand with a disproportionate amount of freebase nicotine. (If you don't know what freebase means here's an apt comparison: cocaine -> pretty bad, freebase cocaine -> basically pure 100% crack with no baking soda)

I swear that shit robs you of your confidence... Don't smoke kids! *cough* *cough*

Thankfully I'm not addicted to anything else. I quit drinking and quit smoking the devil's lettuce (it's legal here) a few weeks ago in preparation for quitting. Haven't really set a date but I was thinking October 1st.

I'd be curious if any of you have any experience and advice with quitting, I'd like to hear from you (or you can just call me a dumbass that's ok too, I deserve it).

[SOLVED] [RM2K3] Separate attributes in default shop system

Hey everyone.

I use the default item and shop system in RM2003, some of my items affect multiple stats. (example: a fine blade mainly increases attack, but increases speed as well because it is easy to maneuver, on the other hand, a heavy armor increases defense but slows you down).

Because the default system just uses an arrow up, arrow down system, it's not always clear what you are buying.

So here is what I am basically trying to do:


As you probably guessed I create four characters for strength, endurance, wisdom and finesse. I give each of them the appropriate attribute before opening a shop.
When the shop is closed, they are removed from the party and the "real" hero is added back.

As you can see, I ran into a problem because I am a bit unsure of how the arrow system works.

So here is my first question: I think the system works that way. If my hero has 5 for all of his stat and has a dagger which increases strength by 2, and decides to change it for a two handed axe which increases strength by 5 but decreases finesse by 2, the engine calculates a value for the dagger build (7+5+5+5=22) and one for the axe build (10+5+5+3=23), the shop will claim that the axe is stronger since 23>22.

Can anyone confirm that it is indeed how it works?

And now for the second question: Is what I'm trying to do even doable in RM2003?
I tried setting each of the other stats to zero at first (but then every item is always better) and then I tried setting all other stats to an average of all stats (since in my mental model, the calculation is done by adding the attributes) but to no avail. Should I do the average of only the remaining stats? Every other solution I can come up with needs to take into account the items (which basically makes it undoable in RM2K3).

so TLDR:
- How are the arrow up, arrow down calculated in the default shop system?
- Is what I am trying to do even doable?

Thanks in advance!


EDIT:

Turns out my mental model was wrong and RM is really stupid when comparing equipment.

I won't go too much into details but basically RM chooses an arbitrary stat to compare (usually the first one modified so by order of priority attack, defense, mind, speed) and as a result cannot do exactly what I was trying to do.

Nevertheless this is my current solution to the problem:


In my opinion it is better than the default system for a one man party, it does serve a different purpose than the normal arrow system as it absolutely does not compare to the current equipment. I posted this here in case someone was interested.
Pages: 1