mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
test implementation of ambition upgrade system
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
Recipes: {
|
||||
AnyWatch: Any Watch
|
||||
Tier2Bars: Tier 2 Hardmode Bars
|
||||
|
||||
Ambitions: {
|
||||
KingSlimeDead: King Slime Defeated
|
||||
EyeOfCthulhuDead: Eye of Cthulhu Defeated
|
||||
EaterOfWorldsDead: Eater of Worlds Defeated
|
||||
BrainOfCthulhuDead: Brain of Cthulhu Defeated
|
||||
QueenBeeDead: Queen Bee Defeated
|
||||
SkeletronDead: Skeletron Defeated
|
||||
WallOfFleshDead: Wall of Flesh Defeated
|
||||
}
|
||||
}
|
||||
|
||||
Buffs: {
|
||||
@@ -8,6 +18,16 @@ Buffs: {
|
||||
DisplayName: Summon Toclafane
|
||||
Description: It came from a parallel world to fight for its Master.
|
||||
}
|
||||
|
||||
SummonerAmbitionBuff: {
|
||||
DisplayName: Summoner's Ambition
|
||||
Description:
|
||||
'''
|
||||
Your power grows with your ambition.
|
||||
|
||||
Essences absorbed: {0}
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Items: {
|
||||
@@ -54,6 +74,25 @@ Items: {
|
||||
DisplayName: Toclafane Staff
|
||||
Tooltip: Summons a toclafane to remove population for you
|
||||
}
|
||||
|
||||
SummonersAmbition: {
|
||||
DisplayName: Summoner's Ambition
|
||||
Tooltip:
|
||||
'''
|
||||
Grants Summoner's Ambition.
|
||||
Buff can be empowered by slaying powerful enemies and absorbing their essences.
|
||||
"For those who seek to lead."
|
||||
{$CommonItemTooltip.IncreasesMaxMinionsBy@0}
|
||||
'''
|
||||
KingSlime: "[i:560] +5 summon tag damage."
|
||||
EyeOfCthulhu: "[i:43] Increases minion speed."
|
||||
EaterOfWorlds: "[i:70] Minions penetrate 5 armor."
|
||||
BrainOfCthulhu: "[i:1331] 5% increased minion damage."
|
||||
QueenBee: "[i:1133] Minion hits can inflict poison."
|
||||
Deerclops: "[i:5120] Minion hits can spawn shadow hands."
|
||||
Skeletron: "[i:4801] Increases minion knockback."
|
||||
WallOfFlesh: "[i:267] Increases max number of minions by 1."
|
||||
}
|
||||
}
|
||||
|
||||
Projectiles: {
|
||||
|
||||
Reference in New Issue
Block a user