Fallout 76 tools using Node and implemented in Coffeescript
Displays base dps for all weapons
base-weapons-dps [--level <n>] [--type <name>] [--category <name>] [--weapon <name>] [--json] [--csv]
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 |
Converts the weapon information from the Fallout Wiki (https://fallout.fandom.com/wiki/Fallout_76_weapons) to JSON
convert-weapon-wiki-to-json [--debug <n>] <type> <inpath> <outpath>
Option | Description |
---|---|
--debug, -d | Dumps the current state of the conversion at the desired stage |
Parameter | Description |
---|---|
type | Type of weapon table. One of "ranged", "melee", or "explosives" |
inpath | Wiki input file path |
outpath | JSON output file path |
Converts all wiki files using convert-weapon-wiki-to-json
convert-all-wiki-data