ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Sheets
2
Player
Input for player skill build, PA and gear. For general use, only this sheet should be edited.
3
DPS
Damage and pp usage for various PAs and combos
4
Data
Internal calculations. Can be ignored unless you need to implement a weapon potential or similar.
5
6
Credits
7
Frame data sourced from https://pso2.swiki.jp/
8
PA power sourced from https://twitter.com/neek_pso2/status/1339122987375624193
9
10
Changelog
11
2020-06-08Initial version
12
2020-09-03
Added attack-only calculation for Step Attack
13
2020-12-16
Updated PA power
14
2020-12-19
Added Lu sub, Ayer potential, S5: Swift Radiance (unverified, use at your own risk)
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100