diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-06-13T14·37-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-06-14T13·04+0000 |
commit | 26d7dadded04cfb278765ed0b4479c471f9eb412 (patch) | |
tree | e1c0108de7328f50942a41d1640d21f19644df0a /users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml | |
parent | 5b0649d2a8d618805a4df4cc6afc09cefef4fc1f (diff) |
feat(xanthous): Store language on creatures r/2659
Add a new "language" field to the CreatureType raw type, which references the *name* of the language that creature speaks (this is so that different creatures can speak the same language without having to duplicate the language definition in the raws). At some point this should change to not hardcode the sets of languages and instead define them in data files like we do for creatures, but this is fine as a start. Change-Id: I6708570175e23472cb37e0061a329e54e8eac9c0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3205 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml')
-rw-r--r-- | users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml b/users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml index 2eac895190b3..41247532f9dc 100644 --- a/users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml +++ b/users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml @@ -11,3 +11,4 @@ Creature: maxHitpoints: 5 speed: 125 friendly: false + language: Gormlak |