Class: Studio::Trainer::Resources

Inherits:
Object
  • Object
show all
Defined in:
docs/3_Studio.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artwork_fullString (readonly)

Full artwork of the trainer (Gen 6+ style)

Returns:



1002
1003
1004
# File 'docs/3_Studio.rb', line 1002

def artwork_full
  @artwork_full
end

#artwork_smallString (readonly)

Small artwork of the trainer (Gen 6+ style)

Returns:



1005
1006
1007
# File 'docs/3_Studio.rb', line 1005

def artwork_small
  @artwork_small
end

#battle_bgmString (readonly)

BGM played during the battle

Returns:



1020
1021
1022
# File 'docs/3_Studio.rb', line 1020

def battle_bgm
  @battle_bgm
end

#characterString (readonly)

Character of the trainer

Returns:



1008
1009
1010
# File 'docs/3_Studio.rb', line 1008

def character
  @character
end

#defeat_bgmString (readonly)

BGM played when the enemy trainer loses the battle

Returns:



1017
1018
1019
# File 'docs/3_Studio.rb', line 1017

def defeat_bgm
  @defeat_bgm
end

#encounter_bgmString (readonly)

BGM played when the enemy trainer sees the player (trainer_eye_sequence)

Returns:



1011
1012
1013
# File 'docs/3_Studio.rb', line 1011

def encounter_bgm
  @encounter_bgm
end

#spriteString (readonly)

Sprite of the trainer (Gen 4/5 style)

Returns:



999
1000
1001
# File 'docs/3_Studio.rb', line 999

def sprite
  @sprite
end

#victory_bgmString (readonly)

BGM played when the enemy trainer wins the battle

Returns:



1014
1015
1016
# File 'docs/3_Studio.rb', line 1014

def victory_bgm
  @victory_bgm
end