Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Aug 20, 2024
1 parent b88dcb0 commit 995676b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/parkstation/Traits/disabilities.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
trait-name-Nearsighted = Nearsighted
trait-description-Nearsighted = You require glasses to see properly.
trait-name-ShadowkinBlackeye = Blackeye
trait-description-ShadowkinBlackeye = You have lost your Shadowkin powers.
10 changes: 4 additions & 6 deletions Resources/Prototypes/Parkstation/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@

- type: trait
id: ShadowkinBlackeye
name: Blackeye
description: You have lost your Shadowkin powers.
cost: 5
points: 5
category: Negative
requirements:
- !type:CharacterSpeciesRequirement
species:
- Shadowkin
- !type:CharacterSpeciesRequirement
species:
- Shadowkin
components:
- type: ShadowkinBlackeyeTrait
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@
"name": "tail_ltiger",
"directions": 4
},
{
"name": "tail_smooth_wagging",
"directions": 4,
"delays": [
[0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1, 0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1],
[0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1, 0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1],
[0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1, 0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1],
[0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1, 0.125, 0.1, 0.075, 0.075, 0.075, 0.075, 0.075, 0.1]
]
},
{
"name": "tail_smooth_wagging_primary",
"directions": 4,
Expand Down

0 comments on commit 995676b

Please sign in to comment.