Differences From Artifact [c9afa3f8b9]:
- File single_doc/场景.html — part of check-in [1b282cf16c] at 2023-10-09 15:05:43 on branch trunk — 0.0.2669 (user: 顽雨沉风, size: 80725) [annotate] [blame] [check-ins using]
To Artifact [de67c72e57]:
- File single_doc/场景.html — part of check-in [28f36ec353] at 2023-10-09 15:39:11 on branch trunk — 0.0.2670 (user: 顽雨沉风, size: 81650) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <li><a href="#section-72" id="toc-section-72"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-73" id="toc-section-73"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-74" id="toc-section-74"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-75" id="toc-section-75"><span class="toc-section-number">2.39</span> </a></li> <li><a href="#section-76" id="toc-section-76"><span class="toc-section-number">2.40</span> </a></li> <li><a href="#section-77" id="toc-section-77"><span class="toc-section-number">2.41</span> </a></li> <li><a href="#section-78" id="toc-section-78"><span class="toc-section-number">2.42</span> </a></li> </ul></li> </ul> </nav> <h1 data-number="1" id="正常"><span class="header-section-number">1</span> 正常</h1> <h2 data-number="1.1" id="section"><span class="header-section-number">1.1</span> </h2> <pre><code>Debug.SetAIName("base-2") | > | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <li><a href="#section-72" id="toc-section-72"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-73" id="toc-section-73"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-74" id="toc-section-74"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-75" id="toc-section-75"><span class="toc-section-number">2.39</span> </a></li> <li><a href="#section-76" id="toc-section-76"><span class="toc-section-number">2.40</span> </a></li> <li><a href="#section-77" id="toc-section-77"><span class="toc-section-number">2.41</span> </a></li> <li><a href="#section-78" id="toc-section-78"><span class="toc-section-number">2.42</span> </a></li> <li><a href="#section-79" id="toc-section-79"><span class="toc-section-number">2.43</span> </a></li> </ul></li> </ul> </nav> <h1 data-number="1" id="正常"><span class="header-section-number">1</span> 正常</h1> <h2 data-number="1.1" id="section"><span class="header-section-number">1.1</span> </h2> <pre><code>Debug.SetAIName("base-2") |
︙ | ︙ | |||
2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.43" id="section-79"><span class="header-section-number">2.43</span> </h2> <p>应该不能发动时钟蜥蜴的效果。</p> <pre><code>Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) ----------------- Debug.AddCard(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) Debug.AddCard(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- Debug.AddCard(10817524,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30398342,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(51476410,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- |
︙ | ︙ |