-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcharacters.json
More file actions
98 lines (98 loc) · 1.66 KB
/
characters.json
File metadata and controls
98 lines (98 loc) · 1.66 KB
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
{"characters":[
{
"name":"Fragwad",
"walkingSpeed":0.025,
"runningSpeed":0.05,
"weaponName":"GGP-8MM-Machine",
"voice":1,
"defence":3,
"jumpForce":0.15
},{
"name":"Buttersauce",
"walkingSpeed":0.05,
"runningSpeed":0.09,
"weaponName":"Feldtmann-Z420",
"voice":2,
"defence":2,
"jumpForce":0.25
},{
"name":"Pug",
"walkingSpeed":0.035,
"runningSpeed":0.06,
"weaponName":"Vodkov-V8",
"voice":3,
"defence":0,
"jumpForce":0.3
},{
"name":"Frork",
"walkingSpeed":0.06,
"runningSpeed":0.1,
"weaponName":"MedEvil-Corporation-Stinger",
"voice":4,
"defence":4,
"jumpForce":0.4
},{
"name":"Thorgfloof",
"walkingSpeed":0.04,
"runningSpeed":0.08,
"weaponName":"American-Firearms-DT45",
"voice":5,
"defence":0,
"jumpForce":0.27
},{
"name":"Thimblehead",
"walkingSpeed":0.02,
"runningSpeed":0.05,
"weaponName":"GGP-8MM-Machine",
"voice":6,
"defence":2,
"jumpForce":0.25
},{
"name":"Momphfumble",
"walkingSpeed":0.066,
"runningSpeed":0.089,
"weaponName":"Feldtmann-Z420",
"voice":7,
"defence":0,
"jumpForce":0.3
},{
"name":"Clotthimble",
"walkingSpeed":0.03,
"runningSpeed":0.07,
"weaponName":"Schmitt-And-Smith-R666",
"voice":8,
"defence":3,
"jumpForce":0.15
},{
"name":"Muckdumb",
"walkingSpeed":0.04,
"runningSpeed":0.08,
"weaponName":"Steve-Gates-P69",
"voice":9,
"defence":0,
"jumpForce":0.3
},{
"name":"Lumpsnark",
"walkingSpeed":0.02,
"runningSpeed":0.05,
"weaponName":"Schmitt-And-Smith-R666",
"voice":10,
"defence":2,
"jumpForce":0.1
},{
"name":"Gog",
"walkingSpeed":0.015,
"runningSpeed":0.04,
"weaponName":"GGP-8MM-Machine",
"voice":11,
"defence":3,
"jumpForce":0.15
},{
"name":"Morg",
"walkingSpeed":0.05,
"runningSpeed":0.07,
"weaponName":"Feldtmann-Z420",
"voice":12,
"defence":0,
"jumpForce":0.3
}]}