Class: Studio::CreatureForm::Resources
Overview
Resource of the creature for UI purpose
Instance Attribute Summary collapse
-
#back ⇒ String
readonly
Standard back.
-
#back_f ⇒ String?
readonly
Female back.
-
#back_shiny ⇒ String
readonly
Standard shiny back.
-
#back_shiny_f ⇒ String?
readonly
Female shiny back.
-
#character ⇒ String
readonly
Standard character.
-
#character_f ⇒ String?
readonly
Female character.
-
#character_shiny ⇒ String
readonly
Standard shiny character.
-
#character_shiny_f ⇒ String?
readonly
Female shiny character.
-
#cry ⇒ String
readonly
Cry.
-
#footprint ⇒ String
readonly
Footprint.
-
#front ⇒ String
readonly
Standard front.
-
#front_f ⇒ String?
readonly
Female front.
-
#front_shiny ⇒ String
readonly
Standard shiny front.
-
#front_shiny_f ⇒ String?
readonly
Female shiny front.
-
#has_female ⇒ Boolean
readonly
Test if the females resources can be used.
-
#icon ⇒ String
readonly
Standard icon.
-
#icon_f ⇒ String?
readonly
Female icon.
-
#icon_shiny ⇒ String
readonly
Standard shiny icon.
-
#icon_shiny_f ⇒ String?
readonly
Female shiny icon.
Instance Attribute Details
#back ⇒ String (readonly)
Standard back
752 753 754 |
# File 'docs/3_Studio.rb', line 752 def back @back end |
#back_f ⇒ String? (readonly)
Female back
755 756 757 |
# File 'docs/3_Studio.rb', line 755 def back_f @back_f end |
#back_shiny ⇒ String (readonly)
Standard shiny back
758 759 760 |
# File 'docs/3_Studio.rb', line 758 def back_shiny @back_shiny end |
#back_shiny_f ⇒ String? (readonly)
Female shiny back
761 762 763 |
# File 'docs/3_Studio.rb', line 761 def back_shiny_f @back_shiny_f end |
#character ⇒ String (readonly)
Standard character
767 768 769 |
# File 'docs/3_Studio.rb', line 767 def character @character end |
#character_f ⇒ String? (readonly)
Female character
770 771 772 |
# File 'docs/3_Studio.rb', line 770 def character_f @character_f end |
#character_shiny ⇒ String (readonly)
Standard shiny character
773 774 775 |
# File 'docs/3_Studio.rb', line 773 def character_shiny @character_shiny end |
#character_shiny_f ⇒ String? (readonly)
Female shiny character
776 777 778 |
# File 'docs/3_Studio.rb', line 776 def character_shiny_f @character_shiny_f end |
#footprint ⇒ String (readonly)
Footprint
764 765 766 |
# File 'docs/3_Studio.rb', line 764 def footprint @footprint end |
#front ⇒ String (readonly)
Standard front
740 741 742 |
# File 'docs/3_Studio.rb', line 740 def front @front end |
#front_f ⇒ String? (readonly)
Female front
743 744 745 |
# File 'docs/3_Studio.rb', line 743 def front_f @front_f end |
#front_shiny ⇒ String (readonly)
Standard shiny front
746 747 748 |
# File 'docs/3_Studio.rb', line 746 def front_shiny @front_shiny end |
#front_shiny_f ⇒ String? (readonly)
Female shiny front
749 750 751 |
# File 'docs/3_Studio.rb', line 749 def front_shiny_f @front_shiny_f end |
#has_female ⇒ Boolean (readonly)
Test if the females resources can be used
782 783 784 |
# File 'docs/3_Studio.rb', line 782 def has_female @has_female end |
#icon ⇒ String (readonly)
Standard icon
728 729 730 |
# File 'docs/3_Studio.rb', line 728 def icon @icon end |
#icon_f ⇒ String? (readonly)
Female icon
731 732 733 |
# File 'docs/3_Studio.rb', line 731 def icon_f @icon_f end |
#icon_shiny ⇒ String (readonly)
Standard shiny icon
734 735 736 |
# File 'docs/3_Studio.rb', line 734 def icon_shiny @icon_shiny end |
#icon_shiny_f ⇒ String? (readonly)
Female shiny icon
737 738 739 |
# File 'docs/3_Studio.rb', line 737 def icon_shiny_f @icon_shiny_f end |