-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08248ff
commit 964f4d3
Showing
65 changed files
with
1,391 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
action-name-shadowkin-teleport=Teleport | ||
action-description-shadowkin-teleport=Aaramrra! | ||
action-name-shadowkin-darkswap=Dark Swap | ||
action-description-shadowkin-darkswap=Mmra Mamm! | ||
action-name-shadowkin-rest=Rest | ||
action-description-shadowkin-rest=Rama | ||
ethereal-pickup-fail=Your hand sizzles as it passes through... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
alerts-shadowkin-power-name = Power Level | ||
alerts-shadowkin-power-desc = How much energy you have to expend via your abilities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
marking-EyesShadowkin=Shadowkin | ||
marking-TailShadowkin=Shadowkin | ||
marking-TailShadowkinBig=Shadowkin (Big) | ||
marking-TailShadowkinShorter=Shadowkin (Short) | ||
marking-TailShadowkinMedium=Shadowkin (Medium) | ||
marking-TailShadowkinBigFluff=Shadowkin (Big and Fluffy) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
shadowkin-power-examined-other = {CAPITALIZE(SUBJECT($target))} seems to be {$powerType}. | ||
shadowkin-power-examined-self = You have {$power}/{$powerMax} energy, you are {$powerType}. | ||
shadowkin-power-max = energetic | ||
shadowkin-power-great = great | ||
shadowkin-power-good = good | ||
shadowkin-power-okay = okay | ||
shadowkin-power-tired = exhausted | ||
shadowkin-power-min = a blackeye | ||
shadowkin-blackeye = You feel your power draining away, you are exhausted! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- type: alert | ||
id: ShadowkinPower | ||
category: ShadowkinPower | ||
icons: | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power0 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power1 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power2 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power3 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power4 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power5 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power6 | ||
- sprite: /Textures/SimpleStation14/Interface/Alerts/shadowkin_power.rsi | ||
state: power7 | ||
name: alerts-shadowkin-power-name | ||
description: alerts-shadowkin-power-desc | ||
minSeverity: 0 | ||
maxSeverity: 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
- type: entity | ||
id: PartShadowkin | ||
parent: BaseItem | ||
name: "Shadowkin body part" | ||
abstract: true | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: Mobs/Species/shadowkin.rsi | ||
- type: Icon | ||
sprite: Mobs/Species/shadowkin.rsi | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: BodyPart | ||
- type: ContainerContainer | ||
containers: | ||
bodypart: !type:Container | ||
ents: [] | ||
|
||
- type: entity | ||
id: TorsoShadowkin | ||
name: "Shadowkin torso" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "torso_m" | ||
- type: Icon | ||
state: "torso_m" | ||
- type: BodyPart | ||
partType: Torso | ||
|
||
- type: entity | ||
id: HeadShadowkin | ||
name: "Shadowkin head" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "head_m" | ||
- type: Icon | ||
state: "head_m" | ||
- type: BodyPart | ||
partType: Head | ||
- type: Input | ||
context: "ghost" | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed: 0 | ||
baseSprintSpeed: 0 | ||
- type: InputMover | ||
- type: GhostOnMove | ||
|
||
- type: entity | ||
id: LeftArmShadowkin | ||
name: "left Shadowkin arm" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "l_arm" | ||
- type: Icon | ||
state: "l_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightArmShadowkin | ||
name: "right Shadowkin arm" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "r_arm" | ||
- type: Icon | ||
state: "r_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftHandShadowkin | ||
name: "left Shadowkin hand" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "l_hand" | ||
- type: Icon | ||
state: "l_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightHandShadowkin | ||
name: "right Shadowkin hand" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "r_hand" | ||
- type: Icon | ||
state: "r_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftLegShadowkin | ||
name: "left Shadowkin leg" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "l_leg" | ||
- type: Icon | ||
state: "l_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Left | ||
- type: MovementBodyPart | ||
|
||
- type: entity | ||
id: RightLegShadowkin | ||
name: "right Shadowkin leg" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "r_leg" | ||
- type: Icon | ||
state: "r_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Right | ||
- type: MovementBodyPart | ||
|
||
- type: entity | ||
id: LeftFootShadowkin | ||
name: "left Shadowkin foot" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "l_foot" | ||
- type: Icon | ||
state: "l_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightFootShadowkin | ||
name: "right Shadowkin foot" | ||
parent: PartShadowkin | ||
components: | ||
- type: Sprite | ||
state: "r_foot" | ||
- type: Icon | ||
state: "r_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
- type: body | ||
id: Shadowkin | ||
name: "Shadowkin" | ||
root: torso | ||
slots: | ||
head: | ||
part: HeadShadowkin | ||
connections: | ||
- torso | ||
organs: | ||
brain: OrganHumanBrain | ||
eyes: OrganHumanEyes | ||
torso: | ||
part: TorsoShadowkin | ||
connections: | ||
- left arm | ||
- right arm | ||
- left leg | ||
- right leg | ||
organs: # placeholders | ||
heart: OrganHumanHeart | ||
# lungs: OrganLungs | ||
stomach: OrganHumanStomach | ||
liver: OrganHumanLiver | ||
kidneys: OrganHumanKidneys | ||
right arm: | ||
part: RightArmShadowkin | ||
connections: | ||
- right hand | ||
left arm: | ||
part: LeftArmShadowkin | ||
connections: | ||
- left hand | ||
right hand: | ||
part: RightHandShadowkin | ||
left hand: | ||
part: LeftHandShadowkin | ||
right leg: | ||
part: RightLegShadowkin | ||
connections: | ||
- right foot | ||
left leg: | ||
part: LeftLegShadowkin | ||
connections: | ||
- left foot | ||
right foot: | ||
part: RightFootShadowkin | ||
left foot: | ||
part: LeftFootShadowkin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Names for the shadowkin, | ||
# Shadowkin names are descriptive of | ||
# Their Primary Emotion, | ||
# A State of Being, | ||
# Or past Memories. | ||
|
||
- type: dataset | ||
id: names_shadowkin | ||
values: | ||
# Mar | ||
# - Mar | ||
|
||
# Sad | ||
- Fragile | ||
- Heartbreak | ||
- Inferior | ||
- Lone | ||
- Lonesome | ||
- Loss | ||
- Solitary | ||
- Solitude | ||
- Sorrow | ||
- Shade | ||
|
||
# Angry | ||
- Fear | ||
- Fearful | ||
- Fury | ||
- Pain | ||
- Rage | ||
- Rush | ||
- Wrath | ||
|
||
# Happy | ||
- Calm | ||
- Content | ||
- Contented | ||
- Happy | ||
- Hope | ||
- Joyous | ||
- Lovely | ||
- Peace | ||
- Peaceful | ||
- Quiet | ||
- Serene | ||
- Serenity | ||
- Tranquil | ||
- Tranquility | ||
|
||
# Memory | ||
- Dillusioned | ||
- Forgotten | ||
- Focusless | ||
- Lost | ||
- Memory | ||
- Recollection | ||
- Remembrance | ||
- Reminisce | ||
- Reminiscence | ||
|
||
# Other | ||
- Apathy | ||
- Collected | ||
- Curiosity | ||
- Free | ||
- Interest | ||
- Jax # White eye (jack of all trades) :) | ||
- Still | ||
- Unbound | ||
- Shadows |
Oops, something went wrong.