Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Recent content by Arekushisu

  1. Arekushisu

    Hello world

    Excepte RPG Maker's pack and searching on internet, i don't have special references sorry. I'm more on searching for complexe and interesting mechanics.
  2. Arekushisu

    Panoply Bonus with AutoPassiveStats... help

    If interested, here is the solution. <Custom Passive Condition> if (user.equips().contains($dataArmors[x])) { condition = true; } else { condition = false; } </Custom Passive Condition> where X is the armor ID
  3. Arekushisu

    Panoply Bonus with AutoPassiveStats... help

    Hi guys ! Everything is in the title. I have some AutoPassiveStats always attached to any actors in the game. These stats are a Panoply Bonus that gives bonus to an actor with a full panoply. To make the AutoPassiveState appear only when the actore have the panoply equipped, i can use...
  4. Arekushisu

    Ultimate Skill Easy Custom Damage Formula

    Someone can tell me what did i do wrong ? variables : var hittype = 0; (If 0 : 'atk', 'def' and 'pdr' based damages ; else: 'mat', 'mdf' and 'mdr' based dmg) var mindmg = 10; (base damage for the skill) var maxdmg = 20; (damage range) var docri = 6; (critical base damage bonus) var...
  5. Arekushisu

    More Base Stats

    For anyone interested in, i found a solution by using Special Params and change their formulas to make them like a base state. Ask me if you want to know how. (You can use them into a damage formula (like : value = a.atk*(a.mat/b.grd) - b.pdr) for exemple) They would be calculated not as a...
  6. Arekushisu

    Hello world

    Hi ! I'm Arekushisu, a little "game developper" using RPG Maker MV actually. I love Complex mechanics. I made some battle conversions from Dofus or Dark Souls to a MV game using some plugins (Yanfly's one mostly) If you want to ask me for anything, fell free :) This is a list of little...
  7. Arekushisu

    More Base Stats

    Hi there ! That's my first post, i hope i will not make any mistake ^^ If it's the case, feel free to correct me. Also, english is not my native langage so i could make some strange sentences, sorry my advance :) I'm here cause i need to find a way to add more Base Stats to my game. I have...
Top