| 123456789101112131415161718192021222324252627282930313233343536 |
- %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: d37416b822a924a4ca8b3d4daafd98b5, type: 3}
- m_Name: LeatherArmor
- m_EditorClassIdentifier:
- itemName: Leather Armor
- description: Simple leather protection that doesn't restrict movement.
- icon: {fileID: 0}
- model3D: {fileID: 0}
- itemType: 1
- rarity: 0
- goldCost: 12
- silverCost: 0
- copperCost: 0
- searchTags:
- - leather
- - armor
- - chest
- - light
- - flexible
- armorClass: 1
- strengthModifier: 0
- dexterityModifier: 0
- constitutionModifier: 0
- wisdomModifier: 0
- armorType: 0
- armorSlot: 1
|