Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jambolo/fallout76
Fallout 76 tools using Node and implemented in Coffeescript
https://github.com/jambolo/fallout76
coffeescript fallout-76 node-js
Last synced: about 2 months ago
JSON representation
Fallout 76 tools using Node and implemented in Coffeescript
- Host: GitHub
- URL: https://github.com/jambolo/fallout76
- Owner: jambolo
- License: mit
- Created: 2020-06-16T11:31:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T19:42:51.000Z (over 3 years ago)
- Last Synced: 2023-08-14T13:12:19.937Z (over 1 year ago)
- Topics: coffeescript, fallout-76, node-js
- Language: HTML
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fallout76
Fallout 76 tools using Node and implemented in Coffeescript## base-weapons-dps
Displays base dps for all weapons#### Command syntax
base-weapons-dps [--level ] [--type ] [--category ] [--weapon ] [--json] [--csv]
#### Options
| Option | Description |
|----------------|-------------|
| --level, -l | List only dps for the best weapon that can be equipped by a player at this level |
| --type, -t | Display only weapons of this type |
| --category, -c | Display only weapons in this category |
| --weapon, -w | Display only this weapon |
| --json | Output the results in JSON format |
| --csv | Output the results in CSV format |## convert-weapon-wiki-to-json
Converts the weapon information from the Fallout Wiki (https://fallout.fandom.com/wiki/Fallout_76_weapons) to JSON#### Command syntax
convert-weapon-wiki-to-json [--debug ]
#### Options
| Option | Description |
|----------------|-------------|
| --debug, -d | Dumps the current state of the conversion at the desired stage |#### Parameters
| Parameter | Description |
|-----------|-------------|
| type | Type of weapon table. One of "ranged", "melee", or "explosives" |
| inpath | Wiki input file path |
| outpath | JSON output file path |## convert-all-wiki-data
Converts all wiki files using convert-weapon-wiki-to-json#### Command syntax
convert-all-wiki-data