Overview
Comment: | 0.0.2651 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
70346faa001dfc6d0a30c368d23d0ef7 |
User & Date: | 顽雨沉风 on 2023-10-09 05:00:22 |
Other Links: | manifest | tags |
Context
2023-10-09
| ||
05:07 | 0.0.2652 check-in: a1a5e8e2cb user: 顽雨沉风 tags: trunk | |
05:00 | 0.0.2651 check-in: 70346faa00 user: 顽雨沉风 tags: trunk | |
04:51 | 0.0.2650 check-in: 157ffea6d3 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [874336ce91] to [0b32ad21b6].
︙ | ︙ | |||
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 |
︙ | ︙ |
Modified single_doc/场景.md from [797a0e3308] to [3ae6d23c9d].
︙ | ︙ | |||
2409 2410 2411 2412 2413 2414 2415 2416 | 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() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | 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() ~~~ ### 应该可以发动特洛伊炸弹。 ~~~ 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() ~~~ |