Class: RPG::Map::Encounter
- Inherits:
-
Object
- Object
- RPG::Map::Encounter
- Defined in:
- lib/eidolon/rgss3/rpg/map/encounter.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
Encounter
The data class for encounter settings.
Instance Attribute Summary collapse
-
#region_set ⇒ Object
Returns the value of attribute region_set.
-
#troop_id ⇒ Object
Returns the value of attribute troop_id.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#region_set ⇒ Object
Returns the value of attribute region_set.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/map/encounter.rb', line 13 def region_set @region_set end |
#troop_id ⇒ Object
Returns the value of attribute troop_id.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/map/encounter.rb', line 11 def troop_id @troop_id end |
#weight ⇒ Object
Returns the value of attribute weight.
12 13 14 |
# File 'lib/eidolon/rgss3/rpg/map/encounter.rb', line 12 def weight @weight end |