Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 18265db

Browse files
committed
Everyone else
1 parent e4a2999 commit 18265db

File tree

58 files changed

+19008
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+19008
-2
lines changed

Servants/servant114/servant114.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
"value": "DEMI_SERVANT",
149149
"target": "DEFENDER"
150150
}]
151+
}, {
152+
"type": "TargetsHaveTrait",
153+
"value": "SERVANT",
154+
"target": "DEFENDER"
151155
}]
152156
},
153157
"values": [0.3, 0.32, 0.34, 0.36, 0.38, 0.4, 0.42, 0.44, 0.46, 0.5],

Servants/servant149/servant149.json

Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
{
2+
"servantAscensionData": [{
3+
"combatantData": {
4+
"id": "servant149",
5+
"rarity": 5,
6+
"fateClass": "BEAST_II",
7+
"gender": "FEMALE",
8+
"alignments": ["CHAOTIC", "EVIL"],
9+
"attribute": "BEAST",
10+
"traits": ["MASSIVE", "DIVINE", "DIVINE_SPIRIT", "HUMANOID"],
11+
"deathRate": 0.03
12+
},
13+
"defenseNpRate": 0.05,
14+
"criticalStarWeight": 9,
15+
"commandCardData": [{
16+
"commandCardType": "QUICK",
17+
"hitsData": [1, 3, 5, 7, 9, 10, 12, 14, 16, 23],
18+
"npRate": 0.0033,
19+
"criticalStarGen": 0.105
20+
}, {
21+
"commandCardType": "ARTS",
22+
"hitsData": [1, 3, 5, 7, 9, 10, 12, 14, 16, 23],
23+
"npRate": 0.0033,
24+
"criticalStarGen": 0.105
25+
}, {
26+
"commandCardType": "ARTS",
27+
"hitsData": [1, 3, 5, 7, 9, 10, 12, 14, 16, 23],
28+
"npRate": 0.0033,
29+
"criticalStarGen": 0.105
30+
}, {
31+
"commandCardType": "BUSTER",
32+
"hitsData": [1, 3, 5, 7, 9, 10, 12, 14, 16, 23],
33+
"npRate": 0.0033,
34+
"criticalStarGen": 0.105
35+
}, {
36+
"commandCardType": "BUSTER",
37+
"hitsData": [1, 3, 5, 7, 9, 10, 12, 14, 16, 23],
38+
"npRate": 0.0033,
39+
"criticalStarGen": 0.105
40+
}],
41+
"activeSkillUpgrades": [{
42+
"activeSkillData": [{
43+
"baseCoolDown": 8,
44+
"effects": [{
45+
"type": "GrantBuff",
46+
"target": "SELF",
47+
"buffData": [{
48+
"type": "PostAttackEffect",
49+
"numTurnsActive": 3,
50+
"subEffects": [{
51+
"type": "GrantBuff",
52+
"target": "ALL_ENEMIES",
53+
"buffData": [{
54+
"type": "Curse",
55+
"numTurnsActive": 3,
56+
"values": [500.0, 550.0, 600.0, 650.0, 700.0, 750.0, 800.0, 850.0, 900.0, 1000.0],
57+
"buffIcon": "curse"
58+
}]
59+
}, {
60+
"type": "GrantBuff",
61+
"target": "ALL_ENEMIES",
62+
"buffData": [{
63+
"type": "CriticalDamageBuff",
64+
"numTurnsActive": 3,
65+
"values": [-0.1, -0.11, -0.12, -0.13, -0.14, -0.15, -0.16, -0.17, -0.18, -0.2],
66+
"buffIcon": "critDamageDown"
67+
}]
68+
}, {
69+
"type": "NpGaugeChange",
70+
"target": "ALL_ENEMIES",
71+
"intValues": [-1]
72+
}],
73+
"customTraits": ["POSITIVE_BUFF"],
74+
"hasCustomTraits": true,
75+
"buffIcon": "attackApplyDebuff"
76+
}]
77+
}],
78+
"iconName": "attackApplyDebuff"
79+
}]
80+
}, {
81+
"activeSkillData": [{
82+
"baseCoolDown": 12,
83+
"effects": [{
84+
"type": "GrantBuff",
85+
"target": "SELF",
86+
"buffData": [{
87+
"type": "AttackBuff",
88+
"numTurnsActive": 10,
89+
"values": [0.1, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.2],
90+
"variationData": {
91+
"type": "TurnPassVariation"
92+
},
93+
"additions": [0.1],
94+
"buffIcon": "attackUp"
95+
}]
96+
}, {
97+
"type": "NpChange",
98+
"target": "SELF",
99+
"values": [0.3, 0.32, 0.34, 0.36, 0.38, 0.4, 0.42, 0.44, 0.46, 0.5]
100+
}],
101+
"iconName": "chanceUp"
102+
}]
103+
}, {
104+
"activeSkillData": [{
105+
"baseCoolDown": 8,
106+
"effects": [{
107+
"type": "GrantBuff",
108+
"target": "SELF",
109+
"buffData": [{
110+
"type": "CriticalDamageBuff",
111+
"numTurnsActive": 3,
112+
"values": [0.4, 0.42, 0.44, 0.46, 0.48, 0.5, 0.52, 0.54, 0.56, 0.6],
113+
"buffIcon": "critDamageUp"
114+
}]
115+
}, {
116+
"type": "GrantBuff",
117+
"target": "SELF",
118+
"buffData": [{
119+
"type": "CriticalStarWeightBuff",
120+
"numTurnsActive": 3,
121+
"values": [30.0, 33.0, 36.0, 39.0, 42.0, 45.0, 48.0, 51.0, 54.0, 60.0],
122+
"buffIcon": "starWeightUp"
123+
}]
124+
}, {
125+
"type": "GrantBuff",
126+
"target": "SELF",
127+
"buffData": [{
128+
"type": "DefenseBuff",
129+
"numTurnsActive": 3,
130+
"values": [0.3, 0.32, 0.34, 0.36, 0.38, 0.4, 0.42, 0.44, 0.46, 0.5],
131+
"buffIcon": "defenseUp"
132+
}]
133+
}],
134+
"iconName": "critDamageUp"
135+
}]
136+
}],
137+
"passiveSkillData": [{
138+
"effects": [{
139+
"type": "GrantBuff",
140+
"target": "SELF",
141+
"buffData": [{
142+
"type": "SpecificDefenseBuff",
143+
"applyCondition": {
144+
"type": "NpCard"
145+
},
146+
"values": [0.5],
147+
"buffIcon": "percentDefUp"
148+
}]
149+
}],
150+
"iconName": "percentDefUp"
151+
}, {
152+
"effects": [{
153+
"type": "GrantBuff",
154+
"target": "SELF",
155+
"buffData": [{
156+
"type": "CriticalDamageBuff",
157+
"values": [0.2],
158+
"buffIcon": "critDamageUp"
159+
}]
160+
}, {
161+
"type": "GrantBuff",
162+
"target": "SELF",
163+
"buffData": [{
164+
"type": "DeathResist",
165+
"values": [0.2],
166+
"buffIcon": "deathResistUp"
167+
}]
168+
}, {
169+
"type": "GrantBuff",
170+
"target": "SELF",
171+
"buffData": [{
172+
"type": "DebuffResist",
173+
"applyCondition": {
174+
"type": "BuffHasTrait",
175+
"value": "MENTAL_BUFF"
176+
},
177+
"values": [0.2],
178+
"buffIcon": "debuffResistUp"
179+
}]
180+
}],
181+
"iconName": "independent"
182+
}, {
183+
"effects": [{
184+
"type": "GrantBuff",
185+
"target": "SELF",
186+
"buffData": [{
187+
"type": "SpecificAttackBuff",
188+
"values": [0.1],
189+
"buffIcon": "specialDamageUp"
190+
}]
191+
}],
192+
"iconName": "specialAttackUp"
193+
}],
194+
"appendSkillData": [{
195+
"effects": [{
196+
"type": "GrantBuff",
197+
"target": "SELF",
198+
"buffData": [{
199+
"type": "CommandCardBuff",
200+
"applyCondition": {
201+
"type": "CardTypeEquals",
202+
"value": "EXTRA"
203+
},
204+
"values": [0.3, 0.32, 0.34, 0.36, 0.38, 0.4, 0.42, 0.44, 0.46, 0.5],
205+
"buffIcon": "specialDamageUp"
206+
}]
207+
}],
208+
"iconName": "specialAttackUp"
209+
}, {
210+
"effects": [{
211+
"type": "NpChange",
212+
"target": "SELF",
213+
"values": [0.1, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.2]
214+
}],
215+
"iconName": "npGain"
216+
}, {
217+
"effects": [{
218+
"type": "GrantBuff",
219+
"target": "SELF",
220+
"buffData": [{
221+
"type": "AttackBuff",
222+
"applyCondition": {
223+
"type": "TargetsHaveClass",
224+
"value": "ASSASSIN",
225+
"target": "DEFENDER"
226+
},
227+
"values": [0.2, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.3],
228+
"buffIcon": "attackUp"
229+
}]
230+
}],
231+
"iconName": "attackUp"
232+
}],
233+
"servantStatusData": [{
234+
"lv": 65,
235+
"HP": 11578,
236+
"ATK": 13385
237+
}],
238+
"noblePhantasmUpgrades": {
239+
"noblePhantasmData": [{
240+
"commandCardData": {
241+
"commandCardType": "BUSTER",
242+
"hitsData": [100],
243+
"npRate": 0.0033,
244+
"criticalStarGen": 0.105
245+
},
246+
"effects": [{
247+
"type": "NoblePhantasmDamage",
248+
"target": "ALL_ENEMIES",
249+
"values": [3.0, 4.0, 4.5, 4.75, 5.0],
250+
"npDamageAdditionalParams": {
251+
"npSpecificDamageCondition": {
252+
"type": "Or",
253+
"subConditionData": [{
254+
"type": "TargetsHaveTrait",
255+
"value": "MAN",
256+
"target": "DEFENDER"
257+
}, {
258+
"type": "TargetsHaveTrait",
259+
"value": "STAR",
260+
"target": "DEFENDER"
261+
}]
262+
},
263+
"isNpSpecificDamageOverchargedEffect": true,
264+
"npSpecificDamageRate": [2.0, 2.25, 2.5, 2.75, 3.0]
265+
}
266+
}, {
267+
"type": "GrantBuff",
268+
"target": "ALL_ENEMIES",
269+
"buffData": [{
270+
"type": "ReceivedBuffChanceBuff",
271+
"numTimesActive": 1,
272+
"values": [-10.0],
273+
"buffIcon": "buffDenial"
274+
}]
275+
}],
276+
"noblePhantasmType": "ALL_TARGETS_NP"
277+
}]
278+
},
279+
"extraCard": {
280+
"commandCardType": "EXTRA",
281+
"hitsData": [6, 13, 20, 26, 35],
282+
"npRate": 0.0033,
283+
"criticalStarGen": 0.105
284+
},
285+
"cost": 16
286+
}],
287+
"servantNum": 149
288+
}
Loading

0 commit comments

Comments
 (0)