/TG/ ID sprites (#570)
* This adds /TG/ ID sprites * Applying suggestions Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
@@ -3,46 +3,70 @@
|
|||||||
id: IDCardStandard
|
id: IDCardStandard
|
||||||
name: Identification Card
|
name: Identification Card
|
||||||
description: A card necessary to access various areas aboard the station
|
description: A card necessary to access various areas aboard the station
|
||||||
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/id_cards.rsi
|
sprite: Clothing/id_cards.rsi
|
||||||
state: civilian
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Clothing/id_cards.rsi
|
sprite: Clothing/id_cards.rsi
|
||||||
state: civilian
|
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
Slots:
|
Slots:
|
||||||
- idcard
|
- idcard
|
||||||
sprite: Clothing/id_cards.rsi
|
sprite: Clothing/id_cards.rsi
|
||||||
HeldPrefix: civilian
|
HeldPrefix: default
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
- type: Access
|
- type: Access
|
||||||
|
|
||||||
|
#IDs with layers
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: CommandIDCard
|
id: AssistantIDCard
|
||||||
name: Command Identification Card
|
name: Assistant ID Card
|
||||||
components:
|
components:
|
||||||
- type: Clothing
|
|
||||||
HeldPrefix: gold
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: gold
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idassistant
|
||||||
|
- type: Icon
|
||||||
|
state: default
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Assistant
|
||||||
|
- type: Access
|
||||||
|
tags: ["maintenance", "service"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: CaptainIDCard
|
||||||
|
name: Captain ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: gold
|
||||||
|
- state: assigned
|
||||||
|
- state: idcaptain
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: gold
|
state: gold
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: gold
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Captain
|
jobTitle: Captain
|
||||||
- type: Access
|
- type: Access
|
||||||
tags: ["command"]
|
tags: ["maintenance", "cargo", "engineering", "medical", "research", "security", "service", "captain", "command"]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: SecurityIDCard
|
id: SecurityIDCard
|
||||||
name: Security Identification Card
|
name: Security ID Card
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: security
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idsecurityofficer
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: security
|
state: idsecurityofficer
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Security Officer
|
jobTitle: Security Officer
|
||||||
- type: Access
|
- type: Access
|
||||||
@@ -51,12 +75,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: EngineeringIDCard
|
id: EngineeringIDCard
|
||||||
name: Engineering Identification Card
|
name: Engineer ID Card
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: engineering
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idstationengineer
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: engineering
|
state: idstationengineer
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Engineer
|
jobTitle: Engineer
|
||||||
- type: Access
|
- type: Access
|
||||||
@@ -65,12 +92,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: MedicalIDCard
|
id: MedicalIDCard
|
||||||
name: Medical Identification Card
|
name: Medical ID Card
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: medical
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idmedicaldoctor
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: medical
|
state: idmedicaldoctor
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Doctor
|
jobTitle: Doctor
|
||||||
- type: Access
|
- type: Access
|
||||||
@@ -79,12 +109,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: CargoIDCard
|
id: CargoIDCard
|
||||||
name: Cargo Identification Card
|
name: Cargo ID Card
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: cargo
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idcargotechnician
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: cargo
|
state: idcargotechnician
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Cargo Technician
|
jobTitle: Cargo Technician
|
||||||
- type: Access
|
- type: Access
|
||||||
@@ -93,12 +126,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: ResearchIDCard
|
id: ResearchIDCard
|
||||||
name: Research Identification Card
|
name: Research ID Card
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: research
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idscientist
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: research
|
state: idscientist
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Scientist
|
jobTitle: Scientist
|
||||||
- type: Access
|
- type: Access
|
||||||
@@ -106,31 +142,148 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: ServiceIDCard
|
id: ClownIDCard
|
||||||
name: Service Identification Card
|
name: Clown ID Card
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idclown
|
||||||
|
- type: Icon
|
||||||
|
state: idclown
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Bartender
|
jobTitle: Clown
|
||||||
- type: Access
|
- type: Access
|
||||||
tags: ["service"]
|
tags: ["maintenance", "service"]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: JanitorIDCard
|
id: JanitorIDCard
|
||||||
name: Service Identification Card
|
name: Janitor ID Card
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: default
|
||||||
|
- state: assigned
|
||||||
|
- state: idjanitor
|
||||||
|
- type: Icon
|
||||||
|
state: idjanitor
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Janitor
|
jobTitle: Janitor
|
||||||
- type: Access
|
- type: Access
|
||||||
tags: ["service"]
|
tags: ["maintenance", "service"]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: AssistantIDCard
|
id: HoPIDCard
|
||||||
name: Assistant Identification Card
|
name: Head of Personnel ID Card
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: silver
|
||||||
|
- state: assigned
|
||||||
|
- state: idheadofpersonnel
|
||||||
|
- type: Icon
|
||||||
|
state: idheadofpersonnel
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: silver
|
||||||
- type: IdCard
|
- type: IdCard
|
||||||
jobTitle: Assistant
|
jobTitle: Head of Personnel
|
||||||
- type: Access
|
- type: Access
|
||||||
tags: ["maintenance"]
|
tags: ["command"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: CEIDCard
|
||||||
|
name: Chief Engineer ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: silver
|
||||||
|
- state: assigned
|
||||||
|
- state: idchiefengineer
|
||||||
|
- type: Icon
|
||||||
|
state: idchiefengineer
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: silver
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Chief Engineer
|
||||||
|
- type: Access
|
||||||
|
tags: ["engineering", "command"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: CMOIDCard
|
||||||
|
name: Chief Medical Officer ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: silver
|
||||||
|
- state: assigned
|
||||||
|
- state: idchiefmedicalofficer
|
||||||
|
- type: Icon
|
||||||
|
state: idchiefmedicalofficer
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: silver
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Chief Medical Officer
|
||||||
|
- type: Access
|
||||||
|
tags: ["medical", "command"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: RDIDCard
|
||||||
|
name: Research Director ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: silver
|
||||||
|
- state: assigned
|
||||||
|
- state: idresearchdirector
|
||||||
|
- type: Icon
|
||||||
|
state: idresearchdirector
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: silver
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Research Director
|
||||||
|
- type: Access
|
||||||
|
tags: ["research", "command"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: HoSIDCard
|
||||||
|
name: Head of Security ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: silver
|
||||||
|
- state: assigned
|
||||||
|
- state: idheadofsecurity
|
||||||
|
- type: Icon
|
||||||
|
state: idheadofsecurity
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: silver
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Head of Security
|
||||||
|
- type: Access
|
||||||
|
tags: ["security", "command"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: CentcomIDCard
|
||||||
|
name: Command Officer ID Card
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: gold
|
||||||
|
- state: assigned
|
||||||
|
- state: idcentcom
|
||||||
|
- type: Icon
|
||||||
|
state: idcentcom
|
||||||
|
- type: Clothing
|
||||||
|
HeldPrefix: gold
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Central Commander
|
||||||
|
- type: Access
|
||||||
|
tags: ["maintenance", "cargo", "engineering", "medical", "research", "security", "service", "captain", "command"]
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
name: Urist McHands
|
name: Urist McHands
|
||||||
id: HumanMob_Content
|
id: HumanMob_Content
|
||||||
description: A miserable pile of secrets
|
description: A miserable pile of secrets
|
||||||
|
drawdepth: Mobs
|
||||||
components:
|
components:
|
||||||
- type: Hands
|
- type: Hands
|
||||||
hands:
|
hands:
|
||||||
@@ -19,7 +20,6 @@
|
|||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: Mobs
|
|
||||||
|
|
||||||
layers:
|
layers:
|
||||||
- map: ["enum.HumanoidVisualLayers.Chest"]
|
- map: ["enum.HumanoidVisualLayers.Chest"]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 750 B |
|
Before Width: | Height: | Size: 743 B |
|
Before Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 892 B |
|
Before Width: | Height: | Size: 913 B |
|
Before Width: | Height: | Size: 900 B |
|
Before Width: | Height: | Size: 731 B |
|
Before Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 914 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/assigned.png
Normal file
|
After Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 972 B |
|
Before Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 966 B |
|
Before Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 977 B |
|
Before Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 678 B |
|
Before Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 525 B |
|
Before Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/default.png
Normal file
|
After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 980 B |
|
Before Width: | Height: | Size: 281 B |
|
Before Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 483 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idassistant.png
Normal file
|
After Width: | Height: | Size: 162 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcaptain.png
Normal file
|
After Width: | Height: | Size: 247 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcargotechnician.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcentcom.png
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idchiefengineer.png
Normal file
|
After Width: | Height: | Size: 263 B |
|
After Width: | Height: | Size: 253 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idclown.png
Normal file
|
After Width: | Height: | Size: 225 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idheadofpersonnel.png
Normal file
|
After Width: | Height: | Size: 241 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idheadofsecurity.png
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idjanitor.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idmedicaldoctor.png
Normal file
|
After Width: | Height: | Size: 211 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idresearchdirector.png
Normal file
|
After Width: | Height: | Size: 248 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idscientist.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idsecurityofficer.png
Normal file
|
After Width: | Height: | Size: 190 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idstationengineer.png
Normal file
|
After Width: | Height: | Size: 209 B |
|
Before Width: | Height: | Size: 958 B |
@@ -1 +1 @@
|
|||||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "CE", "directions": 1, "delays": [[1.0]]}, {"name": "CMO", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_empty", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_engineering", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_leader", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_medical", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_security", "directions": 1, "delays": [[1.0]]}, {"name": "HoS", "directions": 1, "delays": [[1.0]]}, {"name": "RD", "directions": 1, "delays": [[1.0]]}, {"name": "TDgreen", "directions": 1, "delays": [[1.0]]}, {"name": "TDred", "directions": 1, "delays": [[1.0]]}, {"name": "admin", "directions": 1, "delays": [[1.0]]}, {"name": "cargo", "directions": 1, "delays": [[1.0]]}, {"name": "centcom", "directions": 1, "delays": [[1.0]]}, {"name": "centcom_old", "directions": 1, "delays": [[1.0]]}, {"name": "civilian", "directions": 1, "delays": [[1.0]]}, {"name": "civilian-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "civilian-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "clown", "directions": 1, "delays": [[1.0]]}, {"name": "creed", "directions": 1, "delays": [[1.0]]}, {"name": "deathsquad", "directions": 1, "delays": [[1.0]]}, {"name": "debit", "directions": 1, "delays": [[1.0]]}, {"name": "debit-elite", "directions": 1, "delays": [[1.0]]}, {"name": "debit-preferred", "directions": 1, "delays": [[1.0]]}, {"name": "emag", "directions": 1, "delays": [[1.0]]}, {"name": "engineering", "directions": 1, "delays": [[1.0]]}, {"name": "fingerprint0", "directions": 1, "delays": [[1.0]]}, {"name": "fingerprint1", "directions": 1, "delays": [[1.0]]}, {"name": "gold", "directions": 1, "delays": [[1.0]]}, {"name": "gold-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "medical", "directions": 1, "delays": [[1.0]]}, {"name": "mime", "directions": 1, "delays": [[1.0]]}, {"name": "old", "directions": 1, "delays": [[1.0]]}, {"name": "research", "directions": 1, "delays": [[1.0]]}, {"name": "robot", "directions": 1, "delays": [[0.5, 0.5]]}, {"name": "security", "directions": 1, "delays": [[1.0]]}, {"name": "silver", "directions": 1, "delays": [[1.0]]}, {"name": "syndie", "directions": 1, "delays": [[1.0]]}, {"name": "trader", "directions": 1, "delays": [[1.0]]}]}
|
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "assigned", "directions": 1, "delays": [[1.0]]}, {"name": "gold", "directions": 1, "delays": [[1.0]]}, {"name": "default", "directions": 1, "delays": [[1.0]]}, {"name": "idassistant", "directions": 1, "delays": [[1.0]]}, {"name": "idcaptain", "directions": 1, "delays": [[1.0]]}, {"name": "idcargotechnician", "directions": 1, "delays": [[1.0]]}, {"name": "idcentcom", "directions": 1, "delays": [[1.0]]}, {"name": "idchiefengineer", "directions": 1, "delays": [[1.0]]}, {"name": "idchiefmedicalofficer", "directions": 1, "delays": [[1.0]]}, {"name": "idclown", "directions": 1, "delays": [[1.0]]}, {"name": "idheadofpersonnel", "directions": 1, "delays": [[1.0]]}, {"name": "idheadofsecurity", "directions": 1, "delays": [[1.0]]}, {"name": "idjanitor", "directions": 1, "delays": [[1.0]]}, {"name": "idmedicaldoctor", "directions": 1, "delays": [[1.0]]}, {"name": "idresearchdirector", "directions": 1, "delays": [[1.0]]}, {"name": "idscientist", "directions": 1, "delays": [[1.0]]}, {"name": "idsecurityofficer", "directions": 1, "delays": [[1.0]]}, {"name": "idcargotechnician", "directions": 1, "delays": [[1.0]]}, {"name": "idstationengineer", "directions": 1, "delays": [[1.0]]}, {"name": "silver", "directions": 1, "delays": [[1.0]]}, {"name": "default-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "silver-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "default-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "silver-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 753 B |
|
Before Width: | Height: | Size: 905 B |
|
Before Width: | Height: | Size: 981 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 953 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/silver-inhand-left.png
Normal file
|
After Width: | Height: | Size: 173 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/silver-inhand-right.png
Normal file
|
After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 683 B |
|
Before Width: | Height: | Size: 1.0 KiB |