Represent the hat equipment item in the game. More...
Additional Inherited Members | |
Public Member Functions inherited from CardRPG.Equipment | |
| virtual string | DisplayStatus () |
| Generates a formatted string that summarizes the current status of the object, including its name, level requirement, health, mana, and other attributes. | |
| override string | ToString () |
Properties inherited from CardRPG.Equipment | |
| Status | Status [get] |
| Gets the current status of the equipment. | |
| int | Value [get] |
| Gets the current value in the property. | |
| string | Name [get] |
| Gets the name of the equipment. | |
| int | LevelRequirement [get] |
| Gets the minimum level required to access the equipment. | |
| bool | NotForSale [get] |
| Gets a value indicating whether the item is not available for sale. | |
Represent the hat equipment item in the game.
This class is used to define hats as a type of equipment. Hats can be created as assets using the Unity editor through the "Game/Equipment/Hat" menu option.