-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoman Warriors.json
79 lines (79 loc) · 2.18 KB
/
Roman Warriors.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
[
{
"type": "Legionary",
"weapons": ["Gladius", "Pilum", "Scutum"],
"armor": ["Lorica Segmentata", "Clipeus", "Galea"],
"pay": "1 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Auxiliary",
"weapons": ["Gladius", "Javelin", "Bow", "Spear"],
"armor": ["Lorica Hamata", "Galea", "Scutum"],
"pay": "1/2 Denarius per day",
"origin": "Other parts of the Empire"
},
{
"type": "Equites",
"weapons": ["Lancea", "Spatha", "Bow", "Spear"],
"armor": ["Lorica Segmentata", "Galea", "Clipeus"],
"pay": "2 Denarii per day",
"origin": "Rome or Italy"
},
{
"type": "Praetorian Guard",
"weapons": ["Gladius", "Spatha", "Bow", "Spear"],
"armor": ["Lorica Segmentata", "Galea", "Scutum"],
"pay": "3 Denarii per day",
"origin": "Rome or Italy"
},
{
"type": "Urban Cohort",
"weapons": ["Gladius", "Pilum", "Bow", "Spear"],
"armor": ["Lorica Hamata", "Galea", "Scutum"],
"pay": "1 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Vigiles",
"weapons": ["Gladius", "Scourge", "Bow", "Spear"],
"armor": ["Lorica Hamata", "Galea", "Scutum"],
"pay": "1/2 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Mariners",
"weapons": ["Gladius", "Pilum", "Bow", "Spear"],
"armor": ["Lorica Segmentata", "Galea", "Scutum"],
"pay": "1 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Engineers",
"weapons": ["Gladius", "Spatha", "Bow", "Spear"],
"armor": ["Lorica Hamata", "Galea", "Scutum"],
"pay": "1/2 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Archers",
"weapons": ["Bow", "Spear"],
"armor": ["Galea", "Scutum"],
"pay": "1/2 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Scouts",
"weapons": ["Gladius", "Bow", "Spear"],
"armor": ["Galea", "Scutum"],
"pay": "1/2 Denarius per day",
"origin": "Rome or Italy"
},
{
"type": "Slaves",
"weapons": ["Gladius", "Scourge", "Bow", "Spear"],
"armor": [],
"pay": "None",
"origin": "Anywhere in the Roman Empire"
}
]