|
1 | 1 | # TODO: Add descriptions (many) |
2 | 2 | # TODO BODY: Part damage |
3 | 3 | - type: entity |
| 4 | + abstract: true |
| 5 | + parent: [ BaseItem, BasePart ] |
4 | 6 | id: PartVox |
5 | | - parent: BaseItem |
6 | 7 | name: "vox body part" |
7 | | - abstract: true |
8 | 8 | components: |
9 | | - - type: Damageable |
10 | | - damageContainer: Biological |
11 | | - - type: BodyPart |
12 | | - - type: ContainerContainer |
13 | | - containers: |
14 | | - bodypart: !type:Container |
15 | | - ents: [] |
16 | | - - type: StaticPrice |
17 | | - price: 100 |
18 | | - - type: Tag |
19 | | - tags: |
20 | | - - Trash |
| 9 | + - type: Sprite |
| 10 | + sprite: Mobs/Species/Vox/parts.rsi |
21 | 11 | - type: Extractable |
22 | 12 | juiceSolution: |
23 | 13 | reagents: |
24 | 14 | - ReagentId: Fat |
25 | 15 | Quantity: 3 |
26 | | - - ReagentId: Blood |
| 16 | + - ReagentId: AmmoniaBlood |
27 | 17 | Quantity: 10 |
28 | 18 |
|
29 | 19 | - type: entity |
| 20 | + parent: [PartVox, BaseTorso] |
30 | 21 | id: TorsoVox |
31 | 22 | name: "vox torso" |
32 | | - parent: PartVox |
33 | 23 | components: |
34 | | - - type: Sprite |
35 | | - sprite: Mobs/Species/Vox/parts.rsi |
36 | | - state: "torso" |
37 | | - - type: Icon |
38 | | - sprite: Mobs/Species/Vox/parts.rsi |
39 | | - state: "torso" |
40 | | - - type: BodyPart |
41 | | - partType: Torso |
42 | | - - type: Extractable |
43 | | - juiceSolution: |
44 | | - reagents: |
45 | | - - ReagentId: Fat |
46 | | - Quantity: 3 |
47 | | - - ReagentId: Blood |
48 | | - Quantity: 10 |
| 24 | + - type: Sprite |
| 25 | + state: "torso" |
| 26 | + - type: Extractable |
| 27 | + juiceSolution: |
| 28 | + reagents: |
| 29 | + - ReagentId: Fat |
| 30 | + Quantity: 10 |
| 31 | + - ReagentId: AmmoniaBlood |
| 32 | + Quantity: 20 |
49 | 33 |
|
50 | 34 | - type: entity |
| 35 | + parent: [ PartVox, BaseHead ] |
51 | 36 | id: HeadVox |
52 | 37 | name: "vox head" |
53 | | - parent: PartVox |
54 | 38 | components: |
55 | | - - type: Sprite |
56 | | - sprite: Mobs/Species/Vox/parts.rsi |
57 | | - state: "head" |
58 | | - - type: Icon |
59 | | - sprite: Mobs/Species/Vox/parts.rsi |
60 | | - state: "head" |
61 | | - - type: BodyPart |
62 | | - partType: Head |
63 | | - vital: true |
64 | | - - type: Input |
65 | | - context: "ghost" |
66 | | - - type: Tag |
67 | | - tags: |
68 | | - - Head |
69 | | - - type: Extractable |
70 | | - juiceSolution: |
71 | | - reagents: |
72 | | - - ReagentId: Fat |
73 | | - Quantity: 5 |
74 | | - - ReagentId: Blood |
75 | | - Quantity: 10 |
| 39 | + - type: Sprite |
| 40 | + state: "head" |
| 41 | + - type: Extractable |
| 42 | + juiceSolution: |
| 43 | + reagents: |
| 44 | + - ReagentId: Fat |
| 45 | + Quantity: 5 |
| 46 | + - ReagentId: AmmoniaBlood |
| 47 | + Quantity: 10 |
76 | 48 |
|
77 | 49 | - type: entity |
| 50 | + parent: [ PartVox, BaseLeftArm ] |
78 | 51 | id: LeftArmVox |
79 | 52 | name: "left vox arm" |
80 | | - parent: PartVox |
81 | 53 | components: |
82 | | - - type: Sprite |
83 | | - sprite: Mobs/Species/Vox/parts.rsi |
84 | | - state: "l_arm" |
85 | | - - type: Icon |
86 | | - sprite: Mobs/Species/Vox/parts.rsi |
87 | | - state: "l_arm" |
88 | | - - type: BodyPart |
89 | | - partType: Arm |
90 | | - symmetry: Left |
| 54 | + - type: Sprite |
| 55 | + state: "l_arm" |
91 | 56 |
|
92 | 57 | - type: entity |
| 58 | + parent: [ PartVox, BaseRightArm ] |
93 | 59 | id: RightArmVox |
94 | 60 | name: "right vox arm" |
95 | | - parent: PartVox |
96 | 61 | components: |
97 | | - - type: Sprite |
98 | | - sprite: Mobs/Species/Vox/parts.rsi |
99 | | - state: "r_arm" |
100 | | - - type: Icon |
101 | | - sprite: Mobs/Species/Vox/parts.rsi |
102 | | - state: "r_arm" |
103 | | - - type: BodyPart |
104 | | - partType: Arm |
105 | | - symmetry: Right |
| 62 | + - type: Sprite |
| 63 | + state: "r_arm" |
106 | 64 |
|
107 | 65 | - type: entity |
| 66 | + parent: [ PartVox, BaseLeftHand ] |
108 | 67 | id: LeftHandVox |
109 | 68 | name: "left vox hand" |
110 | | - parent: PartVox |
111 | 69 | components: |
112 | | - - type: Sprite |
113 | | - sprite: Mobs/Species/Vox/parts.rsi |
114 | | - state: "l_hand" |
115 | | - - type: Icon |
116 | | - sprite: Mobs/Species/Vox/parts.rsi |
117 | | - state: "l_hand" |
118 | | - - type: BodyPart |
119 | | - partType: Hand |
120 | | - symmetry: Left |
| 70 | + - type: Sprite |
| 71 | + state: "l_hand" |
121 | 72 |
|
122 | 73 | - type: entity |
| 74 | + parent: [ PartVox, BaseRightHand ] |
123 | 75 | id: RightHandVox |
124 | 76 | name: "right vox hand" |
125 | | - parent: PartVox |
126 | 77 | components: |
127 | | - - type: Sprite |
128 | | - sprite: Mobs/Species/Vox/parts.rsi |
129 | | - state: "r_hand" |
130 | | - - type: Icon |
131 | | - sprite: Mobs/Species/Vox/parts.rsi |
132 | | - state: "r_hand" |
133 | | - - type: BodyPart |
134 | | - partType: Hand |
135 | | - symmetry: Right |
| 78 | + - type: Sprite |
| 79 | + state: "r_hand" |
136 | 80 |
|
137 | 81 | - type: entity |
| 82 | + parent: [ PartVox, BaseLeftLeg ] |
138 | 83 | id: LeftLegVox |
139 | 84 | name: "left vox leg" |
140 | | - parent: PartVox |
141 | 85 | components: |
142 | | - - type: Sprite |
143 | | - sprite: Mobs/Species/Vox/parts.rsi |
144 | | - state: "l_leg" |
145 | | - - type: Icon |
146 | | - sprite: Mobs/Species/Vox/parts.rsi |
147 | | - state: "l_leg" |
148 | | - - type: BodyPart |
149 | | - partType: Leg |
150 | | - symmetry: Left |
151 | | - - type: MovementBodyPart |
| 86 | + - type: Sprite |
| 87 | + state: "l_leg" |
152 | 88 |
|
153 | 89 | - type: entity |
| 90 | + parent: [ PartVox, BaseRightLeg ] |
154 | 91 | id: RightLegVox |
155 | 92 | name: "right vox leg" |
156 | | - parent: PartVox |
157 | 93 | components: |
158 | | - - type: Sprite |
159 | | - sprite: Mobs/Species/Vox/parts.rsi |
160 | | - state: "r_leg" |
161 | | - - type: Icon |
162 | | - sprite: Mobs/Species/Vox/parts.rsi |
163 | | - state: "r_leg" |
164 | | - - type: BodyPart |
165 | | - partType: Leg |
166 | | - symmetry: Right |
167 | | - - type: MovementBodyPart |
| 94 | + - type: Sprite |
| 95 | + state: "r_leg" |
168 | 96 |
|
169 | 97 | - type: entity |
| 98 | + parent: [ PartVox, BaseLeftFoot ] |
170 | 99 | id: LeftFootVox |
171 | 100 | name: "left vox foot" |
172 | | - parent: PartVox |
173 | 101 | components: |
174 | | - - type: Sprite |
175 | | - sprite: Mobs/Species/Vox/parts.rsi |
176 | | - state: "l_foot" |
177 | | - - type: Icon |
178 | | - sprite: Mobs/Species/Vox/parts.rsi |
179 | | - state: "l_foot" |
180 | | - - type: BodyPart |
181 | | - partType: Foot |
182 | | - symmetry: Left |
| 102 | + - type: Sprite |
| 103 | + state: "l_foot" |
183 | 104 |
|
184 | 105 | - type: entity |
| 106 | + parent: [ PartVox, BaseRightFoot ] |
185 | 107 | id: RightFootVox |
186 | 108 | name: "right vox foot" |
187 | | - parent: PartVox |
188 | 109 | components: |
189 | | - - type: Sprite |
190 | | - sprite: Mobs/Species/Vox/parts.rsi |
191 | | - state: "r_foot" |
192 | | - - type: Icon |
193 | | - sprite: Mobs/Species/Vox/parts.rsi |
194 | | - state: "r_foot" |
195 | | - - type: BodyPart |
196 | | - partType: Foot |
197 | | - symmetry: Right |
| 110 | + - type: Sprite |
| 111 | + state: "r_foot" |
0 commit comments