-
Notifications
You must be signed in to change notification settings - Fork 13
/
gear_bots.json
843 lines (843 loc) · 23.1 KB
/
gear_bots.json
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
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
[
{
"category": "Tech",
"subcategory": "Bots",
"name": "Guardian Angel",
"complexity/gp": "Mod/2",
"vigor": 0,
"vigor2": 1,
"flex": 1,
"armor_energy": 16,
"armor_kinetic": 12,
"wound_threshold": 5,
"durability": 25,
"death_rating": 50,
"movement_rate": [
{
"movement_type": "Rotor",
"base": 8,
"full": 32
}
],
"size": "S",
"description": "<p>Similar to gnats, guardian angels are larger rotorcraft used for defensive purposes. They hover around their charges, keeping a watchful eye out to protect them from threats.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chameleon Skin",
"Eelware",
"Enhanced Hearing",
"Enhanced Smell",
"Enhanced Vision",
"Light Combat Armor",
"Radar",
"Smart Actuators",
"T-Ray Emitter",
"Weapon Mount: (Articulated)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "3c939ffb-be17-46a4-997e-830cbb493590"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Parisphere",
"complexity/gp": "Rare/—",
"vigor": 3,
"vigor2": 0,
"flex": 0,
"armor_energy": 28,
"armor_kinetic": 24,
"wound_threshold": 30,
"durability": 150,
"death_rating": 300,
"movement_rate": [
{
"movement_type": "Thrust Vector",
"base": 8,
"full": 40
}
],
"size": "L",
"description": "<p>Named after the Trojan hero Paris, who slew Achilles with an arrow, this orb-like spacecraft is little more than a weapons pod built around a rocket. Lacking a pilot, these fighter drones can pull high-g maneuvers.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Enhanced Vision",
"Heavy Combat Armor",
"Radar Absorbent",
"Structural Reinforcement",
"Weapon Mount: (2 Static/2 Articulated/Concealed)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "b3eeb005-d870-42fd-9330-ce2d226c6f39"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Sentry",
"complexity/gp": "Rare/—",
"vigor": 1,
"vigor2": 2,
"flex": 1,
"armor_energy": 18,
"armor_kinetic": 14,
"wound_threshold": 15,
"durability": 75,
"death_rating": 150,
"movement_rate": [
{
"movement_type": "Tracked",
"base": 4,
"full": 12
}
],
"size": "M",
"description": "<p>Many varieties of sentry bots exist, but common models maneuver on four multi-directional smart treads. Used throughout the Solar System for policing and security purposes, they are loaded with armor and weapons.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Anti-Glare",
"Eelware",
"Enhanced Hearing",
"Enhanced Vision",
"Light Combat Armor",
"Smart Actuators",
"T-Ray Emitter",
"Weapon Mount: (2 Articulated/Concealed)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "54bc5b41-f73f-4072-9a51-44d7bf3d5276"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Shield Drone",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 6,
"armor_kinetic": 12,
"wound_threshold": 5,
"durability": 25,
"death_rating": 50,
"movement_rate": [
{
"movement_type": "Tracked",
"base": 4,
"full": 12
}
],
"size": "S",
"description": "<p>These tracked drones essentially function as large ballistic shields and movable cover for special ops teams. They provide AV +6/+12 to anyone using them for cover. The bot itself is little more than a platform (treat as small size if targeted directly).</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "1c7ac51b-2925-4300-b0be-ddb641a76937"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Explorenaut",
"complexity/gp": "Maj/3",
"vigor": 1,
"vigor2": 0,
"flex": 1,
"armor_energy": 12,
"armor_kinetic": 10,
"wound_threshold": 7,
"durability": 35,
"death_rating": 70,
"movement_rate": [
{
"movement_type": "Tracked",
"base": 4,
"full": 12
},
{
"movement_type": "Thrust Vector",
"base": 8,
"full": 40
}
],
"size": "S",
"description": "<p>These small-sized bots travel on smart treads or with thrust-vector jets. They are loaded with sensors and favored for gatecrashing and similar exploration ops. A pair of manipulator arms are used for taking samples.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chem Sniffer",
"Electrical Sense",
"Enhanced Hearing",
"Enhanced Vision",
"Pocket Lab",
"Radar",
"Specimen Container",
"Sonar",
"T-Ray Emitter",
"Utilimod"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "13a42a01-4a30-4418-a004-ba997669ec49"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Squishbot",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 2,
"durability": 10,
"death_rating": 20,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 12
},
{
"movement_type": "Roller",
"base": 8,
"full": 40
}
],
"size": "S",
"description": "<p>These small, amorphous bots are soft, with a smart-material liquid matrix interior and extensible skin. They can extrude tentacle-like limbs for walking and manipulating, roll as a ball, and squeeze through tight, confining spaces.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Retracting Limbs",
"Shape Adjusting"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "7ffd36fa-763a-4ddb-ba98-d90a21b40f43"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Docbot",
"complexity/gp": "Maj/3",
"vigor": 1,
"vigor2": 0,
"flex": 0,
"armor_energy": 8,
"armor_kinetic": 6,
"wound_threshold": 8,
"durability": 40,
"death_rating": 80,
"movement_rate": [
{
"movement_type": "Thrust/Wheeled",
"base": 8,
"full": 40
}
],
"size": "M",
"description": "<p>These wheeled medical robots are designed to tend to and transport injured or sick people. They carry a fabber for medical supplies and pharmaceuticals, miscellaneous medical gear, a secure container for carrying heads, and 4-8 articulated arms for conducting remote surgery. They are often loaded up with healing spray and meds (acquired separately).</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Enhanced Smell",
"Fractal Digits",
"Guardian Hive",
"Medium Fabber",
"Nanoscopic Vision",
"Specimen Container",
"Tool Kit (Medicine: Biotech or Paramedic)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "965e459f-46ff-49fb-9ee0-84a14fe63562"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Retriever",
"complexity/gp": "Maj/3",
"vigor": 1,
"vigor2": 0,
"flex": 1,
"armor_energy": 12,
"armor_kinetic": 10,
"wound_threshold": 12,
"durability": 60,
"death_rating": 120,
"movement_rate": [
{
"movement_type": "Wheeled",
"base": 8,
"full": 40
},
{
"movement_type": "Rotor",
"base": 8,
"full": 32
}
],
"size": "L",
"description": "<p>Designed much like a smaller flying car with a pair of manipulator arms, this bot handles search-and-rescue ops. It tracks down survivors and rescues them from dangers, carrying the injured back to safety. It can hold one mediumsized transhuman.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Diamond Axe",
"Disassembly Tools",
"Enhanced Smell",
"Enhanced Hearing",
"Enhanced Vision",
"Healing Spray (2)",
"Repair Spray (2)",
"Tool Kit (Medicine: Paramedic)",
"Weapon Mount: (Articulated/Concealed/Sprayer with NotWater)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "64c27c92-38a4-4d15-b7b2-d8943fa60767"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Creepy",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 3,
"durability": 15,
"death_rating": 30,
"movement_rate": [
{
"movement_type": "Hopper/Walker",
"base": 4,
"full": 12
}
],
"size": "VS",
"description": "<p>Creepies come in an eclectic variety of forms, from robo-squirrels to insectoids to bizarre artsy mechanical creatures. Creepies were originally designed as a robotic pet, but are commonly used as a general-purpose household minion, like a more beloved servitor. Many people wear a creepy on their person, dropping it to handle small tasks for them and letting it crawl up, down, and over their body.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chameleon Skin",
"Grip Pads"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "66a2d623-46a4-4f23-8c36-9960fef391fd"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Manipulator",
"complexity/gp": "Maj/3",
"vigor": 1,
"vigor2": 0,
"flex": 0,
"armor_energy": 6,
"armor_kinetic": 4,
"wound_threshold": 3,
"durability": 15,
"death_rating": 30,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 12
}
],
"size": "S",
"description": "<p>This bot takes the form of an extra limb and a supportive band, bracing frame, rig, or cuff for wearing it. The manipulator can be meshed and treated as an extension of your body or detached for autonomous operation or remote control. Though human arm designs are common, a variety of limb designs are available, from claws to tentacles. Treat as a cyberlimb plus ▶324 when worn.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Grip Pads",
"Magnetic System",
"Telescoping Limb",
"Utilimod"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "cdcc83da-8eb5-4480-bd3e-53bce17eedb5"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Servitor",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 6,
"armor_kinetic": 4,
"wound_threshold": 6,
"durability": 30,
"death_rating": 60,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 20
}
],
"size": "M",
"description": "<p>Servitors are the most common robot, acting as cooks, janitors, universal helpers, movers, and personal aides. Every home has one, if not several. They come in a variety of non-humanoid shapes and sizes, though most are medium sized, with 4-8 limbs on average.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "2503b9a6-386a-4533-b59c-eacd56ce1c07"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Spider Hand",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 2,
"durability": 10,
"death_rating": 20,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 12
}
],
"size": "S",
"description": "<p>This hand-shaped bot scurries like a spider. It functions as a detachable hand for a cyberarm, though it is sometimes used by uplifts or other morphs who need a hand design for certain tasks. Its “legs” are more articulated than human fingers and can rotate/ bend in any direction. Though this bot does not have the leverage of a full arm/body behind it, it can extend a meter-long brace for stabilization and support.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Claws",
"Grip Pads",
"Magnetic System"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "4a890ff8-48c2-46f6-801a-2380c949b871"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Aerostat",
"complexity/gp": "Mod/2",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 6,
"armor_kinetic": 4,
"wound_threshold": 4,
"durability": 20,
"death_rating": 40,
"movement_rate": [
{
"movement_type": "Microlight",
"base": 8,
"full": 32
}
],
"size": "L",
"description": "<p>Aerostats are balloons, relying on buoyant gases for lift in atmospheres, maneuvering with turbofans. Their low signature and longevity make them ideal for high-altitude surveillance, research, or gas mining.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chem Sniffer",
"Enhanced Vision",
"Laser Link",
"Radar",
"T-Ray Emitter"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "e20f4e75-46ba-4459-acdd-da067f065d63"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Gnat",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 1,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 4,
"durability": 20,
"death_rating": 40,
"movement_rate": [
{
"movement_type": "Rotor",
"base": 8,
"full": 32
}
],
"size": "S",
"description": "<p>Gnats are small rotorcraft camera/surveillance drones. Many people use gnats for personal lifelogging, while socialites and media use them to capture the glamour or hottest news.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chameleon Skin",
"Enhanced Hearing",
"Enhanced Vision",
"Radar"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "6a44a15d-ab5c-4ced-a888-cc59030985eb"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Saucer",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 5,
"durability": 25,
"death_rating": 50,
"movement_rate": [
{
"movement_type": "Ionic",
"base": 8,
"full": 40
}
],
"size": "S",
"description": "<p>These disc-shaped drones are lightweight and quiet. They are typically launched by throwing them like a frisbee, after which they propel themselves with an ionic drive ▶231. Saucers make excellent “eye in the sky” monitors and scouts.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chameleon Skin",
"Enhanced Hearing",
"Enhanced Vision",
"Radar"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "88b57065-b6dc-4976-a811-319b7cb488bc"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Speck",
"complexity/gp": "Min/1",
"vigor": 0,
"vigor2": 0,
"flex": 0,
"armor_energy": 2,
"armor_kinetic": 2,
"wound_threshold": 1,
"durability": 5,
"death_rating": 10,
"movement_rate": [
{
"movement_type": "Hopper",
"base": 4,
"full": 12
},
{
"movement_type": "Winged",
"base": 8,
"full": 32
}
],
"size": "VS",
"description": "<p>Specks are very small insectoid spy drones, roughly the size of a small fruit fly. They fly with tiny wings and are excellent for surveillance purposes or otherwise being a “speck on a wall.” Specks are difficult to notice (-30 Perceive modifier) and almost impossible to distinguish from an actual insect.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Enhanced Hearing",
"Enhanced Vision",
"Grip Pads",
"Synthetic Mask"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "89b38c8e-34c8-4f92-ac5b-367302f1890d"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Zephyr",
"complexity/gp": "Mod/2",
"vigor": 0,
"vigor2": 0,
"flex": 1,
"armor_energy": 6,
"armor_kinetic": 4,
"wound_threshold": 6,
"durability": 30,
"death_rating": 60,
"movement_rate": [
{
"movement_type": "Winged",
"base": 8,
"full": 32
}
],
"size": "M",
"description": "<p>Zephyrs are medium-sized but light stealth planes, often thrown to launch, used for long-distance recon or missile strikes.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Chameleon Skin",
"Enhanced Vision",
"Laser Link",
"Radar",
"Radar Absorbent",
"T-Ray Emitter",
"Weapon Mount: (2 Static)"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "99e207ee-e732-458e-a2ca-74b0fff6009b"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Automech",
"complexity/gp": "Mod/2",
"vigor": 1,
"vigor2": 0,
"flex": 1,
"armor_energy": 8,
"armor_kinetic": 6,
"wound_threshold": 6,
"durability": 30,
"death_rating": 60,
"movement_rate": [
{
"movement_type": "Thrust/Wheeled",
"base": 8,
"full": 40
}
],
"size": "M",
"description": "<p>Automechs are general-purpose repair drones, found just about everywhere. Each specializes in a particular type of repair work and is equipped with the appropriate tools and ALI skills, whether it be electronics, habitat systems, or spacecraft repair. Standard automechs are wheeled cubes with 4-8 retractable and articulated limbs, though they are also equipped with vectoredthrust drives for zero-g work.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Electrical Sense",
"Magnetic System",
"Radiation Sense",
"Retracting Limbs",
"Tool Kit",
"Utilimod"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "bf264cda-5b64-41af-bc71-f4a9f9e07617"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Barracuda",
"complexity/gp": "Mod/2",
"vigor": 1,
"vigor2": 0,
"flex": 0,
"armor_energy": 8,
"armor_kinetic": 6,
"wound_threshold": 6,
"durability": 30,
"death_rating": 60,
"movement_rate": [
{
"movement_type": "Submarine",
"base": 8,
"full": 32
}
],
"size": "M",
"description": "<p>This undersea utility drone is fielded for exploration, service, and repair functions. It is shaped like a miniature submarine, with a pair of retractable arms.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Cryonic Protection",
"Enhanced Hearing",
"Pressure Adaptation",
"Retracting Limbs",
"Sonar",
"Utilimod"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "1aeac1c3-9b02-4448-b566-27a39a555329"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Dwarf",
"complexity/gp": "Maj/3",
"vigor": 3,
"vigor2": 0,
"flex": 0,
"armor_energy": 18,
"armor_kinetic": 14,
"wound_threshold": 30,
"durability": 150,
"death_rating": 300,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 20
}
],
"size": "L",
"description": "<p>These large industrial bots are named not just for their primary use — mining, excavation, tunneling, and construction — but because the default AIs they shipped with had a programmed tendency to happily whistle as they worked. Dwarfs are quadrupedal walkers, equipped with massive modular industrial tools like boring drills, shovels, hydraulic jacks, jackhammers, scooping arms, acid sprays, and so on.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Disassembly Tools",
"Electrical Sense",
"Radar",
"Sonar",
"Tool Kit"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "f8576985-a2e8-44fc-86c3-8ec6b27c120b"
},
{
"category": "Tech",
"subcategory": "Bots",
"name": "Robomule",
"complexity/gp": "Mod/2",
"vigor": 0,
"vigor2": 0,
"flex": 1,
"armor_energy": 8,
"armor_kinetic": 6,
"wound_threshold": 8,
"durability": 40,
"death_rating": 80,
"movement_rate": [
{
"movement_type": "Walker",
"base": 4,
"full": 20
},
{
"movement_type": "Thrust Vector",
"base": 8,
"full": 40
}
],
"size": "M",
"description": "<p>These six-legged cargo drones are designed to carry large, non-portable gear, such as servers, healing vats, tool shops, etc. They also serve as general-purpose supply drones, with smart-material straps and webbing to hold items and an envirosealed pod to protect its load from the environment.</p>",
"ware": [
"360-Degree Vision",
"Access Jacks",
"Bot AI",
"Lidar",
"Mesh Inserts",
"Puppet Sock",
"Autocook"
],
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "3337da45-a483-4dea-b937-dc7270db091d"
}
]