Items adjusted prices
fixed some Tile sheeesh selling overflowing Items in Inventory (over 999)
This commit is contained in:
parent
79e86e343c
commit
cdd8ae7441
21 changed files with 106 additions and 84 deletions
|
|
@ -35,8 +35,8 @@ RectTransform:
|
|||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 1, y: 0}
|
||||
m_AnchorMax: {x: 1, y: 0}
|
||||
m_AnchoredPosition: {x: -15, y: 15}
|
||||
m_SizeDelta: {x: 20, y: 20}
|
||||
m_AnchoredPosition: {x: -20.432114, y: 15}
|
||||
m_SizeDelta: {x: 35, y: 20}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &6965159940483216022
|
||||
CanvasRenderer:
|
||||
|
|
@ -96,11 +96,11 @@ MonoBehaviour:
|
|||
m_fontSize: 20
|
||||
m_fontSizeBase: 20
|
||||
m_fontWeight: 400
|
||||
m_enableAutoSizing: 0
|
||||
m_fontSizeMin: 18
|
||||
m_enableAutoSizing: 1
|
||||
m_fontSizeMin: 20
|
||||
m_fontSizeMax: 72
|
||||
m_fontStyle: 0
|
||||
m_HorizontalAlignment: 1
|
||||
m_HorizontalAlignment: 4
|
||||
m_VerticalAlignment: 256
|
||||
m_textAlignment: 65535
|
||||
m_characterSpacing: 0
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Bait
|
||||
description: nom nom nom
|
||||
id: 0
|
||||
selectedSprite: {fileID: 21300000, guid: 423719dfe7ab82942bf923c4b53737a0, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: dccb93f4efdee0745a197bd2fa7fddf3, type: 3}
|
||||
price: 420
|
||||
price: 80
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ MonoBehaviour:
|
|||
description: Used to slap people.
|
||||
selectedSprite: {fileID: 21300000, guid: 8c01c1a230575ac4bb0aee5ba1c7757a, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: d1b54b7f17e2d4d4e82d50d710d4482c, type: 3}
|
||||
cost: 150
|
||||
price: 150
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Fishing Rod
|
||||
description: Used to fish fish.
|
||||
id: 5
|
||||
selectedSprite: {fileID: 21300000, guid: 29803b4d3ea05bc40b6a0ba9079789c7, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: ea463a9346e5ff444b977261452fce7f, type: 3}
|
||||
price: 100
|
||||
price: 500
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Hoe
|
||||
description: on the streets
|
||||
id: 0
|
||||
selectedSprite: {fileID: 21300000, guid: 2b99ea4b77726f546a2925690263b82e, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: b1cc4f234b4dc684a84810adb240bf16, type: 3}
|
||||
price: 50
|
||||
price: 250
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Scythe
|
||||
description: better than in stardew valley
|
||||
id: 1
|
||||
selectedSprite: {fileID: 21300000, guid: d63f6b4dcc888bb4a9eab8c6175262f6, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: a08b63f61c1016646b88dba4640a10d1, type: 3}
|
||||
price: 60
|
||||
price: 250
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Shovel
|
||||
description: Used to dig ground.
|
||||
id: 6
|
||||
selectedSprite: {fileID: 21300000, guid: 58952d7ae1da0f0468af9c9d916af2fc, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: 1ea3a182dfc173440993d81065fdbdf0, type: 3}
|
||||
cost: 200
|
||||
price: 500
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Watering Can
|
||||
description: Waters with water
|
||||
id: 2
|
||||
selectedSprite: {fileID: 21300000, guid: 232469852165c5640a76569b41ae3987, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: eb0fc176cd1c0874da4fcadbc8938ff4, type: 3}
|
||||
price: 80
|
||||
price: 100
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
displayName: Wheat Seeds
|
||||
description: sheeeeeeeeeeeesh
|
||||
id: 3
|
||||
selectedSprite: {fileID: 21300000, guid: f20f809a862a67b408c2b7fe11e87605, type: 3}
|
||||
defaultSprite: {fileID: 21300000, guid: aca4991443af2a140b7400c8e4a003a1, type: 3}
|
||||
price: 69
|
||||
price: 20
|
||||
|
|
|
|||
|
|
@ -12,9 +12,8 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 5f096d187f76a734fac022700054dfec, type: 3}
|
||||
m_Name: Wheat
|
||||
m_EditorClassIdentifier:
|
||||
displayName:
|
||||
description:
|
||||
id: 0
|
||||
selectedSprite: {fileID: 0}
|
||||
defaultSprite: {fileID: 0}
|
||||
price: 0
|
||||
displayName: Wheat
|
||||
description: weizenmann
|
||||
selectedSprite: {fileID: 21300104, guid: 2700e06d970d112489ff23cfb58c3f78, type: 3}
|
||||
defaultSprite: {fileID: 21300104, guid: 2700e06d970d112489ff23cfb58c3f78, type: 3}
|
||||
price: 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue