OSDN Git Service

ステータス決定のスクリプト追加、実戦にもセーブデータにも対応
authorKillery <Killery@kiritani-no-mac-mini.local>
Mon, 1 Aug 2016 16:02:53 +0000 (01:02 +0900)
committerKillery <Killery@kiritani-no-Mac-mini.local>
Mon, 1 Aug 2016 16:02:53 +0000 (01:02 +0900)
Awars III.xcodeproj/project.pbxproj
Awars III/CommandView.m
Awars III/FieldScene.h
Awars III/FieldScene.m
Awars III/MapEditor.h
Awars III/MapEditor.m
Awars III/en.lproj/MainMenu.xib
Awars III/地形.png [changed mode: 0755->0644]
Awars III/建物.png [changed mode: 0755->0644]
Awars III/駒.png [changed mode: 0755->0644]

index 8083f20..5d229e1 100755 (executable)
                C6CA8FFC18178F35003A54C8 /* ハイライト(黄).png in Resources */ = {isa = PBXBuildFile; fileRef = C6CA8FFB18178F35003A54C8 /* ハイライト(黄).png */; };
                C6CA8FFE18178F3C003A54C8 /* ハイライト(青).png in Resources */ = {isa = PBXBuildFile; fileRef = C6CA8FFD18178F3C003A54C8 /* ハイライト(青).png */; };
                C6CA900018178F40003A54C8 /* ハイライト(赤).png in Resources */ = {isa = PBXBuildFile; fileRef = C6CA8FFF18178F40003A54C8 /* ハイライト(赤).png */; };
-               C6CDEA36169D2A5C00088937 /* 駒.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA33169D2A5C00088937 /* 駒.png */; };
-               C6CDEA37169D2A5C00088937 /* 建物.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA34169D2A5C00088937 /* 建物.png */; };
-               C6CDEA38169D2A5C00088937 /* 地形.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA35169D2A5C00088937 /* 地形.png */; };
                C6CDEA4E169D39A200088937 /* bc1.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA3A169D39A000088937 /* bc1.png */; };
                C6CDEA4F169D39A200088937 /* bc2.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA3B169D39A000088937 /* bc2.png */; };
                C6CDEA50169D39A200088937 /* bc3.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEA3C169D39A000088937 /* bc3.png */; };
                C6CDEB49169D4E6000088937 /* uc55.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEB11169D4E6000088937 /* uc55.png */; };
                C6CDEB4A169D4E6000088937 /* uc56.png in Resources */ = {isa = PBXBuildFile; fileRef = C6CDEB12169D4E6000088937 /* uc56.png */; };
                C6D4400016B5DFC4003C9C53 /* ScenarioEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = C6D43FFF16B5DFC4003C9C53 /* ScenarioEditor.m */; };
+               C6D4D5731D4F9FD6005C2FAF /* 駒.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D4D5701D4F9FD6005C2FAF /* 駒.png */; };
+               C6D4D5741D4F9FD6005C2FAF /* 建物.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D4D5711D4F9FD6005C2FAF /* 建物.png */; };
+               C6D4D5751D4F9FD6005C2FAF /* 地形.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D4D5721D4F9FD6005C2FAF /* 地形.png */; };
                C6D8974416EA0E16007543CE /* num1.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D8973016EA0E16007543CE /* num1.png */; };
                C6D8974516EA0E16007543CE /* num2.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D8973116EA0E16007543CE /* num2.png */; };
                C6D8974616EA0E16007543CE /* num3.png in Resources */ = {isa = PBXBuildFile; fileRef = C6D8973216EA0E16007543CE /* num3.png */; };
                C6CA8FFB18178F35003A54C8 /* ハイライト(黄).png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ハイライト(黄).png"; sourceTree = "<group>"; };
                C6CA8FFD18178F3C003A54C8 /* ハイライト(青).png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ハイライト(青).png"; sourceTree = "<group>"; };
                C6CA8FFF18178F40003A54C8 /* ハイライト(赤).png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ハイライト(赤).png"; sourceTree = "<group>"; };
-               C6CDEA33169D2A5C00088937 /* 駒.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "駒.png"; sourceTree = "<group>"; };
-               C6CDEA34169D2A5C00088937 /* 建物.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "建物.png"; sourceTree = "<group>"; };
-               C6CDEA35169D2A5C00088937 /* 地形.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "地形.png"; sourceTree = "<group>"; };
                C6CDEA3A169D39A000088937 /* bc1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bc1.png; sourceTree = "<group>"; };
                C6CDEA3B169D39A000088937 /* bc2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bc2.png; sourceTree = "<group>"; };
                C6CDEA3C169D39A000088937 /* bc3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bc3.png; sourceTree = "<group>"; };
                C6CDEB12169D4E6000088937 /* uc56.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = uc56.png; sourceTree = "<group>"; };
                C6D43FFE16B5DFC4003C9C53 /* ScenarioEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScenarioEditor.h; sourceTree = "<group>"; };
                C6D43FFF16B5DFC4003C9C53 /* ScenarioEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScenarioEditor.m; sourceTree = "<group>"; };
+               C6D4D5701D4F9FD6005C2FAF /* 駒.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "駒.png"; sourceTree = "<group>"; };
+               C6D4D5711D4F9FD6005C2FAF /* 建物.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "建物.png"; sourceTree = "<group>"; };
+               C6D4D5721D4F9FD6005C2FAF /* 地形.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "地形.png"; sourceTree = "<group>"; };
                C6D8973016EA0E16007543CE /* num1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = num1.png; sourceTree = "<group>"; };
                C6D8973116EA0E16007543CE /* num2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = num2.png; sourceTree = "<group>"; };
                C6D8973216EA0E16007543CE /* num3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = num3.png; sourceTree = "<group>"; };
                                C65A72B9188F34B200FC1FF1 /* lc22.png */,
                                C65A72BA188F34B200FC1FF1 /* lc23.png */,
                                C6C3697D189148FE00A10A87 /* lc24.png */,
-                               C6CDEA33169D2A5C00088937 /* 駒.png */,
-                               C6CDEA34169D2A5C00088937 /* 建物.png */,
-                               C6CDEA35169D2A5C00088937 /* 地形.png */,
                                C657E1C91882E3CE0035620D /* 駒大.png */,
+                               C6D4D5701D4F9FD6005C2FAF /* 駒.png */,
+                               C6D4D5711D4F9FD6005C2FAF /* 建物.png */,
+                               C6D4D5721D4F9FD6005C2FAF /* 地形.png */,
                                C6CA8FFB18178F35003A54C8 /* ハイライト(黄).png */,
                                C6CA8FFD18178F3C003A54C8 /* ハイライト(青).png */,
                                C6CA8FFF18178F40003A54C8 /* ハイライト(赤).png */,
                                C6E8DA68167E3A6A00BFEC32 /* mc16.png in Resources */,
                                C6DC3C421A7ADCB0007514D1 /* to11.jpg in Resources */,
                                C6E8DA69167E3A6A00BFEC32 /* mc17.png in Resources */,
+                               C6D4D5731D4F9FD6005C2FAF /* 駒.png in Resources */,
                                C6E8DA6A167E3A6A00BFEC32 /* mc18.png in Resources */,
                                C6DC3C281A7AD108007514D1 /* test09.jpg in Resources */,
                                C6E8DA6B167E3A6A00BFEC32 /* mc19.png in Resources */,
                                C6825961169CBFFC0068BB20 /* BackGround.png in Resources */,
                                C67849AE1893992C00CB7412 /* ucb33.png in Resources */,
                                C61BF9FC169CE439009070DC /* siDafault.png in Resources */,
+                               C6D4D5751D4F9FD6005C2FAF /* 地形.png in Resources */,
                                C629F5EC18BD54C2001A42B0 /* アクセラレータ.jpg in Resources */,
                                C61BF9FD169CE439009070DC /* siFreeMap.png in Resources */,
                                C67849BC1893992C00CB7412 /* ucb47.png in Resources */,
                                C6AD18B7169D1E9900783718 /* セレクター.png in Resources */,
                                C67849A91893992C00CB7412 /* ucb28.png in Resources */,
                                C61092A21C3C7D040089E054 /* SEdefaultNULL.png in Resources */,
-                               C6CDEA36169D2A5C00088937 /* 駒.png in Resources */,
-                               C6CDEA37169D2A5C00088937 /* 建物.png in Resources */,
-                               C6CDEA38169D2A5C00088937 /* 地形.png in Resources */,
                                C6CDEA4E169D39A200088937 /* bc1.png in Resources */,
                                C6CDEA4F169D39A200088937 /* bc2.png in Resources */,
                                C6CDEA50169D39A200088937 /* bc3.png in Resources */,
                                C6CDEB13169D4E6000088937 /* uc1.png in Resources */,
                                C6CDEB14169D4E6000088937 /* uc2.png in Resources */,
                                C6CDEB15169D4E6000088937 /* uc3.png in Resources */,
+                               C6D4D5741D4F9FD6005C2FAF /* 建物.png in Resources */,
                                C6DC3C3F1A7ADCB0007514D1 /* to08.jpg in Resources */,
                                C6CDEB16169D4E6000088937 /* uc4.png in Resources */,
                                C6CDEB17169D4E6000088937 /* uc5.png in Resources */,
index c6cf5b0..01b0164 100755 (executable)
@@ -31,6 +31,8 @@
         NSRect seRect;
         seRect.size.height = 1*32;
         seRect.size.width = 1*32;
+        
+        CommandViewInst = self;
     }
     
     return self;
@@ -92,7 +94,8 @@
     [self DrawImage:chip3 x:0 y:1*32 cx:1 cy:0];
     [self DrawImage:chip4 x:0 y:2*32 cx:2 cy:0];
     
-    if(CommandSelected) [self DrawImage:chip5 x:0 y:SLCy*32 cx:0 cy:0];
+    if(CommandSelected)
+        [self DrawImage:chip5 x:0 y:SLCy*32 cx:0 cy:0];
 }
 
 @end
index 184c40d..a23267b 100755 (executable)
@@ -717,7 +717,7 @@ typedef struct _MAPSCRIPT7B{
 
 typedef struct _MAPSCRIPT7{
     
-    int type;
+    bool type;
     bool maxFlag;
     bool percentFlag;
     bool extendFlag;
@@ -733,6 +733,9 @@ typedef struct _MAPSCRIPT7{
     bool valueFlag;
     struct _MAPSCRIPT7B *B;
     
+    int S7Acnt;
+    int S7Bcnt;
+    
 }MAPSCRIPT7;
 
 typedef struct _MAPSCRIPT0{
index c820e94..a007a7a 100755 (executable)
             if(sdd.MS.D->P->type == 10)
                 [self writeMapScript6:fp];
             
-            
+            if(sdd.MS.D->P->type == 15)
+                [self writeMapScript7:fp];
             
             sdd.MS.D->P = sdd.MS.D->P->next;
         }sdd.MS.D->P = SMSPtop;
     [self writeInt:fp val:sdd.MS.D->P->S6.RCfoodS];
     [self writeInt:fp val:sdd.MS.D->P->S6.RCmoneyS];
     
-    /*
-     int team;
-     
-     bool RCsupply;
-     bool RCfood;
-     bool RCmoney;
-     
-     bool RCsupplyAdd;
-     bool RCfoodAdd;
-     bool RCmoneyAdd;
-     
-     int RCsupplyValue;
-     int RCfoodValue;
-     int RCmoneyValue;
-     
-     int RCsupplySelect;
-     int RCfoodSelect;
-     int RCmoneySelect;
-     
-     bool RCsupplyS;
-     bool RCfoodS;
-     bool RCmoneyS;
-     */
+}
+
+-(void)writeMapScript7:(FILE*)fp{
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.type];
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.maxFlag];
+    [self writeInt:fp val:sdd.MS.D->P->S7.percentFlag];
+    [self writeInt:fp val:sdd.MS.D->P->S7.extendFlag];
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.fluctuate];
+    [self writeInt:fp val:sdd.MS.D->P->S7.valueType];
+    
+    [self writeNSString:fp str:sdd.MS.D->P->S7.value];
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.rdm];
+    
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.teamFlag];
+    [self writeInt:fp val:sdd.MS.D->P->S7.team];
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.unitFlag];
+    [self writeInt:fp val:sdd.MS.D->P->S7.valueFlag];
+    
+    MS7Atop = sdd.MS.D->P->S7.A;
+    while (sdd.MS.D->P->S7.A) {
+        sdd.MS.D->P->S7.S7Acnt++;
+        sdd.MS.D->P->S7.A = sdd.MS.D->P->S7.A->next;
+    }sdd.MS.D->P->S7.A = MS7Atop;
+    
+    MS7Btop = sdd.MS.D->P->S7.B;
+    while (sdd.MS.D->P->S7.B) {
+        sdd.MS.D->P->S7.S7Bcnt++;
+        sdd.MS.D->P->S7.B = sdd.MS.D->P->S7.B->next;
+    }sdd.MS.D->P->S7.B = MS7Btop;
+    
+    [self writeInt:fp val:sdd.MS.D->P->S7.S7Acnt];
+    [self writeInt:fp val:sdd.MS.D->P->S7.S7Bcnt];
+    
+    
+    MS7Atop = sdd.MS.D->P->S7.A;
+    for(int i = 0;i < sdd.MS.D->P->S7.S7Acnt;i++){
+        
+        [self writeInt:fp val:sdd.MS.D->P->S7.A->x];
+        [self writeInt:fp val:sdd.MS.D->P->S7.A->y];
+        [self writeInt:fp val:sdd.MS.D->P->S7.A->team];
+        [self writeInt:fp val:sdd.MS.D->P->S7.A->unitNum];
+        
+        sdd.MS.D->P->S7.A = sdd.MS.D->P->S7.A->next;
+    }sdd.MS.D->P->S7.A = MS7Atop;
+    
+    MS7Btop = sdd.MS.D->P->S7.B;
+    for(int i = 0;i < sdd.MS.D->P->S7.S7Bcnt;i++){
+        
+        [self writeInt:fp val:sdd.MS.D->P->S7.B->x];
+        [self writeInt:fp val:sdd.MS.D->P->S7.B->y];
+        [self writeInt:fp val:sdd.MS.D->P->S7.B->team];
+        [self writeInt:fp val:sdd.MS.D->P->S7.B->unitNum];
+        [self writeInt:fp val:sdd.MS.D->P->S7.B->saveInt];
+        
+        sdd.MS.D->P->S7.B = sdd.MS.D->P->S7.B->next;
+    }sdd.MS.D->P->S7.B = MS7Btop;
+    
 }
 
 -(void)writeMapScriptBGM:(FILE*)fp{
     sdd2[datRow].MS.D->P->S6.RCfoodS = (int)[self readInt:fp];
     sdd2[datRow].MS.D->P->S6.RCmoneyS = (int)[self readInt:fp];
     
-    /*
-     int team;
-     
-     bool RCsupply;
-     bool RCfood;
-     bool RCmoney;
-     
-     bool RCsupplyAdd;
-     bool RCfoodAdd;
-     bool RCmoneyAdd;
-     
-     int RCsupplyValue;
-     int RCfoodValue;
-     int RCmoneyValue;
-     
-     int RCsupplySelect;
-     int RCfoodSelect;
-     int RCmoneySelect;
-     
-     bool RCsupplyS;
-     bool RCfoodS;
-     bool RCmoneyS;
-     */
+}
+
+-(void)readMapScript7:(FILE*)fp{
+    
+    sdd2[datRow].MS.D->P->S7.type = (int)[self readInt:fp];
+    
+    sdd2[datRow].MS.D->P->S7.maxFlag = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.percentFlag = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.type = (int)[self readInt:fp];
+    
+    sdd2[datRow].MS.D->P->S7.fluctuate = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.valueType = (int)[self readInt:fp];
+    
+    sdd2[datRow].MS.D->P->S7.value = [[self readNSString:fp strOut:sdd2[datRow].MS.D->P->S7.value] retain];
+    
+    sdd2[datRow].MS.D->P->S7.rdm = (int)[self readInt:fp];
+    
+    sdd2[datRow].MS.D->P->S7.teamFlag = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.team = (int)[self readInt:fp];
+    
+    sdd2[datRow].MS.D->P->S7.unitFlag = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.valueFlag = (int)[self readInt:fp];
+    
+    
+    sdd2[datRow].MS.D->P->S7.S7Acnt = (int)[self readInt:fp];
+    sdd2[datRow].MS.D->P->S7.S7Bcnt = (int)[self readInt:fp];
+    
+    for (int k = 0;k < sdd2[datRow].MS.D->P->S7.S7Acnt;k++) {
+        if(k == 0){
+            sdd2[datRow].MS.D->P->S7.A = calloc(1, sizeof(MAPSCRIPT7A));
+            if(k + 1 < sdd2[datRow].MS.D->P->S7.S7Acnt)
+                sdd2[datRow].MS.D->P->S7.A->next = calloc(1, sizeof(MAPSCRIPT7A));
+            MS7Atop = sdd2[datRow].MS.D->P->S7.A;
+        }else if(k + 1 < sdd2[datRow].MS.D->P->S7.S7Acnt)
+            sdd2[datRow].MS.D->P->S7.A->next = calloc(1, sizeof(MAPSCRIPT7A));
+        
+        sdd2[datRow].MS.D->P->S7.A->x = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.A->y = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.A->team = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.A->unitNum = (int)[self readInt:fp];
+        
+        sdd2[datRow].MS.D->P->S7.A = sdd2[datRow].MS.D->P->S7.A->next;
+    }sdd2[datRow].MS.D->P->S7.A = MS7Atop;
+    
+    for (int k = 0;k < sdd2[datRow].MS.D->P->S7.S7Bcnt;k++) {
+        if(k == 0){
+            sdd2[datRow].MS.D->P->S7.B = calloc(1, sizeof(MAPSCRIPT7B));
+            if(k + 1 < sdd2[datRow].MS.D->P->S7.S7Bcnt)
+                sdd2[datRow].MS.D->P->S7.B->next = calloc(1, sizeof(MAPSCRIPT7B));
+            MS7Btop = sdd2[datRow].MS.D->P->S7.B;
+        }else if(k + 1 < sdd2[datRow].MS.D->P->S7.S7Bcnt)
+            sdd2[datRow].MS.D->P->S7.B->next = calloc(1, sizeof(MAPSCRIPT7B));
+        
+        sdd2[datRow].MS.D->P->S7.B->x = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.B->y = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.B->team = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.B->unitNum = (int)[self readInt:fp];
+        sdd2[datRow].MS.D->P->S7.B->saveInt = (int)[self readInt:fp];
+        
+        sdd2[datRow].MS.D->P->S7.B = sdd2[datRow].MS.D->P->S7.B->next;
+    }sdd2[datRow].MS.D->P->S7.B = MS7Btop;
+    
 }
 
 -(void)readMapScriptBGM:(FILE*)fp{
@@ -17602,12 +17683,6 @@ SKIP1:
     
      sdd.MS = MS;
     
-    /*
-     sdd->UTop = UTop;
-     sdd->BTop = BTop;
-     */
-
-    
     [self saveStruct];
 }
 
index 2b63be9..84a4c42 100644 (file)
@@ -661,8 +661,32 @@ NSTimer *timeMapEditor;
     IBOutlet NSArrayController *EDstatusAC3;
     IBOutlet NSTableView *EDstatusTV3;
     
+    
+    IBOutlet NSWindow *EDequipWindow;
+    IBOutlet NSButtonCell *EDequipBC1;
+    IBOutlet NSButtonCell *EDequipBC2;
+    IBOutlet NSButton *EDequipCB1;
+    IBOutlet NSButton *EDequipCB2;
+    IBOutlet NSButton *EDequipCB3;
+    NSMutableArray *EDequipMA1;
+    IBOutlet NSArrayController *EDequipAC1;
+    IBOutlet NSTableView *EDequipTV1;
+    NSMutableArray *EDequipMA2;
+    IBOutlet NSArrayController *EDequipAC2;
+    IBOutlet NSTableView *EDequipTV2;
+    NSMutableArray *EDequipMA3;
+    IBOutlet NSArrayController *EDequipAC3;
+    IBOutlet NSTableView *EDequipTV3;
+    
 }
 
+-(IBAction)EDequipSubmit:(id)sender;
+-(IBAction)EDequipCancel:(id)sender;
+-(IBAction)EDequipPlaceAdd:(id)sender;
+-(IBAction)EDequipValueAdd:(id)sender;
+-(IBAction)EDequipPlaceDel:(id)sender;
+-(IBAction)EDequipValueDel:(id)sender;
+
 -(IBAction)EDstatusSubmit:(id)sender;
 -(IBAction)EDstatusCancel:(id)sender;
 -(IBAction)EDstatusPlaceAdd:(id)sender;
index 438e3f0..22f8675 100755 (executable)
     }
     if(MSDTOPP) NSLog(@"%d", MSDTOPP->index);
      */
-    if(SLSx == 2){
+    if(SLSx == 0){
+        [topIV setImage:MC[SLindexU].img];
+        [topIV setImageScaling:NSScaleToFit];
+    
+        
+        [topName setStringValue:[NSString stringWithFormat:@"%@", MC[SLindexU].name]];
+        
+        [topHealth setStringValue:[NSString stringWithFormat:@"地形修正 %d%", MC[SLindexU].dmgfix]];
+    }else if(SLSx == 1){
+        [topIV setImage:BC[SLindexU].img];
+        [topIV setImageScaling:NSScaleToFit];
+        
+        [topName setStringValue:[NSString stringWithFormat:@"%@", BC[SLindexU].name]];
+        
+        [topHealth setStringValue:[NSString stringWithFormat:@"地形修正 %d%", BC[SLindexU].dmgfix]];
+    }else if(SLSx == 2){
         [topIV setImage:UC[SLindexU].imgb];
         [topIV setImageScaling:NSScaleToFit];
     
index 3733930..48850ad 100755 (executable)
                 <outlet property="EDdissappearSubmitWindow" destination="bO1-xr-jsS" id="bdG-yE-AIB"/>
                 <outlet property="EDdissappearTV" destination="iWZ-ZK-2C5" id="lCx-PG-u2Y"/>
                 <outlet property="EDdissappearWindow" destination="qke-ES-FI6" id="dEj-eU-T2u"/>
+                <outlet property="EDequipBC1" destination="M5q-IM-CBg" id="u69-Zb-jby"/>
+                <outlet property="EDequipBC2" destination="wTK-Sn-8ym" id="9qU-AM-y18"/>
+                <outlet property="EDequipCB1" destination="Hw7-aM-aHB" id="Bj9-bX-kcz"/>
+                <outlet property="EDequipCB2" destination="5kO-1u-d16" id="ekD-bj-Peu"/>
+                <outlet property="EDequipCB3" destination="mBR-R4-xp0" id="oTM-HG-fkN"/>
+                <outlet property="EDequipTV1" destination="cSO-Jg-94k" id="en9-Od-LHd"/>
+                <outlet property="EDequipTV2" destination="MfF-F7-WXI" id="yCf-nB-sOa"/>
+                <outlet property="EDequipTV3" destination="puy-ny-ddv" id="fPh-7O-RD6"/>
+                <outlet property="EDequipWindow" destination="lIO-IU-1rj" id="8wV-td-XE8"/>
                 <outlet property="EDeventTimeTF1" destination="LCC-mq-PsF" id="xQj-nk-1nQ"/>
                 <outlet property="EDeventTimeTF2" destination="89j-NJ-SNG" id="3eZ-Wq-5AU"/>
                 <outlet property="EDeventTrigger" destination="rAO-0J-ajM" id="wf8-1O-86w"/>
                 <outlet property="EDeventTriggerDeley" destination="D3z-Lb-pFD" id="hhO-vf-56Q"/>
-                <outlet property="EDhpButton1" destination="E5V-YB-cKS" id="aTu-U0-qrp"/>
-                <outlet property="EDhpButton2" destination="IpT-zY-MX0" id="rCQ-45-Xmp"/>
-                <outlet property="EDhpButtonA" destination="rjz-AR-FVH" id="cuc-lK-45X"/>
-                <outlet property="EDhpButtonB" destination="Odu-zf-LmK" id="DLC-8T-OYT"/>
                 <outlet property="EDhpFixBC1" destination="sAh-4s-c7q" id="jRQ-Q9-s5x"/>
                 <outlet property="EDhpFixBC2" destination="5nD-Bx-qDN" id="ZAx-FK-cmb"/>
                 <outlet property="EDhpFixBC3" destination="Ijz-cu-f3S" id="SOF-cc-9JW"/>
                 <outlet property="EDmemoTF" destination="srC-Sk-SJR" id="WbO-Z1-RdU"/>
                 <outlet property="EDmemoWindow" destination="C8g-D6-Mka" id="cBl-5b-Jnm"/>
                 <outlet property="EDmp1AC" destination="YDX-O2-9LW" id="glO-NE-143"/>
-                <outlet property="EDmp1TV" destination="1HY-Q7-nfW" id="wN4-Qk-2vR"/>
                 <outlet property="EDmp2AC" destination="CVJ-EH-LvH" id="Ecc-Cp-Hjo"/>
-                <outlet property="EDmp2TV" destination="u59-9M-7Mf" id="MMl-TA-sIU"/>
                 <outlet property="EDmpButton1" destination="GQQ-cS-Jwz" id="6ev-3y-e4C"/>
-                <outlet property="EDmpTF" destination="Pjb-kS-Usu" id="rID-rh-kZI"/>
-                <outlet property="EDmpWindow" destination="86H-2U-uZm" id="bMy-lY-O0t"/>
                 <outlet property="EDnameTF" destination="q4D-Bg-Hwm" id="BfO-zG-dyz"/>
-                <outlet property="EDpubA" destination="PIk-xu-pGq" id="B9Z-Tp-uG6"/>
-                <outlet property="EDpubB" destination="Wcm-ew-wHD" id="bdg-zB-VP5"/>
                 <outlet property="EDresourceAC1" destination="p1U-wU-xM5" id="Lc7-TC-oZa"/>
                 <outlet property="EDresourceAC2" destination="Nb4-Pc-Ok6" id="rPq-vb-9uf"/>
                 <outlet property="EDresourceAC3" destination="58i-XA-5ch" id="A51-pE-pi4"/>
                 <outlet property="EDselectionTF2" destination="i7K-Rp-YUs" id="fut-rt-sea"/>
                 <outlet property="EDselectionWindow" destination="Z53-lU-wRt" id="F3O-Go-CAU"/>
                 <outlet property="EDstA1AC" destination="Frj-Tw-T3e" id="qss-6m-WUW"/>
-                <outlet property="EDstA1TV" destination="YKD-zW-KbW" id="DwN-sw-jDc"/>
                 <outlet property="EDstA2AC" destination="Q5f-Sk-4Lh" id="AFa-MO-QZg"/>
-                <outlet property="EDstA2TV" destination="zXu-1R-ES3" id="ZY2-xA-HQM"/>
                 <outlet property="EDstB1AC" destination="mix-Lv-10G" id="whh-ck-yUd"/>
-                <outlet property="EDstB1TV" destination="See-j2-ff2" id="0gg-2o-S2h"/>
                 <outlet property="EDstB2AC" destination="0XT-wb-2Xd" id="zAd-oU-hV9"/>
-                <outlet property="EDstB2TV" destination="Axj-2b-lgs" id="8HH-wK-vWm"/>
-                <outlet property="EDstButtonA12" destination="62w-Qe-74Y" id="taa-gI-Y8Q"/>
-                <outlet property="EDstButtonA13" destination="8Yt-0q-fiX" id="S20-oo-JRy"/>
-                <outlet property="EDstButtonA21" destination="NV6-CO-Xnk" id="Dh5-0E-iUz"/>
-                <outlet property="EDstButtonA22" destination="2gy-Qd-XyT" id="9Sz-Iz-cjF"/>
-                <outlet property="EDstButtonB11" destination="Pp7-WC-9xs" id="6NG-Up-3qy"/>
-                <outlet property="EDstButtonB12" destination="wjb-Us-7r9" id="Z2H-RL-QkX"/>
-                <outlet property="EDstButtonB13" destination="sh9-aL-Ipa" id="F6s-DT-UCX"/>
-                <outlet property="EDstButtonB21" destination="xJZ-XJ-EC9" id="RKp-07-2Lh"/>
-                <outlet property="EDstButtonB22" destination="kU8-up-7xh" id="94q-ei-UbD"/>
-                <outlet property="EDstTFA" destination="65B-2s-1ZB" id="SJQ-QT-W2P"/>
-                <outlet property="EDstTFB" destination="QMn-rA-vkd" id="QHW-Zu-dIB"/>
                 <outlet property="EDstatusAC1" destination="rYu-Lb-XAE" id="mSk-y1-MS2"/>
                 <outlet property="EDstatusAC2" destination="dDl-ou-KxZ" id="vXj-R4-Gvm"/>
                 <outlet property="EDstatusAC3" destination="zKy-ul-Ldh" id="wCZ-uJ-DEY"/>
                 <outlet property="EDstatusTV2" destination="ItL-HP-xDF" id="nJo-TC-D2z"/>
                 <outlet property="EDstatusTV3" destination="VcZ-Do-tDa" id="DHe-hp-25i"/>
                 <outlet property="EDstatusWindow" destination="Gbh-BZ-Ivd" id="4gw-Dy-hKP"/>
-                <outlet property="EDstpubA" destination="PIk-xu-pGq" id="ina-br-EXO"/>
-                <outlet property="EDstpubB" destination="Wcm-ew-wHD" id="lDi-mr-QQd"/>
                 <outlet property="EDswitch1AC" destination="AFK-Ig-Gpn" id="BP8-Op-GLu"/>
                 <outlet property="EDswitch1Btn" destination="XIw-bB-wwd" id="GS6-IB-AeI"/>
                 <outlet property="EDswitch1TV" destination="el7-mT-iKE" id="yas-BR-sQ8"/>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>
                         <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="1720">
-                            <rect key="frame" x="465" y="1" width="16" height="480"/>
+                            <rect key="frame" x="466" y="1" width="15" height="480"/>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>
                     </scrollView>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
-                    <popUpButton verticalHuggingPriority="750" id="9126">
-                        <rect key="frame" x="218" y="37" width="99" height="26"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <popUpButtonCell key="cell" type="push" title="消耗品" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="9129" id="9127">
-                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" metaFont="menu"/>
-                            <menu key="menu" title="OtherViews" id="9128">
-                                <items>
-                                    <menuItem title="消耗品" state="on" id="9129"/>
-                                    <menuItem title="装飾品" id="9195"/>
-                                    <menuItem title="手" id="9130"/>
-                                    <menuItem title="頭" id="9131"/>
-                                    <menuItem title="胴体" id="9136"/>
-                                    <menuItem title="足" id="9137"/>
-                                    <menuItem title="腕" id="9140"/>
-                                    <menuItem title="両手" id="FgI-EX-Bgd"/>
-                                </items>
-                            </menu>
-                        </popUpButtonCell>
-                    </popUpButton>
                     <textField verticalHuggingPriority="750" id="9144">
                         <rect key="frame" x="71" y="14" width="96" height="22"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                             <action selector="saveIL:" target="3039" id="9209"/>
                         </connections>
                     </button>
+                    <popUpButton verticalHuggingPriority="750" id="9126">
+                        <rect key="frame" x="217" y="43" width="99" height="26"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <popUpButtonCell key="cell" type="push" title="消耗品" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="9129" id="9127">
+                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="menu"/>
+                            <menu key="menu" title="OtherViews" id="9128">
+                                <items>
+                                    <menuItem title="消耗品" state="on" id="9129"/>
+                                    <menuItem title="装飾品" id="9195"/>
+                                    <menuItem title="手" id="9130"/>
+                                    <menuItem title="頭" id="9131"/>
+                                    <menuItem title="胴体" id="9136"/>
+                                    <menuItem title="足" id="9137"/>
+                                    <menuItem title="腕" id="9140"/>
+                                    <menuItem title="両手" id="FgI-EX-Bgd"/>
+                                </items>
+                            </menu>
+                        </popUpButtonCell>
+                    </popUpButton>
                 </subviews>
             </view>
         </window>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>
                         <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="10395">
-                            <rect key="frame" x="466" y="1" width="15" height="480"/>
+                            <rect key="frame" x="465" y="1" width="16" height="480"/>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>
                     </scrollView>
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField verticalHuggingPriority="750" id="11757">
+                                <textField hidden="YES" verticalHuggingPriority="750" id="11757">
                                     <rect key="frame" x="16" y="41" width="21" height="17"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="AP" id="11758">
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField verticalHuggingPriority="750" id="11763">
+                                <textField hidden="YES" verticalHuggingPriority="750" id="11763">
                                     <rect key="frame" x="38" y="41" width="146" height="17"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="530000" id="11765">
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField verticalHuggingPriority="750" id="11957">
+                                <textField hidden="YES" verticalHuggingPriority="750" id="11957">
                                     <rect key="frame" x="16" y="41" width="21" height="17"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="AP" id="11985">
                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                     </textFieldCell>
                                 </textField>
-                                <textField verticalHuggingPriority="750" id="11956">
+                                <textField hidden="YES" verticalHuggingPriority="750" id="11956">
                                     <rect key="frame" x="38" y="41" width="146" height="17"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="530000" id="11987">
                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                             <subviews>
                                 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" headerView="14194" id="14196">
-                                    <rect key="frame" x="0.0" y="0.0" width="199" height="19"/>
+                                    <rect key="frame" x="0.0" y="0.0" width="199" height="82"/>
                                     <autoresizingMask key="autoresizingMask"/>
                                     <size key="intercellSpacing" width="3" height="2"/>
                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                             <action selector="attackListBtnlUCL:" target="3039" id="i8e-FS-dDx"/>
                         </connections>
                     </button>
-                    <popUpButton verticalHuggingPriority="750" id="9iA-af-nCv">
-                        <rect key="frame" x="291" y="242" width="61" height="26"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <popUpButtonCell key="cell" type="push" title="陸" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="FoR-lV-HRu" id="mFk-un-BpU">
-                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" metaFont="menu"/>
-                            <menu key="menu" title="OtherViews" id="O6E-6L-rVZ">
-                                <items>
-                                    <menuItem title="陸" state="on" id="FoR-lV-HRu">
-                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
-                                    </menuItem>
-                                    <menuItem title="海" id="TDF-r7-jDh"/>
-                                    <menuItem title="宙" id="V6C-aL-19r">
-                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
-                                    </menuItem>
-                                    <menuItem title="空" id="ydA-MD-qSC">
-                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
-                                    </menuItem>
-                                    <menuItem title="船" id="bTL-Z3-lid">
-                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
-                                    </menuItem>
-                                </items>
-                            </menu>
-                        </popUpButtonCell>
-                    </popUpButton>
                     <textField verticalHuggingPriority="750" id="zKi-TQ-ExH">
-                        <rect key="frame" x="275" y="267" width="69" height="20"/>
+                        <rect key="frame" x="287" y="267" width="69" height="20"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="移動タイプ" id="s4Y-Lx-4wE">
                             <font key="font" size="13" name="HiraKakuProN-W3"/>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
+                    <popUpButton verticalHuggingPriority="750" id="9iA-af-nCv">
+                        <rect key="frame" x="291" y="240" width="61" height="26"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <popUpButtonCell key="cell" type="push" title="陸" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="FoR-lV-HRu" id="mFk-un-BpU">
+                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="menu"/>
+                            <menu key="menu" title="OtherViews" id="O6E-6L-rVZ">
+                                <items>
+                                    <menuItem title="陸" state="on" id="FoR-lV-HRu">
+                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
+                                    </menuItem>
+                                    <menuItem title="海" id="TDF-r7-jDh"/>
+                                    <menuItem title="宙" id="V6C-aL-19r">
+                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
+                                    </menuItem>
+                                    <menuItem title="空" id="ydA-MD-qSC">
+                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
+                                    </menuItem>
+                                    <menuItem title="船" id="bTL-Z3-lid">
+                                        <modifierMask key="keyEquivalentModifierMask" option="YES"/>
+                                    </menuItem>
+                                </items>
+                            </menu>
+                        </popUpButtonCell>
+                    </popUpButton>
                 </subviews>
             </view>
         </window>
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
-                    <textField verticalHuggingPriority="750" id="eER-mk-l1L">
-                        <rect key="frame" x="77" y="333" width="96" height="22"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="hit-74-oBR">
-                            <font key="font" metaFont="system"/>
-                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                    <textField verticalHuggingPriority="750" id="yIW-ii-gse">
-                        <rect key="frame" x="231" y="333" width="96" height="22"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Dpm-5m-tUQ">
-                            <font key="font" metaFont="system"/>
-                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="60I-5V-1Wh">
-                        <rect key="frame" x="194" y="336" width="17" height="17"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="〜" id="ZOV-m3-jbY">
-                            <font key="font" size="13" name="AquaKana"/>
-                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="N5Y-h5-7bb">
-                        <rect key="frame" x="12" y="298" width="368" height="18"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="N5Y-h5-7bb">
+                        <rect key="frame" x="16" y="298" width="368" height="18"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
+                        <size key="cellSize" width="58" height="18"/>
                         <size key="intercellSpacing" width="4" height="2"/>
                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="PZF-J5-7Mg">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             </column>
                         </cells>
                     </matrix>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="U2A-TN-hxW">
-                        <rect key="frame" x="20" y="317" width="61" height="128"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="U2A-TN-hxW">
+                        <rect key="frame" x="20" y="313" width="61" height="130"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
+                        <size key="cellSize" width="61" height="64"/>
                         <size key="intercellSpacing" width="4" height="2"/>
                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="JsG-az-zWD">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                         <autoresizingMask key="autoresizingMask"/>
                                     </scroller>
                                 </scrollView>
-                                <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="qGe-Ud-xrs">
-                                    <rect key="frame" x="10" y="44" width="100" height="190"/>
-                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                    <size key="cellSize" width="100" height="18"/>
-                                    <size key="intercellSpacing" width="4" height="2"/>
-                                    <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="Yqq-BK-Unl">
-                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                        <font key="font" metaFont="system"/>
-                                    </buttonCell>
-                                    <cells>
-                                        <column>
-                                            <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="9C9-Pi-aWb">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="mDk-k2-7Pa">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <buttonCell type="radio" title="乱数" imagePosition="left" alignment="left" inset="2" id="cTi-Tb-TXb">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <buttonCell type="radio" title="ユニット" imagePosition="left" alignment="left" inset="2" id="l8s-wc-IH7">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <buttonCell type="radio" title="指定ユニット" imagePosition="left" alignment="left" inset="2" id="1VZ-Ej-AeA">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <buttonCell type="radio" title="その他" imagePosition="left" alignment="left" inset="2" id="Aj3-Jn-gUP">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                        </column>
-                                    </cells>
-                                </matrix>
                                 <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="z7F-ov-d7O">
                                     <rect key="frame" x="118" y="74" width="150" height="27"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                                         </menu>
                                     </popUpButtonCell>
                                 </popUpButton>
+                                <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="qGe-Ud-xrs">
+                                    <rect key="frame" x="10" y="45" width="100" height="190"/>
+                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                                    <size key="cellSize" width="100" height="30"/>
+                                    <size key="intercellSpacing" width="4" height="2"/>
+                                    <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="Yqq-BK-Unl">
+                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                        <font key="font" metaFont="system"/>
+                                    </buttonCell>
+                                    <cells>
+                                        <column>
+                                            <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="9C9-Pi-aWb">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="mDk-k2-7Pa">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <buttonCell type="radio" title="乱数" imagePosition="left" alignment="left" inset="2" id="cTi-Tb-TXb">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <buttonCell type="radio" title="ユニット" imagePosition="left" alignment="left" inset="2" id="l8s-wc-IH7">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <buttonCell type="radio" title="指定ユニット" imagePosition="left" alignment="left" inset="2" id="1VZ-Ej-AeA">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <buttonCell type="radio" title="その他" imagePosition="left" alignment="left" inset="2" id="Aj3-Jn-gUP">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                        </column>
+                                    </cells>
+                                </matrix>
                             </subviews>
                         </view>
                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                     </box>
+                    <textField verticalHuggingPriority="750" id="eER-mk-l1L">
+                        <rect key="frame" x="75" y="334" width="96" height="22"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="hit-74-oBR">
+                            <font key="font" metaFont="system"/>
+                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
+                        </textFieldCell>
+                    </textField>
+                    <textField verticalHuggingPriority="750" id="yIW-ii-gse">
+                        <rect key="frame" x="229" y="334" width="96" height="22"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Dpm-5m-tUQ">
+                            <font key="font" metaFont="system"/>
+                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
+                        </textFieldCell>
+                    </textField>
+                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="60I-5V-1Wh">
+                        <rect key="frame" x="192" y="337" width="17" height="17"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="〜" id="ZOV-m3-jbY">
+                            <font key="font" size="13" name="AquaKana"/>
+                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        </textFieldCell>
+                    </textField>
                 </subviews>
             </view>
         </window>
                             <font key="font" size="13" name="AquaKana"/>
                         </buttonCell>
                     </button>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="CBn-Ov-gpg">
-                        <rect key="frame" x="25" y="199" width="61" height="38"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="CBn-Ov-gpg">
+                        <rect key="frame" x="25" y="192" width="61" height="46"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
+                        <size key="cellSize" width="61" height="22"/>
                         <size key="intercellSpacing" width="4" height="2"/>
                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="Lp3-pz-lNG">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="795-sw-vba">
-                        <rect key="frame" x="25" y="120" width="61" height="38"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="795-sw-vba">
+                        <rect key="frame" x="23" y="114" width="61" height="44"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
+                        <size key="cellSize" width="61" height="21"/>
                         <size key="intercellSpacing" width="4" height="2"/>
                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="lzj-d3-gXI">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="xpW-N7-zAF">
-                        <rect key="frame" x="23" y="50" width="61" height="38"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
-                        <size key="intercellSpacing" width="4" height="2"/>
-                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="VzO-fr-JZO">
-                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                            <font key="font" metaFont="system"/>
-                        </buttonCell>
-                        <cells>
-                            <column>
-                                <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="qDt-fu-dFo">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                                <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="OhX-ac-X3D">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                            </column>
-                        </cells>
-                    </matrix>
                     <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="DiE-GY-70N">
                         <rect key="frame" x="87" y="243" width="202" height="18"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="xpW-N7-zAF">
+                        <rect key="frame" x="23" y="44" width="61" height="44"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        <size key="cellSize" width="61" height="21"/>
+                        <size key="intercellSpacing" width="4" height="2"/>
+                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="VzO-fr-JZO">
+                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <cells>
+                            <column>
+                                <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="qDt-fu-dFo">
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                                <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="OhX-ac-X3D">
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                            </column>
+                        </cells>
+                    </matrix>
                 </subviews>
             </view>
         </window>
-        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="Gbh-BZ-Ivd" userLabel="hpの決定">
+        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="Gbh-BZ-Ivd" userLabel="ステータス増減">
             <windowStyleMask key="styleMask" titled="YES"/>
             <rect key="contentRect" x="678" y="400" width="350" height="479"/>
-            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
+            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1057"/>
             <view key="contentView" id="Wm7-95-tEG">
                 <rect key="frame" x="0.0" y="0.0" width="350" height="479"/>
                 <autoresizingMask key="autoresizingMask"/>
                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="pDq-36-jdA">
-                        <rect key="frame" x="22" y="319" width="61" height="54"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="pDq-36-jdA">
+                        <rect key="frame" x="23" y="326" width="61" height="54"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
-                        <size key="intercellSpacing" width="4" height="2"/>
+                        <size key="cellSize" width="60" height="25"/>
+                        <size key="intercellSpacing" width="5" height="3"/>
                         <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="LBl-9y-7Fc">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             <font key="font" metaFont="system"/>
                             </column>
                         </cells>
                     </matrix>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="fXr-VM-nY4">
-                        <rect key="frame" x="20" y="388" width="194" height="18"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="62" height="18"/>
-                        <size key="intercellSpacing" width="4" height="2"/>
-                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="SCP-PX-TPH">
-                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                            <font key="font" metaFont="system"/>
-                        </buttonCell>
-                        <cells>
-                            <column>
-                                <buttonCell type="radio" title="増やす" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="sAh-4s-c7q">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                            </column>
-                            <column>
-                                <buttonCell type="radio" title="減らす" imagePosition="left" alignment="left" inset="2" id="5nD-Bx-qDN">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                            </column>
-                            <column>
-                                <buttonCell type="radio" title="等しく" imagePosition="left" alignment="left" inset="2" id="6CI-Gk-K8u">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                            </column>
-                        </cells>
-                    </matrix>
                     <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="HJA-Lo-Spx">
                         <rect key="frame" x="22" y="179" width="307" height="83"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                     <popUpButton verticalHuggingPriority="750" id="NsW-go-z0a">
                         <rect key="frame" x="21" y="421" width="109" height="26"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <popUpButtonCell key="cell" type="push" title="HP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="lad-ok-lWQ" id="5fK-nt-OiY">
+                        <popUpButtonCell key="cell" type="push" title="HP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="lad-ok-lWQ" id="5fK-nt-OiY">
                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
                             <font key="font" metaFont="menu"/>
                             <menu key="menu" id="lLt-3U-byl">
                                 <items>
-                                    <menuItem title="HP" id="lad-ok-lWQ"/>
+                                    <menuItem title="HP" state="on" id="lad-ok-lWQ"/>
                                     <menuItem title="MP" id="bnf-5w-qIy"/>
                                     <menuItem title="WT" id="69I-nL-8fI"/>
                                     <menuItem title="STR" id="u5h-t6-PG4"/>
                             <font key="font" size="13" name="HiraKakuProN-W3"/>
                         </buttonCell>
                     </button>
-                </subviews>
-            </view>
-        </window>
-        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="86H-2U-uZm" userLabel="mpの決定">
-            <windowStyleMask key="styleMask" titled="YES"/>
-            <rect key="contentRect" x="678" y="400" width="350" height="479"/>
-            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
-            <view key="contentView" id="Mxj-Mc-vsu">
-                <rect key="frame" x="0.0" y="0.0" width="350" height="479"/>
-                <autoresizingMask key="autoresizingMask"/>
-                <subviews>
-                    <button verticalHuggingPriority="750" id="86E-Et-py0">
-                        <rect key="frame" x="165" y="13" width="66" height="32"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <buttonCell key="cell" type="push" title="決定" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="9Ud-Fl-DCP">
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" size="13" name="AquaKana"/>
-                        </buttonCell>
-                        <connections>
-                            <action selector="EDmpSubmit:" target="3826" id="1MY-mE-eSw"/>
-                        </connections>
-                    </button>
-                    <button verticalHuggingPriority="750" id="pkT-mE-bjB">
-                        <rect key="frame" x="231" y="13" width="105" height="32"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <buttonCell key="cell" type="push" title="キャンセル" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="gMA-ZT-vED">
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" size="13" name="AquaKana"/>
-                        </buttonCell>
-                        <connections>
-                            <action selector="EDmpCancel:" target="3826" id="Ecs-hD-wFV"/>
-                        </connections>
-                    </button>
-                    <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="VR1-VW-ANx">
-                        <rect key="frame" x="89" y="329" width="180" height="21"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <clipView key="contentView" id="kzU-EZ-W7L">
-                            <rect key="frame" x="1" y="1" width="178" height="19"/>
-                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                            <subviews>
-                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="1HY-Q7-nfW">
-                                    <rect key="frame" x="0.0" y="0.0" width="178" height="19"/>
-                                    <autoresizingMask key="autoresizingMask"/>
-                                    <size key="intercellSpacing" width="3" height="2"/>
-                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                    <tableColumns>
-                                        <tableColumn width="174.51953125" minWidth="40" maxWidth="1000" id="rs6-oY-fxY">
-                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                <font key="font" metaFont="smallSystem"/>
-                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                            </tableHeaderCell>
-                                            <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="4eB-9b-T6l">
-                                                <font key="font" metaFont="system"/>
-                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                            <connections>
-                                                <binding destination="YDX-O2-9LW" name="value" keyPath="arrangedObjects.name" id="S07-rU-ZAU">
-                                                    <dictionary key="options">
-                                                        <bool key="NSCreatesSortDescriptor" value="NO"/>
-                                                    </dictionary>
-                                                </binding>
-                                            </connections>
-                                        </tableColumn>
-                                    </tableColumns>
-                                </tableView>
-                            </subviews>
-                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </clipView>
-                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="bvc-4z-vrR">
-                            <rect key="frame" x="1" y="119" width="223" height="15"/>
-                            <autoresizingMask key="autoresizingMask"/>
-                        </scroller>
-                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="B5F-eN-qER">
-                            <rect key="frame" x="224" y="17" width="15" height="102"/>
-                            <autoresizingMask key="autoresizingMask"/>
-                        </scroller>
-                    </scrollView>
-                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="8NH-Ep-Vw6">
-                        <rect key="frame" x="21" y="453" width="64" height="17"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="MPの増減" id="weF-YT-bkC">
-                            <font key="font" size="13" name="AquaKana"/>
-                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                    <textField verticalHuggingPriority="750" id="Pjb-kS-Usu">
-                        <rect key="frame" x="89" y="378" width="96" height="22"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="9pq-6W-4hI">
-                            <font key="font" metaFont="system"/>
-                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="myx-vq-H6O">
-                        <rect key="frame" x="20" y="313" width="61" height="100"/>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="fXr-VM-nY4">
+                        <rect key="frame" x="23" y="388" width="194" height="18"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="48" height="18"/>
+                        <size key="cellSize" width="61" height="18"/>
                         <size key="intercellSpacing" width="4" height="2"/>
-                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="Hcg-wo-azX">
+                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="SCP-PX-TPH">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             <font key="font" metaFont="system"/>
                         </buttonCell>
                         <cells>
                             <column>
-                                <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="rjz-AR-FVH">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                                <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="Odu-zf-LmK">
+                                <buttonCell type="radio" title="増やす" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="sAh-4s-c7q">
                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                     <font key="font" metaFont="system"/>
                                 </buttonCell>
                             </column>
-                        </cells>
-                    </matrix>
-                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="OJx-gO-G0X">
-                        <rect key="frame" x="20" y="427" width="202" height="18"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        <size key="cellSize" width="61" height="18"/>
-                        <size key="intercellSpacing" width="4" height="2"/>
-                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="7lU-Lq-vn5">
-                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                            <font key="font" metaFont="system"/>
-                        </buttonCell>
-                        <cells>
                             <column>
-                                <buttonCell type="radio" title="増やす" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="E5V-YB-cKS">
+                                <buttonCell type="radio" title="減らす" imagePosition="left" alignment="left" inset="2" id="5nD-Bx-qDN">
                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                     <font key="font" metaFont="system"/>
                                 </buttonCell>
                             </column>
                             <column>
-                                <buttonCell type="radio" title="減らす" imagePosition="left" alignment="left" inset="2" id="IpT-zY-MX0">
+                                <buttonCell type="radio" title="等しく" imagePosition="left" alignment="left" inset="2" id="6CI-Gk-K8u">
                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                     <font key="font" metaFont="system"/>
                                 </buttonCell>
                             </column>
                         </cells>
                     </matrix>
-                    <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="70O-BX-6hL">
-                        <rect key="frame" x="23" y="67" width="307" height="220"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <clipView key="contentView" id="MGq-pc-1mh">
-                            <rect key="frame" x="1" y="1" width="305" height="218"/>
-                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                            <subviews>
-                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="u59-9M-7Mf">
-                                    <rect key="frame" x="0.0" y="0.0" width="305" height="19"/>
-                                    <autoresizingMask key="autoresizingMask"/>
-                                    <size key="intercellSpacing" width="3" height="2"/>
-                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                    <tableColumns>
-                                        <tableColumn width="302" minWidth="40" maxWidth="1000" id="KIy-tl-QWk">
-                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                <font key="font" metaFont="smallSystem"/>
-                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                            </tableHeaderCell>
-                                            <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Iw2-oX-2mn">
-                                                <font key="font" metaFont="system"/>
-                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                            <connections>
-                                                <binding destination="CVJ-EH-LvH" name="value" keyPath="arrangedObjects.name" id="QZg-px-KBm"/>
-                                            </connections>
-                                        </tableColumn>
-                                    </tableColumns>
-                                </tableView>
-                            </subviews>
-                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </clipView>
-                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="79p-tu-ply">
-                            <rect key="frame" x="1" y="119" width="223" height="15"/>
-                            <autoresizingMask key="autoresizingMask"/>
-                        </scroller>
-                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="cR9-WK-QhX">
-                            <rect key="frame" x="224" y="17" width="15" height="102"/>
-                            <autoresizingMask key="autoresizingMask"/>
-                        </scroller>
-                    </scrollView>
-                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="hSJ-1c-pUX">
-                        <rect key="frame" x="21" y="301" width="108" height="17"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="選択するユニット" id="Oko-Jx-VQi">
-                            <font key="font" size="13" name="AquaKana"/>
-                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
                 </subviews>
             </view>
         </window>
                         <cells>
                             <column>
                                 <buttonCell type="radio" title="ON" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="6bt-lO-Y4I">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                                <buttonCell type="radio" title="OFF" imagePosition="left" alignment="left" inset="2" id="gug-pq-8d3">
-                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                    <font key="font" metaFont="system"/>
-                                </buttonCell>
-                            </column>
-                        </cells>
-                    </matrix>
-                    <textField verticalHuggingPriority="750" id="y9V-vr-e4v">
-                        <rect key="frame" x="23" y="90" width="255" height="22"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="PNA-kw-qav">
-                            <font key="font" metaFont="system"/>
-                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                        </textFieldCell>
-                    </textField>
-                </subviews>
-            </view>
-        </window>
-        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="4sv-CB-6WI" userLabel="ステータスの決定">
-            <windowStyleMask key="styleMask" titled="YES"/>
-            <rect key="contentRect" x="678" y="400" width="692" height="479"/>
-            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
-            <view key="contentView" id="4Db-kB-AOJ">
-                <rect key="frame" x="0.0" y="0.0" width="692" height="479"/>
-                <autoresizingMask key="autoresizingMask"/>
-                <subviews>
-                    <button verticalHuggingPriority="750" id="lrt-RV-M9a">
-                        <rect key="frame" x="165" y="13" width="66" height="32"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <buttonCell key="cell" type="push" title="決定" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5QO-UU-Qhe">
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" size="13" name="AquaKana"/>
-                        </buttonCell>
-                        <connections>
-                            <action selector="EDstatusSubmit:" target="3826" id="8B7-Yz-16N"/>
-                        </connections>
-                    </button>
-                    <button verticalHuggingPriority="750" id="lFR-r8-blw">
-                        <rect key="frame" x="231" y="13" width="105" height="32"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <buttonCell key="cell" type="push" title="キャンセル" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="e95-6d-l9l">
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                            <font key="font" size="13" name="AquaKana"/>
-                        </buttonCell>
-                        <connections>
-                            <action selector="EDstatusCancel:" target="3826" id="h4B-gA-r6V"/>
-                        </connections>
-                    </button>
-                    <tabView id="byH-lY-U0k">
-                        <rect key="frame" x="0.0" y="41" width="337" height="404"/>
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <font key="font" metaFont="system"/>
-                        <tabViewItems>
-                            <tabViewItem label="1" identifier="1" id="Xkw-ul-rDO">
-                                <view key="view" id="Aca-lA-1qc">
-                                    <rect key="frame" x="10" y="33" width="317" height="358"/>
-                                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                    <subviews>
-                                        <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="XAK-NK-gK5">
-                                            <rect key="frame" x="69" y="213" width="180" height="21"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <clipView key="contentView" id="0sR-vo-TRz">
-                                                <rect key="frame" x="1" y="1" width="178" height="19"/>
-                                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                                <subviews>
-                                                    <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="YKD-zW-KbW">
-                                                        <rect key="frame" x="0.0" y="0.0" width="178" height="19"/>
-                                                        <autoresizingMask key="autoresizingMask"/>
-                                                        <size key="intercellSpacing" width="3" height="2"/>
-                                                        <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                        <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                                        <tableColumns>
-                                                            <tableColumn width="174.51953125" minWidth="40" maxWidth="1000" id="0ef-BV-ecF">
-                                                                <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                                    <font key="font" metaFont="smallSystem"/>
-                                                                    <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                                                </tableHeaderCell>
-                                                                <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="hOR-0t-b5f">
-                                                                    <font key="font" metaFont="system"/>
-                                                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                                </textFieldCell>
-                                                                <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                                                <connections>
-                                                                    <binding destination="Frj-Tw-T3e" name="value" keyPath="arrangedObjects.name" id="aIx-3D-o7T">
-                                                                        <dictionary key="options">
-                                                                            <bool key="NSCreatesSortDescriptor" value="NO"/>
-                                                                        </dictionary>
-                                                                    </binding>
-                                                                </connections>
-                                                            </tableColumn>
-                                                        </tableColumns>
-                                                    </tableView>
-                                                </subviews>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </clipView>
-                                            <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="xMI-JE-1SA">
-                                                <rect key="frame" x="1" y="119" width="223" height="15"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                            <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="iYw-tv-jZs">
-                                                <rect key="frame" x="224" y="17" width="15" height="102"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                        </scrollView>
-                                        <textField verticalHuggingPriority="750" id="65B-2s-1ZB">
-                                            <rect key="frame" x="69" y="262" width="96" height="22"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="3VY-4y-e8q">
-                                                <font key="font" metaFont="system"/>
-                                                <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                        </textField>
-                                        <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="FYb-2H-wxL">
-                                            <rect key="frame" x="6" y="193" width="61" height="104"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            <size key="cellSize" width="48" height="18"/>
-                                            <size key="intercellSpacing" width="4" height="2"/>
-                                            <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="eGb-et-rgg">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <cells>
-                                                <column>
-                                                    <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="NV6-CO-Xnk">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                    <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="2gy-Qd-XyT">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                            </cells>
-                                        </matrix>
-                                        <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="Orf-0L-DPj">
-                                            <rect key="frame" x="3" y="305" width="290" height="18"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            <size key="cellSize" width="87" height="18"/>
-                                            <size key="intercellSpacing" width="4" height="2"/>
-                                            <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="ciW-Pb-G8v">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <cells>
-                                                <column>
-                                                    <buttonCell type="radio" title="増やす" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="qCC-bh-A5g">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                                <column>
-                                                    <buttonCell type="radio" title="減らす" imagePosition="left" alignment="left" inset="2" id="62w-Qe-74Y">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                                <column>
-                                                    <buttonCell type="radio" title="等しくする" imagePosition="left" alignment="left" inset="2" id="8Yt-0q-fiX">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                            </cells>
-                                        </matrix>
-                                        <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="mMn-l6-pSI">
-                                            <rect key="frame" x="6" y="17" width="307" height="160"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <clipView key="contentView" id="2Lv-oX-9iw">
-                                                <rect key="frame" x="1" y="1" width="305" height="158"/>
-                                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                                <subviews>
-                                                    <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="zXu-1R-ES3">
-                                                        <rect key="frame" x="0.0" y="0.0" width="305" height="19"/>
-                                                        <autoresizingMask key="autoresizingMask"/>
-                                                        <size key="intercellSpacing" width="3" height="2"/>
-                                                        <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                        <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                                        <tableColumns>
-                                                            <tableColumn width="302" minWidth="40" maxWidth="1000" id="3vy-AR-QyS">
-                                                                <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                                    <font key="font" metaFont="smallSystem"/>
-                                                                    <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                                                </tableHeaderCell>
-                                                                <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="TZZ-dm-mRB">
-                                                                    <font key="font" metaFont="system"/>
-                                                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                                </textFieldCell>
-                                                                <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                                                <connections>
-                                                                    <binding destination="Q5f-Sk-4Lh" name="value" keyPath="arrangedObjects.name" id="LDV-Or-I8X"/>
-                                                                </connections>
-                                                            </tableColumn>
-                                                        </tableColumns>
-                                                    </tableView>
-                                                </subviews>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </clipView>
-                                            <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="zT6-uP-gaS">
-                                                <rect key="frame" x="1" y="119" width="223" height="15"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                            <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="2an-8k-hqH">
-                                                <rect key="frame" x="224" y="17" width="15" height="102"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                        </scrollView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="G5f-5q-8Zv">
-                                            <rect key="frame" x="1" y="185" width="108" height="17"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="選択するユニット" id="3sa-BN-I8R">
-                                                <font key="font" size="13" name="AquaKana"/>
-                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                        </textField>
-                                        <popUpButton verticalHuggingPriority="750" id="PIk-xu-pGq">
-                                            <rect key="frame" x="4" y="331" width="185" height="26"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <popUpButtonCell key="cell" type="push" title="最大HP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="pFU-PN-cM8" id="ldZ-IY-c22">
-                                                <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
-                                                <font key="font" metaFont="menu"/>
-                                                <menu key="menu" title="OtherViews" id="g1F-Nb-4Nc">
-                                                    <items>
-                                                        <menuItem title="最大HP" state="on" id="pFU-PN-cM8"/>
-                                                        <menuItem title="最大MP" id="TKC-xd-GjM"/>
-                                                        <menuItem title="最大AP" id="zuU-Si-1YM"/>
-                                                        <menuItem title="最大WT" id="cI9-2p-lBl"/>
-                                                        <menuItem title="AP" id="vDp-A0-zYc"/>
-                                                        <menuItem title="WT" id="kql-gm-G4m">
-                                                            <modifierMask key="keyEquivalentModifierMask" option="YES"/>
-                                                        </menuItem>
-                                                        <menuItem title="STR" id="nKE-ka-RZx"/>
-                                                        <menuItem title="VIT" id="jxZ-fs-1rl"/>
-                                                        <menuItem title="AGI" id="X9F-zK-V3D"/>
-                                                        <menuItem title="DEX" id="XOv-Pj-dH4"/>
-                                                        <menuItem title="MEN" id="vTC-tN-nUk"/>
-                                                        <menuItem title="INT" id="1Lb-ss-Ynb"/>
-                                                        <menuItem title="LUK" id="7Uz-VI-FNg"/>
-                                                        <menuItem title="MOV" id="QEM-AG-VQQ"/>
-                                                    </items>
-                                                </menu>
-                                            </popUpButtonCell>
-                                        </popUpButton>
-                                    </subviews>
-                                </view>
-                            </tabViewItem>
-                            <tabViewItem label="2" identifier="2" id="uSZ-bq-5dd">
-                                <view key="view" id="Flz-9n-8hW">
-                                    <rect key="frame" x="10" y="33" width="317" height="358"/>
-                                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                    <subviews>
-                                        <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="Xc9-On-4n7">
-                                            <rect key="frame" x="69" y="213" width="180" height="21"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <clipView key="contentView" id="xl5-fk-ZO9">
-                                                <rect key="frame" x="1" y="1" width="178" height="19"/>
-                                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                                <subviews>
-                                                    <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="See-j2-ff2">
-                                                        <rect key="frame" x="0.0" y="0.0" width="178" height="19"/>
-                                                        <autoresizingMask key="autoresizingMask"/>
-                                                        <size key="intercellSpacing" width="3" height="2"/>
-                                                        <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                        <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                                        <tableColumns>
-                                                            <tableColumn width="174.51953125" minWidth="40" maxWidth="1000" id="c7q-Ff-ZHw">
-                                                                <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                                    <font key="font" metaFont="smallSystem"/>
-                                                                    <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                                                </tableHeaderCell>
-                                                                <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Z2h-kd-gW3">
-                                                                    <font key="font" metaFont="system"/>
-                                                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                                </textFieldCell>
-                                                                <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                                                <connections>
-                                                                    <binding destination="mix-Lv-10G" name="value" keyPath="arrangedObjects.name" id="n74-QT-169">
-                                                                        <dictionary key="options">
-                                                                            <bool key="NSCreatesSortDescriptor" value="NO"/>
-                                                                        </dictionary>
-                                                                    </binding>
-                                                                </connections>
-                                                            </tableColumn>
-                                                        </tableColumns>
-                                                    </tableView>
-                                                </subviews>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </clipView>
-                                            <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="YrJ-1S-CJI">
-                                                <rect key="frame" x="1" y="119" width="223" height="15"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                            <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Jn5-kw-lPD">
-                                                <rect key="frame" x="224" y="17" width="15" height="102"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                        </scrollView>
-                                        <textField verticalHuggingPriority="750" id="QMn-rA-vkd">
-                                            <rect key="frame" x="69" y="262" width="96" height="22"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="S5J-eD-Cvz">
-                                                <font key="font" metaFont="system"/>
-                                                <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                        </textField>
-                                        <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="g8r-Fp-jtO">
-                                            <rect key="frame" x="6" y="195" width="61" height="102"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            <size key="cellSize" width="48" height="18"/>
-                                            <size key="intercellSpacing" width="4" height="2"/>
-                                            <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="9Fd-Op-tmU">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <cells>
-                                                <column>
-                                                    <buttonCell type="radio" title="定数" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="xJZ-XJ-EC9">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                    <buttonCell type="radio" title="変数" imagePosition="left" alignment="left" inset="2" id="kU8-up-7xh">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                            </cells>
-                                        </matrix>
-                                        <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="nxy-eU-j95">
-                                            <rect key="frame" x="6" y="17" width="307" height="160"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <clipView key="contentView" id="Cm8-58-WoK">
-                                                <rect key="frame" x="1" y="1" width="305" height="158"/>
-                                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                                <subviews>
-                                                    <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="Axj-2b-lgs">
-                                                        <rect key="frame" x="0.0" y="0.0" width="305" height="19"/>
-                                                        <autoresizingMask key="autoresizingMask"/>
-                                                        <size key="intercellSpacing" width="3" height="2"/>
-                                                        <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                        <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
-                                                        <tableColumns>
-                                                            <tableColumn width="302" minWidth="40" maxWidth="1000" id="Biq-vb-j1E">
-                                                                <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
-                                                                    <font key="font" metaFont="smallSystem"/>
-                                                                    <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
-                                                                </tableHeaderCell>
-                                                                <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="7is-ek-PCh">
-                                                                    <font key="font" metaFont="system"/>
-                                                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                                </textFieldCell>
-                                                                <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
-                                                                <connections>
-                                                                    <binding destination="0XT-wb-2Xd" name="value" keyPath="arrangedObjects.name" id="yDJ-7p-04J"/>
-                                                                </connections>
-                                                            </tableColumn>
-                                                        </tableColumns>
-                                                    </tableView>
-                                                </subviews>
-                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                            </clipView>
-                                            <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="QkQ-8w-3JZ">
-                                                <rect key="frame" x="1" y="119" width="223" height="15"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                            <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="FpP-fn-QOJ">
-                                                <rect key="frame" x="224" y="17" width="15" height="102"/>
-                                                <autoresizingMask key="autoresizingMask"/>
-                                            </scroller>
-                                        </scrollView>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="a5C-23-6EC">
-                                            <rect key="frame" x="1" y="185" width="108" height="17"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="選択するユニット" id="1HY-oa-0Xv">
-                                                <font key="font" size="13" name="AquaKana"/>
-                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            </textFieldCell>
-                                        </textField>
-                                        <popUpButton verticalHuggingPriority="750" id="Wcm-ew-wHD">
-                                            <rect key="frame" x="4" y="331" width="185" height="26"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <popUpButtonCell key="cell" type="push" title="最大HP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="FUg-WJ-Zom" id="3Yv-ra-2R8">
-                                                <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
-                                                <font key="font" metaFont="menu"/>
-                                                <menu key="menu" title="OtherViews" id="lmi-BZ-xsN">
-                                                    <items>
-                                                        <menuItem title="最大HP" state="on" id="FUg-WJ-Zom"/>
-                                                        <menuItem title="最大EN" id="CIF-H1-rhW"/>
-                                                        <menuItem title="最大WT" id="lEM-QI-hON"/>
-                                                        <menuItem title="WT" id="OA8-Sh-q86"/>
-                                                        <menuItem title="装甲" id="QTF-cZ-QLj"/>
-                                                        <menuItem title="運動性" id="rdS-mH-xVT"/>
-                                                        <menuItem title="限界" id="hRx-4j-h9S"/>
-                                                        <menuItem title="MOV" id="9gQ-i4-PrZ"/>
-                                                    </items>
-                                                </menu>
-                                            </popUpButtonCell>
-                                        </popUpButton>
-                                        <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="ZlT-sz-Kqf">
-                                            <rect key="frame" x="6" y="305" width="290" height="18"/>
-                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
-                                            <size key="cellSize" width="87" height="18"/>
-                                            <size key="intercellSpacing" width="4" height="2"/>
-                                            <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="Y5Y-pc-NZB">
-                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                <font key="font" metaFont="system"/>
-                                            </buttonCell>
-                                            <cells>
-                                                <column>
-                                                    <buttonCell type="radio" title="増やす" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="Pp7-WC-9xs">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                                <column>
-                                                    <buttonCell type="radio" title="減らす" imagePosition="left" alignment="left" inset="2" id="wjb-Us-7r9">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                                <column>
-                                                    <buttonCell type="radio" title="等しくする" imagePosition="left" alignment="left" inset="2" id="sh9-aL-Ipa">
-                                                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
-                                                        <font key="font" metaFont="system"/>
-                                                    </buttonCell>
-                                                </column>
-                                            </cells>
-                                        </matrix>
-                                    </subviews>
-                                </view>
-                            </tabViewItem>
-                        </tabViewItems>
-                    </tabView>
-                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="jZd-Tk-faO">
-                        <rect key="frame" x="12" y="442" width="108" height="17"/>
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                                <buttonCell type="radio" title="OFF" imagePosition="left" alignment="left" inset="2" id="gug-pq-8d3">
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                            </column>
+                        </cells>
+                    </matrix>
+                    <textField verticalHuggingPriority="750" id="y9V-vr-e4v">
+                        <rect key="frame" x="23" y="90" width="255" height="22"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="ステータスの増減" id="W4t-wb-ZKX">
-                            <font key="font" size="13" name="AquaKana"/>
-                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
-                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="PNA-kw-qav">
+                            <font key="font" metaFont="system"/>
+                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                         </textFieldCell>
                     </textField>
                 </subviews>
                             <textField verticalHuggingPriority="750" id="VSn-fS-DA0">
                                 <rect key="frame" x="258" y="85" width="208" height="17"/>
                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                                <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="ToLoveるダークネスBlack" id="5i8-a7-oK7">
+                                <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="5i8-a7-oK7">
                                     <font key="font" metaFont="system"/>
                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
             </view>
             <point key="canvasLocation" x="357" y="330"/>
         </window>
+        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="lIO-IU-1rj" userLabel="装備変更">
+            <windowStyleMask key="styleMask" titled="YES"/>
+            <rect key="contentRect" x="678" y="400" width="350" height="479"/>
+            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1057"/>
+            <view key="contentView" id="djO-a0-9WY">
+                <rect key="frame" x="0.0" y="0.0" width="350" height="479"/>
+                <autoresizingMask key="autoresizingMask"/>
+                <subviews>
+                    <button verticalHuggingPriority="750" id="pgQ-9G-YLD">
+                        <rect key="frame" x="165" y="13" width="66" height="32"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="push" title="決定" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fJV-0i-tWf">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" size="13" name="AquaKana"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipSubmit:" target="3826" id="ahm-Qr-9ij"/>
+                        </connections>
+                    </button>
+                    <button verticalHuggingPriority="750" id="5zI-j7-5po">
+                        <rect key="frame" x="231" y="13" width="105" height="32"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="push" title="キャンセル" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="HNk-fX-DAt">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" size="13" name="AquaKana"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipCancel:" target="3826" id="i9V-xQ-0q2"/>
+                        </connections>
+                    </button>
+                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="bfh-CU-feI">
+                        <rect key="frame" x="21" y="453" width="69" height="17"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="装備の変更" id="CgA-Jq-CK0">
+                            <font key="font" size="13" name="AquaKana"/>
+                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        </textFieldCell>
+                    </textField>
+                    <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="NIj-NO-K4U">
+                        <rect key="frame" x="22" y="179" width="307" height="83"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <clipView key="contentView" id="rk5-MY-skn">
+                            <rect key="frame" x="1" y="1" width="305" height="81"/>
+                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            <subviews>
+                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="MfF-F7-WXI">
+                                    <rect key="frame" x="0.0" y="0.0" width="305" height="19"/>
+                                    <autoresizingMask key="autoresizingMask"/>
+                                    <size key="intercellSpacing" width="3" height="2"/>
+                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
+                                    <tableColumns>
+                                        <tableColumn width="302" minWidth="40" maxWidth="1000" id="UJJ-SH-IeF">
+                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
+                                                <font key="font" metaFont="smallSystem"/>
+                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
+                                            </tableHeaderCell>
+                                            <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="jia-Np-5Ja">
+                                                <font key="font" metaFont="system"/>
+                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                            </textFieldCell>
+                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+                                            <connections>
+                                                <binding destination="dDl-ou-KxZ" name="value" keyPath="arrangedObjects.name" id="x5c-6P-6I5">
+                                                    <dictionary key="options">
+                                                        <bool key="NSCreatesSortDescriptor" value="NO"/>
+                                                    </dictionary>
+                                                </binding>
+                                            </connections>
+                                        </tableColumn>
+                                    </tableColumns>
+                                </tableView>
+                            </subviews>
+                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                        </clipView>
+                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="zOD-1g-HDP">
+                            <rect key="frame" x="1" y="119" width="223" height="15"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="vT7-RU-ljf">
+                            <rect key="frame" x="224" y="17" width="15" height="102"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                    </scrollView>
+                    <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="5FT-Et-JlS">
+                        <rect key="frame" x="23" y="55" width="307" height="83"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <clipView key="contentView" id="QdF-EM-CJY">
+                            <rect key="frame" x="1" y="1" width="305" height="81"/>
+                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            <subviews>
+                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="puy-ny-ddv">
+                                    <rect key="frame" x="0.0" y="0.0" width="305" height="19"/>
+                                    <autoresizingMask key="autoresizingMask"/>
+                                    <size key="intercellSpacing" width="3" height="2"/>
+                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
+                                    <tableColumns>
+                                        <tableColumn width="302" minWidth="40" maxWidth="1000" id="64J-KX-5rU">
+                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
+                                                <font key="font" metaFont="smallSystem"/>
+                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
+                                            </tableHeaderCell>
+                                            <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="IFZ-es-c8x">
+                                                <font key="font" metaFont="system"/>
+                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                            </textFieldCell>
+                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+                                            <connections>
+                                                <binding destination="zKy-ul-Ldh" name="value" keyPath="arrangedObjects.name" id="YXZ-1n-eor">
+                                                    <dictionary key="options">
+                                                        <bool key="NSCreatesSortDescriptor" value="NO"/>
+                                                    </dictionary>
+                                                </binding>
+                                            </connections>
+                                        </tableColumn>
+                                    </tableColumns>
+                                </tableView>
+                            </subviews>
+                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                        </clipView>
+                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="HKh-Yh-s1Z">
+                            <rect key="frame" x="1" y="119" width="223" height="15"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="36H-1I-Nuf">
+                            <rect key="frame" x="224" y="17" width="15" height="102"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                    </scrollView>
+                    <button verticalHuggingPriority="750" id="4Eg-pR-kQG">
+                        <rect key="frame" x="286" y="268" width="23" height="25"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="roundTextured" title="+" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Kfr-4e-5Vx">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipPlaceAdd:" target="3826" id="C61-jf-5bR"/>
+                        </connections>
+                    </button>
+                    <button verticalHuggingPriority="750" id="Dzd-8H-ig9">
+                        <rect key="frame" x="309" y="268" width="20" height="25"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="roundTextured" title="-" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="m0E-V8-XS7">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipPlaceDel:" target="3826" id="tst-fF-hua"/>
+                        </connections>
+                    </button>
+                    <button verticalHuggingPriority="750" id="eDy-t5-fSu">
+                        <rect key="frame" x="286" y="144" width="23" height="25"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="roundTextured" title="+" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ijN-bG-Rcr">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipValueAdd:" target="3826" id="dMb-Dz-huX"/>
+                        </connections>
+                    </button>
+                    <button verticalHuggingPriority="750" id="Zbl-vc-6L6">
+                        <rect key="frame" x="309" y="144" width="20" height="25"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="roundTextured" title="-" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zkS-Rg-hYg">
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <connections>
+                            <action selector="EDequipValueDel:" target="3826" id="E0f-5Y-AXT"/>
+                        </connections>
+                    </button>
+                    <button id="mBR-R4-xp0">
+                        <rect key="frame" x="21" y="148" width="74" height="18"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="check" title="変数指定" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Ue4-Xq-QCG">
+                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                            <font key="font" size="13" name="HiraKakuProN-W3"/>
+                        </buttonCell>
+                    </button>
+                    <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="Xzt-38-N7K">
+                        <rect key="frame" x="21" y="427" width="204" height="18"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                        <size key="cellSize" width="74" height="18"/>
+                        <size key="intercellSpacing" width="4" height="2"/>
+                        <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="3cX-bo-QPY">
+                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                            <font key="font" metaFont="system"/>
+                        </buttonCell>
+                        <cells>
+                            <column>
+                                <buttonCell type="radio" title="装備する" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="M5q-IM-CBg">
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                            </column>
+                            <column>
+                                <buttonCell type="radio" title="はずす" imagePosition="left" alignment="left" inset="2" id="wTK-Sn-8ym">
+                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                    <font key="font" metaFont="system"/>
+                                </buttonCell>
+                            </column>
+                        </cells>
+                    </matrix>
+                    <button id="Hw7-aM-aHB">
+                        <rect key="frame" x="218" y="427" width="113" height="18"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="check" title="現在の装備無視" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="f55-l3-YLw">
+                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                            <font key="font" size="13" name="HiraKakuProN-W3"/>
+                        </buttonCell>
+                    </button>
+                    <button id="5kO-1u-d16">
+                        <rect key="frame" x="21" y="272" width="74" height="18"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <buttonCell key="cell" type="check" title="場所指定" bezelStyle="regularSquare" imagePosition="left" inset="2" id="kQd-mB-XPg">
+                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                            <font key="font" size="13" name="HiraKakuProN-W3"/>
+                        </buttonCell>
+                    </button>
+                    <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="i6i-tG-80K">
+                        <rect key="frame" x="21" y="306" width="302" height="113"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                        <clipView key="contentView" id="oiG-pd-18o">
+                            <rect key="frame" x="1" y="17" width="300" height="95"/>
+                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                            <subviews>
+                                <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" headerView="kke-Sz-TKi" id="cSO-Jg-94k">
+                                    <rect key="frame" x="0.0" y="0.0" width="300" height="19"/>
+                                    <autoresizingMask key="autoresizingMask"/>
+                                    <size key="intercellSpacing" width="3" height="2"/>
+                                    <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                    <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
+                                    <tableColumns>
+                                        <tableColumn width="77.51953125" minWidth="40" maxWidth="1000" id="W80-WQ-3Zm">
+                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="装備箇所">
+                                                <font key="font" metaFont="smallSystem"/>
+                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
+                                            </tableHeaderCell>
+                                            <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Az7-Gm-M9m">
+                                                <font key="font" metaFont="system"/>
+                                                <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                            </textFieldCell>
+                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+                                            <connections>
+                                                <binding destination="dDl-ou-KxZ" name="value" keyPath="arrangedObjects.name" id="HjL-7w-QE1">
+                                                    <dictionary key="options">
+                                                        <bool key="NSCreatesSortDescriptor" value="NO"/>
+                                                    </dictionary>
+                                                </binding>
+                                            </connections>
+                                        </tableColumn>
+                                        <tableColumn identifier="" width="30.2578125" minWidth="10" maxWidth="3.4028234663852886e+38" id="EYo-Dv-chp">
+                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="指定">
+                                                <font key="font" metaFont="smallSystem"/>
+                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
+                                            </tableHeaderCell>
+                                            <buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="qaV-9d-lzi">
+                                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                                <font key="font" metaFont="system"/>
+                                            </buttonCell>
+                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+                                        </tableColumn>
+                                        <tableColumn identifier="" width="182.92578125" minWidth="10" maxWidth="3.4028234663852886e+38" id="Obh-EA-bg6">
+                                            <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="アイテム指定">
+                                                <font key="font" metaFont="smallSystem"/>
+                                                <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+                                                <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
+                                            </tableHeaderCell>
+                                            <popUpButtonCell key="dataCell" type="bevel" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="bezel" imageScaling="proportionallyDown" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="Duw-Gj-jfi" id="vHA-RZ-8b5">
+                                                <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
+                                                <font key="font" metaFont="menu"/>
+                                                <menu key="menu" id="yAl-Sq-tt8">
+                                                    <items>
+                                                        <menuItem title="Item 1" state="on" id="Duw-Gj-jfi"/>
+                                                        <menuItem title="Item 2" id="fxb-AA-pCo"/>
+                                                        <menuItem title="Item 3" id="aRt-eE-qSx"/>
+                                                    </items>
+                                                </menu>
+                                            </popUpButtonCell>
+                                            <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+                                        </tableColumn>
+                                    </tableColumns>
+                                </tableView>
+                            </subviews>
+                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+                        </clipView>
+                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="2pu-FP-pP2">
+                            <rect key="frame" x="1" y="102" width="334" height="16"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="N96-43-2TW">
+                            <rect key="frame" x="224" y="17" width="15" height="102"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </scroller>
+                        <tableHeaderView key="headerView" id="kke-Sz-TKi">
+                            <rect key="frame" x="0.0" y="0.0" width="300" height="17"/>
+                            <autoresizingMask key="autoresizingMask"/>
+                        </tableHeaderView>
+                    </scrollView>
+                </subviews>
+            </view>
+        </window>
     </objects>
     <resources>
         <image name="BackGround" width="32" height="32"/>
old mode 100755 (executable)
new mode 100644 (file)
index 6f66ea4..70c5a3a
Binary files a/Awars III/地形.png and b/Awars III/地形.png differ
old mode 100755 (executable)
new mode 100644 (file)
index efbe73b..7f5683b
Binary files a/Awars III/建物.png and b/Awars III/建物.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 28030a9..879ad11
Binary files a/Awars III/駒.png and b/Awars III/駒.png differ