3D Dungeon Crawler
|
Public Attributes | |
Spell | spellToCast |
SpellScriptableObject | spellSO |
![]() | |
Weapons | WeaponType |
int | DamageAmount |
float | WeaponRange = 1f |
float | timeBetweenSwing = 2.5f |
float | lifeStealChance = 0f |
float | lifeStealPercentage = 0.05f |
float | critRate = 0f |
float | critDamageMultiplier = 1f |
AudioClip | weaponSwingSound |
AudioClip | weaponHitSound |
GameObject | hitEffect |
![]() | |
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 | |
![]() | |
enum | Weapons { Sword , Axe , Polearm , Staff , Daggers } |
![]() | |
enum | Rarity { Common , Uncommon , Rare , Epic , Legendary } |
![]() | |
override void | UseItem () |
SpellScriptableObject MagicWeaponItemData.spellSO |
Spell MagicWeaponItemData.spellToCast |