Skip to content

Instantly share code, notes, and snippets.

@CrazyPython
Created December 26, 2018 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CrazyPython/00bbf0cc1eb4ed10dbd2046e67478fea to your computer and use it in GitHub Desktop.
Save CrazyPython/00bbf0cc1eb4ed10dbd2046e67478fea to your computer and use it in GitHub Desktop.
const { genericEntity } = require('../lib/basedefinitions.js')
module.exports.flag = {
LABEL: 'Flag',
ACCEPTS_SCORE: false,
TYPE: 'flag',
SHAPE: 6,
PARENT: [genericEntity],
SIZE: 50,
DANGER: 0,
BODY: {
HEALTH: 100000,
RESIST: 100000,
PUSHABILITY: 0, // not a soccer ball
SPEED: 0,
}
}
@diep3io
Copy link

diep3io commented Dec 29, 2018

owo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment