Class: RPG::Map::Encounter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#region_setObject

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_idObject

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

#weightObject

Returns the value of attribute weight.



12
13
14
# File 'lib/eidolon/rgss3/rpg/map/encounter.rb', line 12

def weight
  @weight
end