| 123456789101112131415161718192021222324252627282930313233343536373839 |
- %YAML 1.1
- %TAG !u! tag:unity3d.com,2011:
- --- !u!114 &11400000
- MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 3f3fc2d34ad47104ea60fdf8fa56b9e6, type: 3}
- m_Name: IronSword
- m_EditorClassIdentifier:
- itemName: Iron Sword
- description: A well-crafted iron sword. Durable and sharp, favored by town guards.
- icon: {fileID: 0}
- model3D: {fileID: 0}
- itemType: 0
- rarity: 1
- goldCost: 25
- silverCost: 0
- copperCost: 0
- searchTags:
- - sword
- - melee
- - blade
- - iron
- - guard
- - military
- minDamage: 2
- maxDamage: 8
- range: 5
- weaponModifier: 1
- attackSpeed: 1
- weaponType: 1
- weaponClassName: SimpleSword
- weaponPrefab: {fileID: 0}
- arrowPrefab: {fileID: 0}
|