added inventory and stamina system
This commit is contained in:
20
Assets/Items/BhopBoots_Item.asset
Normal file
20
Assets/Items/BhopBoots_Item.asset
Normal file
@@ -0,0 +1,20 @@
|
||||
%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: b549159f64e1b164082e2e4ae4d28ac1, type: 3}
|
||||
m_Name: BhopBoots_Item
|
||||
m_EditorClassIdentifier: Assembly-CSharp::ItemDefinition
|
||||
itemName: Bunny Hop Boots
|
||||
icon: {fileID: 0}
|
||||
type: 0
|
||||
weaponPrefab: {fileID: 0}
|
||||
isEquippable: 1
|
||||
description: Illegal footwear. Gives 200 stamina while worn. Do not wear near cliffs.
|
||||
8
Assets/Items/BhopBoots_Item.asset.meta
Normal file
8
Assets/Items/BhopBoots_Item.asset.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e09f7b05a155ba8449a0f0d8412ebe9d
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
19
Assets/Items/GunSplat_Item.asset
Normal file
19
Assets/Items/GunSplat_Item.asset
Normal file
@@ -0,0 +1,19 @@
|
||||
%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: b549159f64e1b164082e2e4ae4d28ac1, type: 3}
|
||||
m_Name: GunSplat_Item
|
||||
m_EditorClassIdentifier: Assembly-CSharp::ItemDefinition
|
||||
itemName: Gun Splat
|
||||
icon: {fileID: 0}
|
||||
type: 2
|
||||
weaponPrefab: {fileID: 8985654986098955209, guid: aa9cce2c129fa1a41bf5a539b136f7a6, type: 3}
|
||||
description: A janky lidar-scanned sidearm. Shoots first, looks weird always.
|
||||
8
Assets/Items/GunSplat_Item.asset.meta
Normal file
8
Assets/Items/GunSplat_Item.asset.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2b5a641a42945604c9ffa88754a9f6d1
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user