Industrial and Advanced Welders (#7855)

This commit is contained in:
Peptide90
2022-05-02 23:51:24 +01:00
committed by GitHub
parent 16e2a197c1
commit d433234fe3
19 changed files with 201 additions and 6 deletions

View File

@@ -37,6 +37,8 @@
prob: 0.1
- id: SheetPlasma
prob: 0.1
- id: WelderIndustrialAdvanced
prob: 0.1
# - Service
- id: CrayonBox
prob: 0.1

View File

@@ -67,7 +67,9 @@
contents:
- id: WelderMini
- id: Welder
prob: 0.1
prob: 0.7
- id: WelderIndustrial
prob: 0.5
- id: ClothingHeadHatWelding
prob: 0.5

View File

@@ -51,6 +51,44 @@
color: orange
- type: Appearance
- type: entity
name: industrial welding tool
parent: Welder
id: WelderIndustrial
description: "An industrial welder with over double the fuel capacity."
components:
- type: Sprite
sprite: Objects/Tools/welder_industrial.rsi
- type: Item
sprite: Objects/Tools/welder_industrial.rsi
- type: SolutionContainerManager
solutions:
Welder:
reagents:
- ReagentId: WeldingFuel
Quantity: 250
maxVol: 250
- type: entity
name: advanced industrial welding tool
parent: WelderIndustrial
id: WelderIndustrialAdvanced
description: "An advanced industrial welder with over double the fuel capacity and hotter flame."
components:
- type: Sprite
sprite: Objects/Tools/welder_industrialadv.rsi
- type: Item
sprite: Objects/Tools/welder_industrialadv.rsi
- type: SolutionContainerManager
solutions:
Welder:
reagents:
- ReagentId: WeldingFuel
Quantity: 250
maxVol: 250
- type: Tool
speed: 1.3
- type: entity
name: experimental welding tool
parent: Welder
@@ -61,8 +99,6 @@
sprite: Objects/Tools/welder_experimental.rsi
- type: Item
sprite: Objects/Tools/welder_experimental.rsi
- type: RefillableSolution
solution: welder
- type: SolutionContainerManager
solutions:
Welder:
@@ -95,9 +131,6 @@
Quantity: 25
maxVol: 25
- type: Tool
useSound:
collection: Welder
qualities: Welding
speed: 0.7
- type: PointLight
enabled: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

View File

@@ -0,0 +1,79 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/782006a07ef7f16f70128489b3e78b210ee4bbbe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "welder_flame",
"delays": [
[
0.2,
0.1
]
]
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4,
"delays": [
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
]
]
},
{
"name": "on-inhand-right",
"directions": 4,
"delays": [
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
]
]
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

View File

@@ -0,0 +1,79 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/782006a07ef7f16f70128489b3e78b210ee4bbbe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "welder_flame",
"delays": [
[
0.2,
0.1
]
]
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4,
"delays": [
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
]
]
},
{
"name": "on-inhand-right",
"directions": 4,
"delays": [
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
],
[
0.2,
0.1
]
]
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B