Arachnid 2: Episode 2 (#19984)

* Shield

* minor sprite changes and buffs

* structure buff

* Crafting stuff

* tweaks

* 88-88

* Better web pocket sprites.

* yeah it's fine now.
This commit is contained in:
PixelTK
2023-11-08 20:18:52 +00:00
committed by GitHub
parent b360391795
commit 52af546267
25 changed files with 375 additions and 30 deletions

View File

@@ -13,6 +13,9 @@
placementMode: SnapgridCenter
canRotate: false
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
conditions:
- !type:TileNotBlocked
@@ -31,6 +34,9 @@
placementMode: SnapgridCenter
canRotate: false
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
conditions:
- !type:TileNotBlocked
@@ -49,6 +55,9 @@
placementMode: SnapgridCenter
canRotate: false
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
conditions:
- !type:TileNotBlocked
@@ -66,6 +75,9 @@
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
- type: construction
name: web crate
@@ -82,6 +94,9 @@
placementMode: SnapgridCenter
canRotate: false
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
- type: construction
name: web door
@@ -97,5 +112,8 @@
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
entityWhitelist:
tags:
- SpiderCraft
conditions:
- !type:TileNotBlocked

View File

@@ -36,6 +36,12 @@
amount: 4
doAfter: 6
- to: shield
steps:
- material: WebSilk
amount: 12
doAfter: 6
# Deconstruction
- node: tile
entity: FloorTileItemWeb
@@ -51,3 +57,6 @@
- node: cloth
entity: MaterialCloth1
- node: shield
entity: WebShield

View File

@@ -6,6 +6,9 @@
targetNode: tile
category: construction-category-tiles
description: "Nice and smooth."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Objects/Tiles/web.rsi
state: icon
@@ -19,6 +22,9 @@
targetNode: coat
category: construction-category-clothing
description: "Surprisingly warm and durable."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi
state: icon
@@ -32,6 +38,9 @@
targetNode: jumpsuit
category: construction-category-clothing
description: "At least it's something."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Clothing/Uniforms/Jumpsuit/web.rsi
state: icon
@@ -45,6 +54,9 @@
targetNode: jumpskirt
category: construction-category-clothing
description: "At least it's something."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Clothing/Uniforms/Jumpskirt/web.rsi
state: icon
@@ -58,7 +70,26 @@
targetNode: cloth
category: construction-category-materials
description: "Feels just like cloth, strangely enough."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Objects/Materials/materials.rsi
state: cloth_3
objectType: Item
- type: construction
name: web shield
id: WebShield
graph: WebObjects
startNode: start
targetNode: shield
category: construction-category-clothing
description: "It's thick enough to handle a few blows, but probably not heat."
entityWhitelist:
tags:
- SpiderCraft
icon:
sprite: Objects/Weapons/Melee/web-shield.rsi
state: icon
objectType: Item