Make cultist great again

- Change cultist set stats to mixed dragonscale (hands and feet),
sunsilk (belt, pants and shoulders) and orichalcum (chest and cape)
Distribute cultist set stats as hybrid set.

- Make cultist cape count towards npc aggro
- Remove unused staff skilltree from cultist
- Remove spin number skill from sword cultist skillset
This commit is contained in:
juliancoffee 2021-06-27 15:12:10 +03:00
parent ef6a12edc2
commit f9b71750ca
11 changed files with 56 additions and 68 deletions

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Belt("Cultist"),
stats: (
protection: Normal(6.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(8.0),
poise_resilience: Normal(1.0),
energy_max: 20,
energy_reward: 0.025,
crit_power: 0.02,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Chest("Cultist"),
stats: (
protection: Normal(30.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(48.0),
poise_resilience: Normal(6.0),
energy_max: 135,
energy_reward: 0.135,
crit_power: 0.125,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Foot("Cultist"),
stats: (
protection: Normal(6.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(16.0),
poise_resilience: Normal(2.0),
energy_max: 45,
energy_reward: 0.045,
crit_power: 0.04,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Hand("Cultist"),
stats: (
protection: Normal(12.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(16.0),
poise_resilience: Normal(2.0),
energy_max: 45,
energy_reward: 0.045,
crit_power: 0.04,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Pants("Cultist"),
stats: (
protection: Normal(24.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(32.0),
poise_resilience: Normal(4.0),
energy_max: 90,
energy_reward: 0.1,
crit_power: 0.08,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Shoulder("Cultist"),
stats: (
protection: Normal(18.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(32.0),
poise_resilience: Normal(5.0),
energy_max: 90,
energy_reward: 0.1,
crit_power: 0.08,
stealth: 0.0,
),
)),
@ -16,4 +16,4 @@ ItemDef(
tags: [
Cultist,
],
)
)

View File

@ -4,14 +4,16 @@ ItemDef(
kind: Armor((
kind: Back("DungeonPurple"),
stats: (
protection: Normal(3.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
protection: Normal(8.0),
poise_resilience: Normal(1.0),
energy_max: 20,
energy_reward: 0.025,
crit_power: 0.02,
stealth: 0.0,
),
)),
quality: Epic,
tags: [],
)
tags: [
Cultist,
],
)

View File

@ -4,5 +4,4 @@
Tree("common.skillset.dungeon.tier-5.axe"),
Tree("common.skillset.dungeon.tier-5.hammer"),
Tree("common.skillset.dungeon.tier-5.bow"),
Tree("common.skillset.dungeon.tier-5.staff"),
])

View File

@ -1,21 +0,0 @@
([
Group(Weapon(Staff)),
// Fireball
Skill((Staff(BDamage), Some(1))),
Skill((Staff(BRegen), Some(1))),
Skill((Staff(BRadius), Some(1))),
// Flamethrower
Skill((Staff(FRange), Some(1))),
Skill((Staff(FDrain), Some(1))),
Skill((Staff(FDamage), Some(1))),
Skill((Staff(FVelocity), Some(1))),
// Shockwave
Skill((Staff(UnlockShockwave), None)),
Skill((Staff(SDamage), Some(1))),
Skill((Staff(SKnockback), Some(1))),
Skill((Staff(SRange), Some(1))),
Skill((Staff(SCost), Some(1))),
])

View File

@ -13,7 +13,6 @@
// Spin of death
Skill((Sword(UnlockSpin), None)),
Skill((Sword(SDamage), Some(1))),
Skill((Sword(SSpins), Some(2))),
Skill((Sword(SCost), Some(1))),
Skill((Sword(SDamage), Some(2))),
Skill((Sword(SCost), Some(2))),
])

View File

@ -314,6 +314,15 @@
("common.items.armor.ferocious.back",1),
("common.items.weapons.sword.bloodsteel-1",1),
],
"cultist": [
("common.items.armor.cultist.chest",1),
("common.items.armor.cultist.pants",1),
("common.items.armor.cultist.hand",1),
("common.items.armor.cultist.foot",1),
("common.items.armor.cultist.shoulder",1),
("common.items.armor.cultist.belt",1),
("common.items.armor.misc.back.dungeon_purple",1),
],
"admin_cosmetics": [
("common.items.debug.cultist_belt",1),
("common.items.debug.cultist_boots",1),