1
Resources/Locale/en-US/devices/clock.ftl
Normal file
@@ -0,0 +1 @@
|
||||
clock-examine = The time reads: [color=white]{$time}[/color]
|
||||
@@ -170,6 +170,8 @@
|
||||
prob: 0.20
|
||||
- id: BarberScissors
|
||||
prob: 0.05
|
||||
- id: Wristwatch
|
||||
prob: 0.05
|
||||
- id: BookRandomStory
|
||||
prob: 0.1
|
||||
# Syndicate loot
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
- ClothingHeadHatCowboyBountyHunter
|
||||
- ClothingNeckAutismPin
|
||||
- ClothingNeckGoldAutismPin
|
||||
- WristwatchGold
|
||||
rareChance: 0.01
|
||||
prototypes:
|
||||
- Lighter
|
||||
@@ -128,6 +129,7 @@
|
||||
- ClothingShoesTourist
|
||||
- ClothingUniformJumpsuitLoungewear
|
||||
- ClothingHeadHatCowboyRed
|
||||
- Wristwatch
|
||||
chance: 0.6
|
||||
offset: 0.0
|
||||
|
||||
|
||||
59
Resources/Prototypes/Entities/Objects/Devices/wristwatch.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
- type: entity
|
||||
id: Wristwatch
|
||||
parent: BaseItem
|
||||
name: wristwatch
|
||||
description: A cheap watch for telling time. How much did you waste playing Space Station 14?
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/wristwatch.rsi
|
||||
layers:
|
||||
- state: wristwatch
|
||||
- map: [ "enum.ClockVisualLayers.MinuteHand"]
|
||||
- map: [ "enum.ClockVisualLayers.HourHand"]
|
||||
- type: Clock
|
||||
- type: Item
|
||||
sprite: Objects/Devices/wristwatch.rsi
|
||||
size: Small
|
||||
- type: Clothing
|
||||
sprite: Objects/Devices/wristwatch.rsi
|
||||
slots:
|
||||
- gloves
|
||||
- type: Appearance
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: StaticPrice
|
||||
price: 50
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 100
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- trigger:
|
||||
!type:DamageGroupTrigger
|
||||
damageGroup: Brute
|
||||
damage: 25
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Breakage" ]
|
||||
|
||||
- type: entity
|
||||
id: WristwatchGold
|
||||
parent: Wristwatch
|
||||
name: gold watch
|
||||
description: A fancy watch worth more than your kidney. It was owned by the notorious Syndicate mobster Vunibaldo "200 Pound Horse Meat Grinder" Frediani.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/goldwatch.rsi
|
||||
layers:
|
||||
- state: goldwatch
|
||||
- map: [ "enum.ClockVisualLayers.MinuteHand"]
|
||||
- map: [ "enum.ClockVisualLayers.HourHand"]
|
||||
- type: Item
|
||||
sprite: Objects/Devices/goldwatch.rsi
|
||||
- type: Clothing
|
||||
sprite: Objects/Devices/goldwatch.rsi
|
||||
- type: StaticPrice
|
||||
price: 500 #if you ever increase the price of kidneys, increase this too.
|
||||
|
After Width: | Height: | Size: 295 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/goldwatch.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_0.png
Normal file
|
After Width: | Height: | Size: 145 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_1.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_10.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_11.png
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_2.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_3.png
Normal file
|
After Width: | Height: | Size: 143 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_4.png
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_5.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_6.png
Normal file
|
After Width: | Height: | Size: 145 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_7.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_8.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/hours_9.png
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 271 B |
|
After Width: | Height: | Size: 273 B |
98
Resources/Textures/Objects/Devices/goldwatch.rsi/meta.json
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/obj/watches/goldwatch.dmi, https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/mob/in-hand/right/clothing_accessories.dmi, https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/mob/in-hand/left/clothing_accessories.dmi, https://github.com/vgstation-coders/vgstation13/blob/30f9caeb59b0dd9da1dbcd4c69307ae182033a74/icons/mob/clothing_accessories.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "goldwatch"
|
||||
},
|
||||
{
|
||||
"name": "hours_1"
|
||||
},
|
||||
{
|
||||
"name": "hours_2"
|
||||
},
|
||||
{
|
||||
"name": "hours_3"
|
||||
},
|
||||
{
|
||||
"name": "hours_4"
|
||||
},
|
||||
{
|
||||
"name": "hours_5"
|
||||
},
|
||||
{
|
||||
"name": "hours_6"
|
||||
},
|
||||
{
|
||||
"name": "hours_7"
|
||||
},
|
||||
{
|
||||
"name": "hours_8"
|
||||
},
|
||||
{
|
||||
"name": "hours_9"
|
||||
},
|
||||
{
|
||||
"name": "hours_10"
|
||||
},
|
||||
{
|
||||
"name": "hours_11"
|
||||
},
|
||||
{
|
||||
"name": "hours_0"
|
||||
},
|
||||
{
|
||||
"name": "minutes_1"
|
||||
},
|
||||
{
|
||||
"name": "minutes_2"
|
||||
},
|
||||
{
|
||||
"name": "minutes_3"
|
||||
},
|
||||
{
|
||||
"name": "minutes_4"
|
||||
},
|
||||
{
|
||||
"name": "minutes_5"
|
||||
},
|
||||
{
|
||||
"name": "minutes_6"
|
||||
},
|
||||
{
|
||||
"name": "minutes_7"
|
||||
},
|
||||
{
|
||||
"name": "minutes_8"
|
||||
},
|
||||
{
|
||||
"name": "minutes_9"
|
||||
},
|
||||
{
|
||||
"name": "minutes_10"
|
||||
},
|
||||
{
|
||||
"name": "minutes_11"
|
||||
},
|
||||
{
|
||||
"name": "minutes_0"
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-HAND",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_0.png
Normal file
|
After Width: | Height: | Size: 144 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_1.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_10.png
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_11.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_2.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_3.png
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_4.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_5.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_6.png
Normal file
|
After Width: | Height: | Size: 143 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_7.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_8.png
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
Resources/Textures/Objects/Devices/goldwatch.rsi/minutes_9.png
Normal file
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 292 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_0.png
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_1.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_10.png
Normal file
|
After Width: | Height: | Size: 156 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_11.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_2.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_3.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_4.png
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_5.png
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_6.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_7.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_8.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/hours_9.png
Normal file
|
After Width: | Height: | Size: 150 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 254 B |
98
Resources/Textures/Objects/Devices/wristwatch.rsi/meta.json
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/obj/watches/wristwatch.dmi, https://github.com/vgstation-coders/vgstation13/blob/30f9caeb59b0dd9da1dbcd4c69307ae182033a74/icons/obj/clothing/accessory_overlays.dmi, https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/mob/in-hand/right/clothing_accessories.dmi, https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/mob/in-hand/right/clothing_accessories.dmi, https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/mob/in-hand/left/clothing_accessories.dmi, https://github.com/vgstation-coders/vgstation13/blob/30f9caeb59b0dd9da1dbcd4c69307ae182033a74/icons/mob/clothing_accessories.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wristwatch"
|
||||
},
|
||||
{
|
||||
"name": "hours_1"
|
||||
},
|
||||
{
|
||||
"name": "hours_2"
|
||||
},
|
||||
{
|
||||
"name": "hours_3"
|
||||
},
|
||||
{
|
||||
"name": "hours_4"
|
||||
},
|
||||
{
|
||||
"name": "hours_5"
|
||||
},
|
||||
{
|
||||
"name": "hours_6"
|
||||
},
|
||||
{
|
||||
"name": "hours_7"
|
||||
},
|
||||
{
|
||||
"name": "hours_8"
|
||||
},
|
||||
{
|
||||
"name": "hours_9"
|
||||
},
|
||||
{
|
||||
"name": "hours_10"
|
||||
},
|
||||
{
|
||||
"name": "hours_11"
|
||||
},
|
||||
{
|
||||
"name": "hours_0"
|
||||
},
|
||||
{
|
||||
"name": "minutes_1"
|
||||
},
|
||||
{
|
||||
"name": "minutes_2"
|
||||
},
|
||||
{
|
||||
"name": "minutes_3"
|
||||
},
|
||||
{
|
||||
"name": "minutes_4"
|
||||
},
|
||||
{
|
||||
"name": "minutes_5"
|
||||
},
|
||||
{
|
||||
"name": "minutes_6"
|
||||
},
|
||||
{
|
||||
"name": "minutes_7"
|
||||
},
|
||||
{
|
||||
"name": "minutes_8"
|
||||
},
|
||||
{
|
||||
"name": "minutes_9"
|
||||
},
|
||||
{
|
||||
"name": "minutes_10"
|
||||
},
|
||||
{
|
||||
"name": "minutes_11"
|
||||
},
|
||||
{
|
||||
"name": "minutes_0"
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-HAND",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_0.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_1.png
Normal file
|
After Width: | Height: | Size: 158 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_10.png
Normal file
|
After Width: | Height: | Size: 159 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_11.png
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_2.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_3.png
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_4.png
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_5.png
Normal file
|
After Width: | Height: | Size: 159 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_6.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_7.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_8.png
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/minutes_9.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Devices/wristwatch.rsi/wristwatch.png
Normal file
|
After Width: | Height: | Size: 887 B |