Creating an Equipment Item.
Selecting the equipment type, we have:
What's additional here is:
- Slot Equipment: Where the item will be equipped.
Intersect offers 5 initial options that can be changed in config.xml in the resources folder inside the server folder. Helmet, Armor, Weapon, Shield and Boots.
For all these types the settings remain normal, however if you select Weapon, will appear more.
- Stat Bonuses These are addictions that will happen in character status when the weapon is equipped.
- Bonus Effect
- Cooldown Reduction - Reduction of the waiting time of a spell.
- Life Steal - Effect of draining the life of the enemy.
Both values are set in percentage.
- Weapon Properties.
- Base Damage - Basic weapon damage.
- Crit Chance - Percentage of get a critic attack.
- Damage Type - Type of damage it will cause.
- Scaling stat - Is the value of the players stat in the character menu. It includes points players have put into each stat and buffs that items/spells provide.
- Scaling Amount - Can be 100%, 200%, 300% or more so it could add 200 damage, 400 damage, or a whole lot more.
- Projectile - Defines a projectile for the weapon.
- Attack Animation - Animation for each attack.
- Tool Type - If it is a tool, you can specify it here.
- Paperdolls - Overlays on the character image that will appear when the player equips the equipment.
To make paperdoll choices appear. You must add PNG format images in: client and editor/resources/paperdolls.
Creating an Consumable Item.
We do not have much.
Because it is consumable, simply add if you want to increase Health or mana and add value.
Creating an Currency Item.
Only the basic settings shown at the top of the page appear.
This is for use only in the Shop Editor. That will set a default currency used in Player-Shop transitions.
Creating an Spell Item.
Select the spell.
When the player uses this item will learn the selected magic.
Creating an Event Item.
Select the event.
When the player uses this item will activate a common event.
Creating an Bag Item
When selecting this type of item. You will receive an option to add a value. This value is the amount of Slots that the bag will have.
Now you know how everything works and knows how to create all kinds of items. A lot can be done if you use your imagination. Remember that only the basics of everything are shown here, but if you explore more you can learn a lot more.