mirror of
https://github.com/theBowja/GenshinData-1.git
synced 2025-04-29 02:28:36 +09:00
29 lines
312 B
Plaintext
29 lines
312 B
Plaintext
energydrops: [
|
|
{
|
|
trigger: {
|
|
type: "hppercent",
|
|
value: 66,
|
|
},
|
|
particles: [
|
|
{
|
|
element: "PYRO",
|
|
type: "PARTICLE"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
trigger: {
|
|
type: "kill"
|
|
},
|
|
particles: [
|
|
{
|
|
element: "COMMON",
|
|
type: "PARTICLE"
|
|
},
|
|
{
|
|
element: "COMMON",
|
|
type: "ORB"
|
|
}
|
|
]
|
|
},
|
|
] |