Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

HBGames

Bare-handed Attack Settings
Found at: http://www.k3.dion.ne.jp/~claimh/rgss/index.html
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 Ãâ€â€

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top