blob: eec904c0ee015f164735606618d4156c9b85ff23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
subAttribute (el ? ? ? Law) (el ? ? ? Obligation)
subAttribute (el ? ? ? Promise) (el ? ? ? Obligation)
subAttribute (el ? ? ? NakedPromise) (el ? ? ? Promise)
subAttribute (el ? ? ? Liquid) (el ? ? ? Fluid)
subAttribute (el ? ? ? Gas) (el ? ? ? Fluid)
subAttribute (el ? ? ? Plasma) (el ? ? ? Fluid)
subAttribute (el ? ? ? Wet) (el ? ? ? Damp)
subAttribute (el ? ? ? Dead) (el ? ? ? Unconscious)
subAttribute (el ? ? ? Larval) (el ? ? ? NonFullyFormed)
subAttribute (el ? ? ? Embryonic) (el ? ? ? NonFullyFormed)
|