Differences From Artifact [874336ce91]:
- File single_doc/场景.html — part of check-in [157ffea6d3] at 2023-10-09 04:51:29 on branch trunk — 0.0.2650 (user: 顽雨沉风, size: 61897) [annotate] [blame] [check-ins using]
To Artifact [0b32ad21b6]:
- File single_doc/场景.html — part of check-in [70346faa00] at 2023-10-09 05:00:22 on branch trunk — 0.0.2651 (user: 顽雨沉风, size: 62700) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
94 95 96 97 98 99 100 101 102 103 104 105 106 107 | <li><a href="#section-54" id="toc-section-54"><span class="toc-section-number">2.29</span> </a></li> <li><a href="#section-55" id="toc-section-55"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-56" id="toc-section-56"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-57" id="toc-section-57"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-58" id="toc-section-58"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-59" id="toc-section-59"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-60" id="toc-section-60"><span class="toc-section-number">2.35</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") | > | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | <li><a href="#section-54" id="toc-section-54"><span class="toc-section-number">2.29</span> </a></li> <li><a href="#section-55" id="toc-section-55"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-56" id="toc-section-56"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-57" id="toc-section-57"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-58" id="toc-section-58"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-59" id="toc-section-59"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-60" id="toc-section-60"><span class="toc-section-number">2.35</span> </a></li> <li><a href="#section-61" id="toc-section-61"><span class="toc-section-number">2.36</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") |
︙ | ︙ | |||
2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 | Debug.AddCard(24094653,0,0,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(38982356,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5265750,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(93665266,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { var target = event.target | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 | Debug.AddCard(24094653,0,0,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(38982356,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5265750,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(93665266,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() </code></pre> <h2 data-number="2.36" id="section-61"><span class="header-section-number">2.36</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(45986603,0,0,LOCATION_SZONE,0,POS_FACEDOWN) ----------------- ----------------- ----------------- Debug.AddCard(63323539,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { var target = event.target |
︙ | ︙ |