Archaic Petra
Practical config
Use archaicpetra in an artifact set line. Aliases: ap
Code
character add set="archaicpetra" count=4;
character add stats hp=4780 atk=311 er=0.518 pyro%=0.466 cr=0.311 cd=0.622;Special notes
Crystal pickup rule
The holder must be active when picking up the Crystallize shield for the party buff to trigger.
Code
zhongli add set="archaicpetra" count=4;Lunar special path
The current implementation also reacts to Lunar Crystallize, so Hydro can be buffed in that branch.
Code
zhongli skill;Combo recipes
Pick up any Crystallize shard
Use the system function after creating shards. This is how Petra gets its 4pc buff.
Crystallize first
Petra has nothing to pick up unless Geo already created a shard.
any
Quick testing mode. The sim picks an available shard without forcing an element.
Buff element
For final configs, prefer a specific element if the DPS needs one exact Petra buff.
Code
zhongli skill;
pick_up_crystallize("any");Pick up a specific shard
Use a real element when the buff must be Pyro/Hydro/Cryo/Electro/etc.
pyro / hydro / cryo
This tells Petra which shard element to collect.
Missing shard
If that shard does not exist, the pickup will not give the buff you expect.
Code
zhongli skill;
pick_up_crystallize("pyro");Equip the set and trigger its real condition
Artifact sets are usually timing pieces. Cast the action or reaction that activates the set before the damage window.
count=4
Use `count=2` for a 2-piece bonus and `count=4` for the full set effect.
Activation condition
A set may need burst, skill damage, reaction, shield, field time, or damage taken. The line alone does not always activate it.
Code
character add set="archaicpetra" count=4;
character add stats hp=4780 atk=311 atk%=0.466 cr=0.311 cd=0.622;
character skill;Special params
No special entries documented.
Fields for conditions
No special entries documented.
AoE Data
Known issues
Names
- archaicpetra
- ap