diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-10-25 01:19:25 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-10-25 01:19:25 +1100 |
| commit | fa50df797d8fcb1e3636683cf2ff1582f35bc181 (patch) | |
| tree | d5a68c46854fcfecf548e0f13a438bc01f8e490c /data/actions.txt | |
| parent | a89fa6a27bb0e2b9797dd01052aaf22b38296821 (diff) | |
Implement extended relationships
- Support uncle, aunt, in-law, son, daughter relationships
Diffstat (limited to 'data/actions.txt')
| -rw-r--r-- | data/actions.txt | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/data/actions.txt b/data/actions.txt index 8988068..97941d0 100644 --- a/data/actions.txt +++ b/data/actions.txt @@ -1,4 +1,21 @@ -GET_RELATIONSHIP "Queen Margaret" "Mother" + + +GET_RELATIONSHIP "Hugo" "Paternal-Uncle" +GET_RELATIONSHIP "Hugo" "Paternal-Aunt" +GET_RELATIONSHIP "Albus" "Maternal-Uncle" +GET_RELATIONSHIP "Remus" "Maternal-Aunt" + +GET_RELATIONSHIP "Ted" "Sister-in-Law" +GET_RELATIONSHIP "Percy" "Sister-in-Law" +GET_RELATIONSHIP "Charlie" "Sister-in-Law" + + +GET_RELATIONSHIP "Percy" "Brother-in-Law" +GET_RELATIONSHIP "Charlie" "Brother-in-Law" + +GET_RELATIONSHIP "Ted" "Brother-in-Law" + + GET_RELATIONSHIP "King Arthur" "Mother" GET_RELATIONSHIP "Bill" "Mother" GET_RELATIONSHIP "Charlie" "Mother" @@ -32,4 +49,15 @@ GET_RELATIONSHIP "Ginny" "Mother" GET_RELATIONSHIP "Molly" "Father" -GET_RELATIONSHIP "Bill" "Siblings"
\ No newline at end of file +GET_RELATIONSHIP "Bill" "Siblings" +ADD_CHILD "Victoire" "Fred" "Male" +ADD_CHILD "Ted" "Fred" "Male" +# +GET_RELATIONSHIP "Alice" "Mother" + + +ADD_CHILD "Victoire" "Fred" "Male" +ADD_CHILD "Ted" "Fred" "Male" + + +GET_RELATIONSHIP "King Arthur" "Daughter"
\ No newline at end of file |
