-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
547 additions
and
329 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/apps/erp-card/constants/resources/skillPacks/eb-01-invest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// ERP basic pack 01: invest 刑侦 | ||
import type { ResourceSkillPack } from '../../../types/resources/resourceSkill'; | ||
|
||
export const packInvest: ResourceSkillPack = { | ||
name: '刑侦', | ||
initPlus: 20, | ||
skills: [ | ||
{ name: '侦查', init: 25 }, | ||
{ name: '聆听', init: 20 }, | ||
{ name: '查阅', init: 20 }, | ||
{ name: '躲藏', init: 20 }, | ||
{ name: '追踪', init: 10 }, | ||
{ name: '导航', init: 10 }, | ||
{ name: '估价', init: 5 }, | ||
], | ||
}; | ||
|
||
export default packInvest; |
16 changes: 16 additions & 0 deletions
16
src/apps/erp-card/constants/resources/skillPacks/eb-02-social.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// ERP basic pack 02: social 社交 | ||
import type { ResourceSkillPack } from '../../../types/resources/resourceSkill'; | ||
|
||
export const packSocial: ResourceSkillPack = { | ||
name: '社交', | ||
initPlus: 20, | ||
skills: [ | ||
{ name: '话术', init: 25 }, | ||
{ name: '说服', init: 10 }, | ||
{ name: '取悦', init: 15 }, | ||
{ name: '恐吓', init: 15 }, | ||
{ name: '心理学', init: 10 }, | ||
], | ||
}; | ||
|
||
export default packSocial; |
27 changes: 27 additions & 0 deletions
27
src/apps/erp-card/constants/resources/skillPacks/eb-03-battle.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// ERP basic pack 03: battle 战斗 | ||
import type { ResourceSkillPack } from '../../../types/resources/resourceSkill'; | ||
|
||
export const packBattle: ResourceSkillPack = { | ||
name: '战斗', | ||
initPlus: 30, | ||
skills: [ | ||
{ name: '闪避', init: 0 }, | ||
{ | ||
name: '格斗', | ||
init: 0, | ||
group: { | ||
show: ['斗殴', '', ''], | ||
skills: [ | ||
{ name: '斗殴', init: 25 }, | ||
{ name: '刀剑', init: 20 }, | ||
{ name: '矛', init: 20 }, | ||
{ name: '斧', init: 15 }, | ||
{ name: '绞索', init: 15 }, | ||
{ name: '链锯', init: 10 }, | ||
{ name: '链枷', init: 10 }, | ||
{ name: '鞭', init: 5 }, | ||
], | ||
}, | ||
}, | ||
], | ||
}; |
29 changes: 29 additions & 0 deletions
29
src/apps/erp-card/constants/resources/skillPacks/eb-04-medical.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// ERP basic pack 04: medical 医疗 | ||
import type { ResourceSkillPack } from '../../../types/resources/resourceSkill'; | ||
|
||
export const packMedical: ResourceSkillPack = { | ||
name: '医疗', | ||
initPlus: 30, | ||
skills: [ | ||
{ name: '急救', init: 30 }, | ||
{ name: '精神分析', init: 0 }, | ||
{ | ||
name: '医疗', | ||
init: 0, | ||
group: { | ||
show: [''], | ||
skills: [ | ||
{ name: '外科' }, | ||
{ name: '内科' }, | ||
{ name: '药学' }, | ||
{ name: '护理' }, | ||
{ name: '美容科' }, | ||
{ name: '传统医学' }, | ||
{ name: '兽医' }, | ||
], | ||
}, | ||
}, | ||
], | ||
}; | ||
|
||
export default packMedical; |
24 changes: 24 additions & 0 deletions
24
src/apps/erp-card/constants/resources/skillPacks/eb-04-shoot.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// ERP basic pack 03: battle 战斗 | ||
import type { ResourceSkillPack } from '../../../types/resources/resourceSkill'; | ||
|
||
export const packBattle: ResourceSkillPack = { | ||
name: '射击', | ||
initPlus: 30, | ||
skills: [ | ||
{ | ||
name: '射击', | ||
init: 0, | ||
group: { | ||
show: ['手枪', '步/霰', ''], | ||
skills: [ | ||
{ name: '手枪', init: 20 }, | ||
{ name: '步/霰', init: 25 }, | ||
{ name: '冲锋枪', init: 15 }, | ||
{ name: '弓弩', init: 15 }, | ||
{ name: '机枪', init: 10 }, | ||
{ name: '重武器', init: 10 }, | ||
], | ||
}, | ||
}, | ||
], | ||
}; |
Oops, something went wrong.