By: Claimh
Quick upload before I go to sleep.
What Does This Do?
This allows you to customize the unarmed attacks of every actor:
- Add attack power
- Add physical defense
- Add magical defense
- Add animation
- Add attributes
- The ability to add states
- The ability to remove states
Code:
#==============================================================================
# â– Bare Handed Attack Settings Ver.1.2.0 by Claimh
#------------------------------------------------------------------------------
# Various settings for unarmed attacks are possible
# A different setting for each actor is possible
# ActorID:0 is the default setting
#==============================================================================
module Arm_Setting
ARM_ATK = []
ARM_PDEF = []
ARM_MDEF = []
ARM_ELEMENT = []
ARM_ELE_PLUS = []
ARM_ELE_MINUS = []
ARM_ANIMATION1 = []
ARM_ANIMATION2 = []
#==============================================================================
# Customizing START
#==============================================================================
# Attack Power = Physical Strength Ãâ€â€