Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. {
  2.     "name": "Dagger",
  3.     "description": "The most basic ground mech. Cheap to produce. Overwhelming when used in swarms.",
  4.     "maxVelocity": 1.1,
  5.     "speed": 0.2,
  6.     "drag": 0.4,
  7.     "hitsize": 8,
  8.     "mass": 1.75,
  9.     "health": 130,
  10.     "weapon": {
  11.         "name": "chain-blaster",
  12.         "length": 1.5,
  13.         "reload": 28,
  14.         "alternate": true,
  15.         "ejectEffect": "shellEjectSmall",
  16.         "bullet": "standardCopper"
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement