1.30.0 • Published 4 years ago

dead-by-daylight v1.30.0

Weekly downloads
143
License
-
Repository
github
Last release
4 years ago

dead-by-daylight



Some structured Dead by Daylight data.

Installation

npm install --save dead-by-daylight@^1.30.0

yarn add dead-by-daylight@^1.30.0


(if configured properly)

npm install --save @jaid/dead-by-daylight@^1.30.0

Example

import deadByDaylight from "dead-by-daylight"

const result = deadByDaylight.perks.hauntedGround

Variable result will be:

{
  id: "hauntedGround",
  title: "Hex: Haunted Ground",
  iconId: "hauntedGround",
  owner: "spirit",
  rarity: "veryRare",
  for: "killer",
  level: 35,
  iconPath: "UI/Icons/Perks/Haiti/iconPerks_hauntedGround.png",
  visible: true,
  released: true,
}

Legal

Contains official Dead by Daylight content copied from the Steam release. Copyright by Behaviour Interactive.

Development

Setting up:

git clone git@github.com:jaid/dead-by-daylight.git
cd dead-by-daylight
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)

1.30.0

4 years ago

1.29.0

4 years ago

1.28.0

4 years ago

1.27.0

4 years ago

1.26.2

4 years ago

1.26.0

4 years ago

1.26.1

4 years ago

1.25.1

4 years ago

1.25.0

4 years ago

1.24.0

4 years ago

1.23.0

4 years ago

1.22.1

4 years ago

1.22.0

4 years ago

1.21.1

4 years ago

1.21.0

4 years ago

1.20.0

4 years ago

1.19.0

4 years ago

1.18.0

4 years ago

1.17.3

4 years ago

1.17.2

4 years ago

1.17.1

4 years ago

1.17.0

4 years ago

1.16.1

4 years ago

1.15.0

4 years ago

1.16.0

4 years ago

1.14.2

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.2.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago