mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
Got it working
This commit is contained in:
parent
3b3e3c9c42
commit
1852bbf12e
49 changed files with 530 additions and 294 deletions
34
src/pages/BotJock/skills.js
Normal file
34
src/pages/BotJock/skills.js
Normal file
|
@ -0,0 +1,34 @@
|
|||
import SKILLS from '@constants/skills';
|
||||
|
||||
const skills = {
|
||||
"Tree One": {
|
||||
"0": {
|
||||
"?": {
|
||||
text: "?",
|
||||
type: SKILLS.ACTION_SKILL,
|
||||
ranks: 0,
|
||||
effect: rank => `?`,
|
||||
},
|
||||
},
|
||||
},
|
||||
"Tree Two": {
|
||||
"0": {
|
||||
"?": {
|
||||
text: "?",
|
||||
type: SKILLS.ACTION_SKILL,
|
||||
effect: rank => `?`,
|
||||
},
|
||||
},
|
||||
},
|
||||
"Tree Three": {
|
||||
"0": {
|
||||
"?": {
|
||||
text: "?",
|
||||
type: SKILLS.ACTION_SKILL,
|
||||
effect: rank => `?`,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default skills;
|
Loading…
Add table
Add a link
Reference in a new issue