source: pycgibattler/trunk/characters/skill_list.json @ 72

Revision 72, 1.7 KB checked in by atzm, 13 years ago (diff)

change skill definition

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
Line 
1[
2    {
3        "name":  "エターナルフォースブリザード",
4        "type":  "SuicideAttackType",
5        "level": 3,
6        "point": 20
7    },
8    {
9        "name": "アルティメット・ダーク・ファイアー・スラッシュ",
10        "type": "SingleAttackType",
11        "level": 3,
12        "point": 15
13    },
14    {
15        "name": "バーニング・ダーク・フレイム・オブ・ディッセンバー",
16        "type": "MultiAttackType",
17        "level": 3,
18        "point": 20
19    },
20    {
21        "name": "聖夢魔心裂断",
22        "type": "RangeAttackType",
23        "level": 3,
24        "point": 17
25    },
26    {
27        "name": "義憐聖霊斬",
28        "type": "SingleAttackType",
29        "level": 2,
30        "point": 10
31    },
32    {
33        "name": "シャイニングジャスティス",
34        "type": "MultiAttackType",
35        "level": 2,
36        "point": 15
37    },
38    {
39        "name": "ティーガー・マシーネン・ピストーレ",
40        "type": "RangeAttackType",
41        "level": 2,
42        "point": 13
43    },
44    {
45        "name": "インフェルノ・オブ・メサイア",
46        "type": "SuicideAttackType",
47        "level": 2,
48        "point": 18
49    },
50    {
51        "name": "フォン・ド・ボー",
52        "type": "HealType",
53        "level": 3,
54        "point": 7
55    },
56    {
57        "name": "ファイナル・タクティクス・ハイド",
58        "type": "SuicideAttackType",
59        "level": 1,
60        "point": 6
61    },
62    {
63        "name": "コーヒー・ルンバ",
64        "type": "ResurrectionType",
65        "level": 3,
66        "point": 1
67    },
68    {
69        "name": "ルート・ファン・ニステルローイ",
70        "type": "RangeAttackType",
71        "level": 1,
72        "point": 5
73    }
74]
Note: See TracBrowser for help on using the repository browser.