#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# Blizz-ABS by Blizzard and winkio
# Version: 2.84
# Auto-Generated Configuration Script
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
#
# PART 1
#
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# Copy-paste this auto-generated script into the script slot instead of Part 1
# of the default Blizz-ABS script.
#
# If you find any bugs, please report them here:
# http://forum.chaos-project.com
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
#==============================================================================
# BlizzABS
#------------------------------------------------------------------------------
# This is the master control, configuration, utility and battle process
# module for Blizz-ABS.
#==============================================================================
module BlizzABS
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Control
#----------------------------------------------------------------------------
# This module provides in-game control configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Control
CUSTOM_CONTROLS = true
DISABLE_DEFAULT = true
UP = "Key['W'], Key['Arrow Up']"
LEFT = "Key['A'], Key['Arrow Left']"
DOWN = "Key['S'], Key['Arrow Down']"
RIGHT = "Key['D'], Key['Arrow Right']"
PREVPAGE = "Key['P']"
NEXTPAGE = "Key['L']"
CONFIRM = "Key['E'], Key['Enter']"
CANCEL = "Key['Esc']"
ATTACK = "Key['R']"
DEFEND = "Key['G']"
SKILL = "Key[',']"
ITEM = "Key['Q']"
SELECT = "Key['O']"
HUD = "Key['V']"
HOTKEY = "Key['X']"
MINIMAP = "Key['M']"
RUN = "Key['Left Shift']"
SNEAK = "Key['Alt']"
JUMP = "Key['.']"
TURN = "Key['C']"
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Config
#----------------------------------------------------------------------------
# This module provides Blizz-ABS configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Config
# 2.1. # Basic Configuration
MAX_PARTY = 4
MAX_PETS = 1
MAX_MONSTERS = 1
MAX_SUMMONS = 1
CATERPILLAR = false
CORPSES = true
EMPTY_CORPSES = true
RECOVER_ON_LEVEL_UP = false
FULL_DEFEND = false
DIRECT_HOTKEYS = false
AUTO_GAMEOVER = true
DROP_AMMO = true
MENU_COLOR_TINT = 8
DISABLE_ABS_MODE = 0
ITEM_DROP = true
ITEM_PICKUP_SOUND_FILE = RPG::AudioFile.new('056-Right02', 80, 100)
GOLD_DROP = ''
GOLD_PICKUP_SOUND_FILE = RPG::AudioFile.new('', 80, 100)
DROP_TIME = 65535
EVENT_LOCK = 40
ANIMATED_IDS = []
# 2.2. # Movement Configuration
PIXEL_MOVEMENT_RATE = 0
REPAIR_MOVEMENT = true
EIGHT_WAY_MOVEMENT = false
SNEAK_ON_CHARGE = false
NORMAL_SPEED = 3
RUN_SPEED = 4
SNEAK_SPEED = 2
JUMPING = 0
NO_JUMP_TAGS = []
ALLOW_JUMP_TAGS = []
NO_FLOOR_TAGS = [4, 5, 6, 7]
# 2.3. # Lag Prevention Configuration
INTELLIGENT_PASSABILITY = true
ABSEAL_AUTOKILL = true
ABSEAL_FACTOR = 4
DISABLE_ANTILAG_IDS = []
# 2.4. # Game Info Configuration
HUD_ENABLED = true
HUD_POSITION = 2
HUD_TYPE = 1
MINIMAP = false
HOTKEYS = true
ENEMY_HEALTH_BARS = 0
ENEMY_HEALTH_BARS_MATCH_WIDTH = false
BOUNCING_DAMAGE = false
WEAPON_DATA_MODE = [0, 0]
SKILL_DATA_MODE = [0, 0, 0]
ITEM_DATA_MODE = [0, 0, 0]
# 2.5. # Enemy Behavior Configuration
AI_DEFAULT_ATTRIBUTES = '01000000'
AI_DELAY_TIME = 40
VIEW_RANGE = 20
HEARING_RANGE_RATIO = 40
RESPAWN_TIME = 0
WALL_TAGS = [7]
NO_ENEMY_TAGS = [6, 7]
EXP_MODE = 2
KNOCKBACK_MODE = 2
# 2.6. # Animation Configuration
ANIMATIONS = true
SMALL_ANIMATIONS = true
DISPLAY_LEVEL_UP = true
LEVEL_UP_ANIMATION_ID = 0
FLEE_ANIMATION_ID = 0
CALL_HELP_ANIMATION_ID = 0
DEFEND_ANIMATION_ID = 0
UNSUMMON_ANIMATION_ID = 0
# 2.7. # Sprite Control Configuration
A_ACTION_SPRITES = false
A_WEAPON_SPRITES = false
A_DEFEND_SPRITES = false
A_SKILL_SPRITES = false
A_ITEM_SPRITES = false
A_IDLE_SPRITES = false
A_CHARGE_SPRITES = false
A_CHARGE_WEAPON_SPRITES = false
A_CHARGE_SKILL_SPRITES = false
A_CHARGE_ITEM_SPRITES = false
E_ACTION_SPRITES = false
E_SKILL_SPRITES = false
E_IDLE_SPRITES = false
E_CHARGE_SPRITES = false
E_CHARGE_SKILL_SPRITES = false
RUNNING_SPRITES = false
SNEAKING_SPRITES = false
JUMPING_SPRITES = false
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Alignments
#----------------------------------------------------------------------------
# This module provides alignment configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Alignments
GROUPS = [1, 2, 3, 4, 5, 6, 7]
LIFELESS_GROUPS = [5]
LINKED_GROUPS = [6, 7]
PERMANENT_GROUPS = [6, 7]
ACTOR_GROUP = 1
ENEMY_GROUP = 2
def self.enemies(id)
case id
when 1 then return [2, 3]
when 2 then return [1, 3, 4, 5, 6, 7]
when 3 then return [1, 2, 6, 7]
when 6 then return [2]
end
return []
end
def self.allies(id)
case id
when 1 then return [1]
when 2 then return [2]
when 3 then return [3]
when 6 then return [5, 6]
when 7 then return [5, 6]
end
return []
end
def self.neutral(id)
case id
when 1 then return [4, 5, 6, 7]
when 3 then return [4, 5]
when 4 then return [1, 2, 3, 4, 5, 6, 7]
end
return []
end
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Weapons
#----------------------------------------------------------------------------
# This module provides weapon configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Weapons
def self.type(id)
case id
when 1 then return SPEAR # Main Actor Hands
end
return SWORD
end
def self.combo(id)
return 0
end
def self.projectile_speed(id)
return 5
end
def self.knockback(id)
case id
when 1 then return 1 # Main Actor Hands
end
return 1
end
def self.range(id)
case id
when 1 then return 1.0 # Main Actor Hands
end
return 1.5
end
def self.penalty(id)
case id
when 1 then return 40 # Main Actor Hands
end
return 16
end
def self.frames(id)
return [3, 3, 3, 3]
end
def self.charge(id)
return [CHARGENone, 0]
end
def self.charge_frames(id)
return [3, 3, 3, 3]
end
def self.consume(id)
return []
end
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Skills
#----------------------------------------------------------------------------
# This module provides skill configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Skills
def self.type(id)
case id
when 1 then return [SHOOT, EXPLNone] # Claw
when 2 then return [SHOOT, EXPLNone] # Bite
end
return [DIRECT, EXPLNone]
end
def self.combo(id)
return 0
end
def self.projectile_speed(id)
return 5
end
def self.knockback(id)
case id
when 1 then return 0 # Claw
when 2 then return 0 # Bite
end
return 1
end
def self.range(id)
return 1.0
end
def self.penalty(id)
case id
when 1 then return 40 # Claw
when 2 then return 40 # Bite
end
return 24
end
def self.frames(id)
return [3, 3, 3, 3]
end
def self.charge(id)
return [CHARGENone, 0]
end
def self.charge_frames(id)
return [3, 3, 3, 3]
end
def self.trap(id)
return 10
end
def self.summon(id)
return [SUMMONPet, 0, 0]
end
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Items
#----------------------------------------------------------------------------
# This module provides item configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Items
def self.type(id)
return [DIRECT, EXPLNone]
end
def self.combo(id)
return 0
end
def self.projectile_speed(id)
return 5
end
def self.knockback(id)
return 1
end
def self.range(id)
return 5.5
end
def self.penalty(id)
return 24
end
def self.frames(id)
return [3, 3, 3, 3]
end
def self.charge(id)
return [CHARGENone, 0]
end
def self.charge_frames(id)
return [3, 3, 3, 3]
end
def self.trap(id)
return 10
end
def self.summon(id)
return [SUMMONPet, 0, 0]
end
def self.drop_sprite(id)
return false
end
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Enemies
#----------------------------------------------------------------------------
# This module provides enemy configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Enemies
def self.type(id)
case id
when 2 then return SPEAR # Zombie
when 3 then return SPEAR # Zombie
when 4 then return BOW # Bandit
end
return SWORD
end
def self.combo(id)
return 0
end
def self.projectile_speed(id)
return 5
end
def self.knockback(id)
case id
when 2 then return 0 # Zombie
when 3 then return 0 # Zombie
when 4 then return 0 # Bandit
end
return 1
end
def self.range(id)
case id
when 2 then return 1.0 # Zombie
when 3 then return 1.0 # Zombie
when 4 then return 6.0 # Bandit
end
return 1.5
end
def self.penalty(id)
case id
when 2 then return 40 # Zombie
when 3 then return 40 # Zombie
when 4 then return 32 # Bandit
end
return 16
end
def self.frames(id)
return [3, 3, 3, 3]
end
def self.charge(id)
return [CHARGENone, 0]
end
def self.charge_frames(id)
return [3, 3, 3, 3]
end
def self.delay(id)
return nil
end
def self.perception(id)
case id
when 4 then return [8, 60] # Bandit
end
return nil
end
def self.ai(id)
return nil
end
def self.destruct(id)
return 0
end
def self.respawn(id)
return 0
end
end
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
# BlizzABS::Combos
#----------------------------------------------------------------------------
# This module provides combo configurations.
#:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=
module Combos
def self.total_actions(com)
return 1
end
def self.commands(com)
return []
end
def self.anim_data(com)
return [0, [3, 3, 3, 3], '', false]
end
end
end