-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathicari.rpy
600 lines (553 loc) · 18.9 KB
/
icari.rpy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
image icari plugsuit neutral closedeyes:
"Character/Icari/icari_plugsuit_neutral_closedeyes.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral neutral:
"Character/Icari/icari_plugsuit_neutral_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed neutral:
"Character/Icari/icari_plugsuit_armscrossed_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed confident:
"Character/Icari/icari_plugsuit_armscrossed_confident.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed wait:
"Character/Icari/icari_plugsuit_armscrossed_wait.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed frown:
"Character/Icari/icari_plugsuit_armscrossed_frown.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip lookawaysnide:
"Character/Icari/icari_plugsuit_handonhip_lookawaysnide.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip annoyedtalk:
"Character/Icari/icari_plugsuit_handonhip_annoyedtalk.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed tsun:
"Character/Icari/icari_plugsuit_armscrossed_tsun.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip snide:
"Character/Icari/icari_plugsuit_handonhip_snide.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral snide:
"Character/Icari/icari_plugsuit_neutral_snide.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed annoyed:
"Character/Icari/icari_plugsuit_armscrossed_annoyed.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral angry:
"Character/Icari/icari_plugsuit_neutral_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed bitter:
"Character/Icari/icari_plugsuit_armscrossed_bitter.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit altneutral neutral:
"Character/Icari/icari_plugsuit_altneutral_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit altneutral smallsnide:
"Character/Icari/icari_plugsuit_altneutral_smallsnide.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral frown:
"Character/Icari/icari_plugsuit_neutral_frown.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit pistol angry:
"Character/Icari/icari_plugsuit_pistol_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral smile:
"Character/Icari/icari_plugsuit_neutral_smile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed confidentlaugh:
"Character/Icari/icari_plugsuit_armscrossed_confidentlaugh.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed embarassedtsun:
"Character/Icari/icari_plugsuit_armscrossed_embarassedtsun.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit point angry:
"Character/Icari/icari_plugsuit_point_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip smile:
"Character/Icari/icari_plugsuit_handonhip_smile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed angry:
"Character/Icari/icari_plugsuit_armscrossed_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed sad:
"Character/Icari/icari_plugsuit_armscrossed_sad.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed cry:
"Character/Icari/icari_plugsuit_armscrossed_cry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral creepy:
"Character/Icari/icari_plugsuit_neutral_creepy.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral creepygrin:
"Character/Icari/icari_plugsuit_neutral_creepygrin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit point crazylaugh:
"Character/Icari/icari_plugsuit_point_crazylaugh.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral mad:
"Character/Icari/icari_plugsuit_neutral_mad.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral mad2:
"Character/Icari/icari_plugsuit_neutral_mad2.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral sadblush:
"Character/Icari/icari_plugsuit_neutral_sadblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral sadcry:
"Character/Icari/icari_plugsuit_neutral_sadcry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed cryclosedeyes:
"Character/Icari/icari_plugsuit_armscrossed_cryclosedeyes.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed crysmile:
"Character/Icari/icari_plugsuit_armscrossed_crysmile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed concernedlookaway:
"Character/Icari/icari_plugsuit_armscrossed_concernedlookaway.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral smilecry:
"Character/Icari/icari_plugsuit_neutral_smilecry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral talkconcernblush:
"Character/Icari/icari_plugsuit_neutral_talkconcernblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed tsunblush:
"Character/Icari/icari_plugsuit_armscrossed_tsunblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed seriously:
"Character/Icari/icari_plugsuit_armscrossed_seriously.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip neutral:
"Character/Icari/icari_plugsuit_handonhip_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit point mad:
"Character/Icari/icari_plugsuit_point_mad.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit neutral surprise:
"Character/Icari/icari_plugsuit_neutral_surprise.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit altneutral surprise:
"Character/Icari/icari_plugsuit_altneutral_surprise.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
##########################################################UNIFORM
image icari uniform armscrossed sad:
"Character/Icari/icari_uniform_arscrossed_sad.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed lookawayannoyed:
"Character/Icari/icari_uniform_armscrossed_lookawayannoyed.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed tsun:
"Character/Icari/icari_uniform_armscrossed_tsun.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed sad:
"Character/Icari/icari_uniform_armscrossed_sad.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed depressedblush:
"Character/Icari/icari_uniform_armscrossed_depressedblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform neutral madblush:
"Character/Icari/icari_uniform_neutral_madblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform handonhip neutral:
"Character/Icari/icari_uniform_handonhip_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform bothhandsonhips grin:
"Character/Icari/icari_uniform_bothhandsonhips_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed smilesidesmile:
"Character/Icari/icari_uniform_armscrossed_smallsidesmile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform altneutral smile:
"Character/Icari/icari_uniform_altneutral_smile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform handonhip snide:
"Character/Icari/icari_uniform_handonhip_snide.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform point embarassed tsun:
"Character/Icari/icari_uniform_point_embarassedtsun.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform handonhip smile:
"Character/Icari/icari_uniform_handonhip_smile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed neutral:
"Character/Icari/icari_uniform_armscrossed_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform neutral neutral:
"Character/Icari/icari_uniform_neutral_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform point angry:
"Character/Icari/icari_uniform_point_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed madtalk:
"Character/Icari/icari_uniform_armscrossed_madtalk.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed closedeyesshout:
"Character/Icari/icari_uniform_armscrossed_closedeyesshout.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform bothhandsonhips angry:
"Character/Icari/icari_uniform_bothhandsonhips_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform point grin:
"Character/Icari/icari_uniform_point_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform handonhip confident:
"Character/Icari/icari_uniform_handonhip_confident.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform bothhandsonhips laugh:
"Character/Icari/icari_uniform_bothhandsonhips_laugh.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform handonhip grin:
"Character/Icari/icari_uniform_handonhip_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed confidentlaugh:
"Character/Icari/icari_uniform_armscrossed_confidentlaugh.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed content:
"Character/Icari/icari_uniform_armscrossed_content.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform neutral surprise:
"Character/Icari/icari_uniform_neutral_surprise.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform armscrossed laughblush:
"Character/Icari/icari_uniform_armscrossed_laughblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari uniform point shoutblush:
"Character/Icari/icari_uniform_point_shoutblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed shoutblush:
"Character/Icari/icari_plugsuit_armscrossed_shoutblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit handonhip tsuntalkblush:
"Character/Icari/icari_plugsuit_handonhip_tsuntalkblush.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari plugsuit armscrossed blushtsun:
"Character/Icari/icari_plugsuit_armscrossed_blushtsun.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed annoyedshout:
"Character/Icari/icari_beach_armscrossed_annoyedshout.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach point angry:
"Character/Icari/icari_beach_point_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed mock:
"Character/Icari/icari_beach_armscrossed_mock.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach point laughmock:
"Character/Icari/icari_beach_point_laughmock.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach bothhandsonhips grin:
"Character/Icari/icari_beach_bothhandsonhips_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed angry:
"Character/Icari/icari_beach_armscrossed_angry.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach altneutral neutral:
"Character/Icari/icari_beach_altneutral_neutral.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed grin:
"Character/Icari/icari_beach_armscrossed_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach altneutral surprise:
"Character/Icari/icari_beach_altneutral_surprise.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed confident:
"Character/Icari/icari_beach_armscrossed_confident.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach neutral surprise:
"Character/Icari/icari_beach_neutral_surprise.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed frown:
"Character/Icari/icari_beach_armscrossed_frown.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach handonhip talk:
"Character/Icari/icari_beach_handonhip_talk.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach armscrossed sigh:
"Character/Icari/icari_beach_armscrossed_sigh.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach point shout:
"Character/Icari/icari_beach_point_shout.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach handonhips grin:
"Character/Icari/icari_beach_handonhips_grin.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True
image icari beach handonhips smile:
"Character/Icari/icari_beach_handonhip_smile.png"
yanchor 0.51 ypos 1.0
xanchor 0.5
zoom 0.6255
subpixel True