Overview
Comment: | 0.0.2653 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
06cd904679b7e951757bb3455edeb359 |
User & Date: | 顽雨沉风 on 2023-10-09 05:12:09 |
Other Links: | manifest | tags |
Context
2023-10-09
| ||
05:22 | 0.0.2654 check-in: 058565c8b2 user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.2653 check-in: 06cd904679 user: 顽雨沉风 tags: trunk | |
05:07 | 0.0.2652 check-in: a1a5e8e2cb user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [7326fff3ac] to [6e414d9d48].
︙ | ︙ | |||
96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <li><a href="#section-56" id="toc-section-56"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-57" id="toc-section-57"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-58" id="toc-section-58"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-59" id="toc-section-59"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-60" id="toc-section-60"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-61" id="toc-section-61"><span class="toc-section-number">2.35</span> </a></li> <li><a href="#section-62" id="toc-section-62"><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") | > | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | <li><a href="#section-56" id="toc-section-56"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-57" id="toc-section-57"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-58" id="toc-section-58"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-59" id="toc-section-59"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-60" id="toc-section-60"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-61" id="toc-section-61"><span class="toc-section-number">2.35</span> </a></li> <li><a href="#section-62" id="toc-section-62"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-63" id="toc-section-63"><span class="toc-section-number">2.37</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") |
︙ | ︙ | |||
2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 | ----------------- ----------------- 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) { | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 | ----------------- ----------------- 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> <h2 data-number="2.37" id="section-63"><span class="header-section-number">2.37</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(97168905,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- ----------------- Debug.AddCard(58242947,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- Debug.AddCard(5405695,1,1,LOCATION_DECK,0,POS_FACEDOWN) ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { |
︙ | ︙ |
Modified single_doc/场景.md from [e45accb0e6] to [f2e4c9d7c6].
︙ | ︙ | |||
2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 | ----------------- ----------------- 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() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 | ----------------- ----------------- 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() ~~~ ### 应该不能发动废品收集者效果。 ~~~ 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(97168905,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- ----------------- Debug.AddCard(58242947,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- Debug.AddCard(5405695,1,1,LOCATION_DECK,0,POS_FACEDOWN) ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ |