Class: RPG::Enemy::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

敌人[行为模式]的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#condition_param1Object

Returns the value of attribute condition_param1.



365
366
367
# File 'lib/R3EXS/RGSS3.rb', line 365

def condition_param1
  @condition_param1
end

#condition_param2Object

Returns the value of attribute condition_param2.



365
366
367
# File 'lib/R3EXS/RGSS3.rb', line 365

def condition_param2
  @condition_param2
end

#condition_typeObject

Returns the value of attribute condition_type.



365
366
367
# File 'lib/R3EXS/RGSS3.rb', line 365

def condition_type
  @condition_type
end

#ratingObject

Returns the value of attribute rating.



365
366
367
# File 'lib/R3EXS/RGSS3.rb', line 365

def rating
  @rating
end

#skill_idObject

Returns the value of attribute skill_id.



365
366
367
# File 'lib/R3EXS/RGSS3.rb', line 365

def skill_id
  @skill_id
end