feat: make weapons switchable

This commit is contained in:
Chris
2026-01-16 17:40:32 -05:00
parent 6c3317014a
commit ca54b5b960
7 changed files with 110 additions and 32 deletions

View File

@@ -399,6 +399,7 @@ MonoBehaviour:
- label: left-wallstick
castType: 4
active: 0
castOrigin: 0
length: 1.23
direction: {x: -1.18, y: 0, z: 0.95}
offset: {x: 0.57, y: 1.28, z: -0.38}
@@ -426,6 +427,7 @@ MonoBehaviour:
- label: right-wallstick
castType: 4
active: 0
castOrigin: 0
length: 1.23
direction: {x: 1.18, y: 0, z: 0.95}
offset: {x: -0.57, y: 1.28, z: -0.38}
@@ -453,6 +455,7 @@ MonoBehaviour:
- label: left-walljump
castType: 4
active: 0
castOrigin: 0
length: 1.66
direction: {x: -1, y: 0, z: 0}
offset: {x: 0, y: 0.5, z: 0}
@@ -480,6 +483,7 @@ MonoBehaviour:
- label: right-walljump
castType: 4
active: 0
castOrigin: 0
length: 1.66
direction: {x: 1, y: 0, z: 0}
offset: {x: 0, y: 0.5, z: 0}
@@ -507,6 +511,7 @@ MonoBehaviour:
- label: grapple
castType: 4
active: 0
castOrigin: 0
length: 10
direction: {x: 0, y: 0, z: 0}
offset: {x: 0, y: 0, z: 0}
@@ -534,6 +539,7 @@ MonoBehaviour:
- label: wallclimb
castType: 3
active: 0
castOrigin: 0
length: 1
direction: {x: 0, y: 0, z: 1}
offset: {x: 0, y: 1, z: 0}
@@ -561,6 +567,7 @@ MonoBehaviour:
- label: itemdrop
castType: 3
active: 1
castOrigin: 0
length: 2.25
direction: {x: 0, y: 0, z: 1}
offset: {x: 0, y: 0.8, z: 0}
@@ -588,6 +595,7 @@ MonoBehaviour:
- label: player
castType: 4
active: 1
castOrigin: 0
length: 2
direction: {x: 0, y: 0, z: 1}
offset: {x: 0, y: 0.75, z: -0.5}
@@ -868,8 +876,8 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier: Core::Reset.Units.Inventory
ShowTopMostFoldoutHeaderGroup: 1
rangedWeapon: {fileID: 0}
meleeWeapon: {fileID: 11400000, guid: f04acfb543d2d634781b55c9081fcffa, type: 2}
rangedWeapon: {fileID: 11400000, guid: f04acfb543d2d634781b55c9081fcffa, type: 2}
meleeWeapon: {fileID: 11400000, guid: 18020bf6266740d4dab9dbcae8073424, type: 2}
spellAbility1: {fileID: 0}
spellAbility2: {fileID: 0}
toolAbility1: {fileID: 0}