personalnanax.blogg.se

Rpg maker mv tilesets 48 x 48 template
Rpg maker mv tilesets 48 x 48 template






VOCAB_STEAL_GOLD = "%s s'est fait voler %s%s!" # ◆ Agility Based Steal ◆ # Implemented on 3/14/08 by Touchfuzzy. # First %s : Target name # Second %s : Amount stolen # Third %s : Gold unit name. VOCAB_STEAL_ITEM = "%s s'est fait voler 1 %s !" # ◆ When stealing money/gold. # First %s : Target name # Second %s : Item Name VOCAB_STEAL_FAILURE = "Raté!" # ◆ When stealing an item. VOCAB_STEAL_NO_ITEM = "%s n'a rien!" # ◆ Steal skill failed. # (Where %s = target) # %s : has nothing to steal!

rpg maker mv tilesets 48 x 48 template

# ◆ Display Messages ◆ # Target skill used on has nothing to steal. You'd tag that ring: #_/ #_/= #_/ Install: Insert below KGC_EnemyGuide, and PG Tankentai Sideview Battle #_/ System, if applicable. #_/ #_/ Extestle: You'd like an accessory you created called "Theif's Ring" to #_/ increase an actor's stealing probability by 15%. To take advantage of this feature, tag the equip: #_/ #_/ Where Modifier = Addition( + ) or Subtraction( - ) #_/ Where Rate = the amount of increase/decrease in probability. Tag him with: #_/ #_/ #_/ #_/ New! Equipment that effects steal probability #_/ You may define equipment that increases or decreases the odds of the #_/ steal skill's success. #_/ #_/ Extestle: You have a bandit (enemy) who has a Long Sword and 100 gold you'd #_/ like to be able to steal from him, at a 50% chance. #_/ #_/ Where Probability % = The chance of the item being stolen. I = Items, W = Weapons, A = Armor, and G = Gold #_/ #_/ Where ID = The specified item, weapon, or armor's ID #, in the database #_/ OR the amount of gold that can be stolen. Next, to set up enemies you can steal from, in the enemies #_/ database, you enter #_/ #_/ Where X = Steal type.

rpg maker mv tilesets 48 x 48 template

To assign a skill as a Steal skill, add the tag "" #_/ (without quotations) into the "Note" box on the skill you choose in the #_/ skills database. #_/= #_/ ◆ Instructions For Usage ◆ #_/ #_/ Setup is simple. Anonymous ◆ #_/ ◆ Extended updates by Touchfuzzy and RFTD ◆ #_/ ◆ KGC Site: ◆ #_/ ◆ ◆ #_/ ◆ Translator's Blog: ◆ #_/ ◆ ◆ #_/- #_/ This script allows you to assign skills that "steal" items, weapons, armor #_/ and money.








Rpg maker mv tilesets 48 x 48 template