Class: Moves::Descriptive
- Inherits:
-
Move
- Object
- ActiveRecord::Base
- ApplicationRecord
- Move
- Moves::Descriptive
- Defined in:
- app/models/moves/descriptive.rb
Overview
used for Playbook moves that are purely test-based
Constant Summary
Constants inherited from Move
Instance Attribute Summary
Attributes inherited from Move
#created_at, #description, #haven, #id, #name, #playbook_id, #rating, #seven_to_nine, #six_and_under, #ten_plus, #twelve_plus, #type, #updated_at
Instance Method Summary collapse
Methods inherited from Move
Methods inherited from ApplicationRecord
Instance Method Details
#roll_results(_hunter) ⇒ Object
45 46 47 |
# File 'app/models/moves/descriptive.rb', line 45 def roll_results(_hunter) raise NotImplementedError end |
#rollable? ⇒ Boolean
49 50 51 |
# File 'app/models/moves/descriptive.rb', line 49 def rollable? false end |