3D Dungeon Crawler
|
Public Types | |
enum | SupportEffect { Heal , SpeedBuff , DamageBuff , ArmorBuff , Custom } |
![]() | |
enum | Element { Fire , Ice , Earth , Wind , Normal } |
![]() | |
enum | Rarity { Common , Uncommon , Rare , Epic , Legendary } |
Public Attributes | |
SupportEffect | supportType = SupportEffect.Custom |
Sprite | icon |
float | duration = 600f |
float | amount |
float | healOverTime |
![]() | |
Element | element = Element.Fire |
float | ManaCost = 5f |
float | LifeTime = 2f |
float | Speed = 15f |
float | DamageAmount = 10f |
float | timeBetweenCast = 1f |
float | SpellRadius = 0.5f |
![]() | |
Sprite | Icon |
int | MaxStackSize |
int | ID = -1 |
string | DisplayName |
string | Description |
Rarity | rarity = Rarity.Common |
GameObject | ItemPrefab |
InventoryItemType | ItemType |
int | dropChance |
bool | consumable = false |
bool | isAbility = false |
float | goldValue = 1 |
Additional Inherited Members | |
![]() | |
virtual void | UseItem () |
float SupportSpell.amount |
float SupportSpell.duration = 600f |
float SupportSpell.healOverTime |
Sprite SupportSpell.icon |
SupportEffect SupportSpell.supportType = SupportEffect.Custom |