Skip to content

Commit

Permalink
New demo and variable/method renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiJbey committed Feb 18, 2024
1 parent daa60bd commit 826e4e3
Show file tree
Hide file tree
Showing 93 changed files with 16,770 additions and 97 deletions.
20 changes: 20 additions & 0 deletions Assets/TDRS_Demo/Data/Traits/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,31 @@
- statName: Romance
value: 10

- traitID: stranger
traitType: relationship
displayName: Stranger
description: "[target] is a stranger to [owner]"

- traitID: acquaintance
traitType: relationship
displayName: Acquaintance
description: "[target] is an acquaintance to [owner]"

- traitID: friend
traitType: relationship
displayName: Friend
description: "[owner] considers [target] to be a friend"

- traitID: good_friend
traitType: relationship
displayName: Good Friend
description: "[owner] considers [target] to be a good friend"

- traitID: best_friend
traitType: relationship
displayName: Best Friend
description: "[owner] considers [target] to be a best friend"

- traitID: family
traitType: relationship
displayName: Family
Expand Down
Loading

0 comments on commit 826e4e3

Please sign in to comment.