Init system
This commit is contained in:
43
modules/dark-stars-config.js
Normal file
43
modules/dark-stars-config.js
Normal file
@ -0,0 +1,43 @@
|
||||
|
||||
const DARKSTARS_CONFIG = {
|
||||
|
||||
basebonus : {
|
||||
"csb": "CSB",
|
||||
"asb": "SSB",
|
||||
"ssb": "SSB",
|
||||
"msb": "MSB",
|
||||
"psb": "PSB"
|
||||
},
|
||||
location : {
|
||||
"head": "Head",
|
||||
"abdomen": "Abdomen",
|
||||
"chest": "Chest",
|
||||
"leftarm": "Left Arm",
|
||||
"righttarm": "Right Arm",
|
||||
"leftleg": "Left Leg",
|
||||
"rightleg": "Right Leg"
|
||||
},
|
||||
availability: {
|
||||
"C": "Common (C)",
|
||||
"A": "Average (A)",
|
||||
"P": "Poor (P)",
|
||||
"R": "Restricted/Rare (R)",
|
||||
},
|
||||
weapontypes: {
|
||||
"melee": "Melee",
|
||||
"unconvent": "Unconventional projectiles",
|
||||
"slug": "Slug throwers",
|
||||
"energy": "Energy"
|
||||
},
|
||||
range: {
|
||||
"1": "Close",
|
||||
"2": "Short",
|
||||
"3": "Medium",
|
||||
"4": "Long",
|
||||
"5": "Extra Long",
|
||||
"6": "Artillery",
|
||||
"7": "Continental",
|
||||
"8": "Orbital",
|
||||
"9": "System Orbit"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user