Scurrets - can wear pet bags, mail bags and spears (#38774)
* Scurrets - can wear pet bags, mail bags and spears * a * Resolve PR comments
This commit is contained in:
parent
dd462c9e0c
commit
13ac4aa1f1
|
|
@ -96,6 +96,7 @@
|
|||
- WhitelistChameleon
|
||||
- CorgiWearable
|
||||
- PetOnly
|
||||
- ScurretWearable
|
||||
- type: Construction
|
||||
graph: ClothingBagPet
|
||||
node: bagPet
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
- type: Tag
|
||||
tags:
|
||||
- Spear
|
||||
- ScurretWearable
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
|
|
@ -220,7 +221,7 @@
|
|||
|
||||
- type: entity
|
||||
name: sharkminnow tooth spear
|
||||
parent: Spear
|
||||
parent: Spear
|
||||
id: SpearSharkMinnow
|
||||
description: A spear with a sharkminnow tooth as a tip.
|
||||
components:
|
||||
|
|
@ -236,4 +237,4 @@
|
|||
types:
|
||||
Piercing: 25 #throw dmg enough to two-shot carp
|
||||
- type: Construction
|
||||
graph: SpearSharkMinnow
|
||||
graph: SpearSharkMinnow
|
||||
|
|
|
|||
|
|
@ -59,6 +59,18 @@
|
|||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
- name: back
|
||||
slotTexture: back
|
||||
fullTextureName: template_small
|
||||
slotFlags: BACK
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiWindowPos: 3,2
|
||||
strippingWindowPos: 0,5
|
||||
displayName: Back
|
||||
whitelist:
|
||||
tags:
|
||||
- ScurretWearable
|
||||
- name: outerClothing
|
||||
slotTexture: suit
|
||||
slotFlags: OUTERCLOTHING
|
||||
|
|
|
|||
|
|
@ -10,17 +10,25 @@
|
|||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue