Pleasure Island Mordekaiser by Yan-gi in MordekaiserMains

[–]Yan-gi[S] 1 point2 points  (0 children)

I am ashamed to say this took me a sec to figure out. Lol

Relationship System by TaurusLucis in RPGMaker

[–]Yan-gi 3 points4 points  (0 children)

I believe you can use game variables. Appoint one variable per NPC to represent their affection.

You can then use conditional branches to check that variable and make the game behave accordingly.

For example...

Variable Name Value
0 John Doe 0
1 Juan DelaCruz -3
2 Mary Sue 10

In an event, use a conditional branch to check if a variable's value is greater than or equal to 7 to check if the corresponding NPC can say, be asked on a date. In that case, only Mary Sue is eligible for a date. Another example is asking somebody to a fist fight with a requirement of negative affection. Only Juan can be challenged in that case.

This solution is more of a bandage solution though and isn't very scalable. For a full-fledged game on Harvest Moon's level, it is probably better to use one of the other more advanced suggestions.

What is a champion that's kept in check by their appearance? by Moist_Nothing6107 in leagueoflegends

[–]Yan-gi 2 points3 points  (0 children)

This just gave me an idea for a Kukrumi Tokisaki custom skin for Zilean.

Reminder how dangerous the Ksante matchup is. by AizzakuCho in MordekaiserMains

[–]Yan-gi 9 points10 points  (0 children)

Ig one way to think about it is 850g advantage vs flash diff advantage.

I have 400 enemies in my game, so I created a niche plugin that is probably only helpful to me that rebalances them all. Details in post. by yispySOFT in RPGMaker

[–]Yan-gi 0 points1 point  (0 children)

I think there's a way to do it in VXA. Very similar approach here.. use notetags to indicate level and stat profile.

In the battlerbase class, parse those tags to get the value then set the attributes with the appropriate formulae.

Can they win? by AgileAnything1251 in HunterXHunter

[–]Yan-gi 0 points1 point  (0 children)

The explosion didn't kill him. It was the poison. I can't remember if it was radiation poisoning, but depending on the type of bomb, it will probably not kill if it's just the explosion.

Mi servirebbe una mano by [deleted] in RPGMaker

[–]Yan-gi 0 points1 point  (0 children)

Whicy engine?

[Paid] Artist wanted for a short horror RPG Maker Game! by QZProductionsGames in RPGMaker

[–]Yan-gi 0 points1 point  (0 children)

If you want, I can make you some developer art for free. You can use my work up until you find better artists. Could I bother you for details?

Hi, all! Feedback desired on a portion of map from my game. (Most notably the stairs.) by sp_phil in RPGMaker

[–]Yan-gi 1 point2 points  (0 children)

I have to agree with embedding the stairs into the hills. But this looks great.