功击放大对不对?
敌人视觉缩放:
#============================================================================== # Name [ BasePack Ace ( 基础包装 Ace ) ] # Apply To [ RPG Maker XP & RPG Maker VX & RPG Maker VX Ace ] #------------------------------------------------------------------------------ # Author [ 忧雪の伤 ] # Last Update [ 2012.1.27 ] #------------------------------------------------------------------------------ # Link [ 66RPG Ideal Script Association ] # => [url]http://rpg.blue/group-215-1.html[/url] # Link [ OWL Authors' Protection Organization ] # => [url]http://oapo.qzworld.net/index.html[/url] #============================================================================== #============================================================================== # * Registered Section #============================================================================== $imported = {} if $imported.nil? $imported['BasePack Ace'] = '2012.1.27' #============================================================================== # * Running Section #============================================================================== ISA = Module.new ISA::Edition = self ? RUBY_VERSION == '1.9.2' ? :va : :vx : :xp
#==============================================================================
# Name [ BasePack Ace ( 基础包装 Ace ) ]
# Apply To [ RPG Maker XP & RPG Maker VX & RPG Maker VX Ace ]
#------------------------------------------------------------------------------
# Author [ 忧雪の伤 ]
# Last Update [ 2012.1.27 ]
#------------------------------------------------------------------------------
# Link [ 66RPG Ideal Script Association ]
# => [url]http://rpg.blue/group-215-1.html[/url]
# Link [ OWL Authors' Protection Organization ]
# => [url]http://oapo.qzworld.net/index.html[/url]
#==============================================================================
#==============================================================================
# * Registered Section
#==============================================================================
$imported = {} if $imported.nil?
$imported['BasePack Ace'] = '2012.1.27'
#==============================================================================
# * Running Section
#==============================================================================
ISA = Module.new
ISA::Edition = self ? RUBY_VERSION == '1.9.2' ? :va : :vx : :xp
|