Differences From Artifact [452f508a95]:
- File single_doc/场景.html — part of check-in [5d1eb3692f] at 2023-10-07 08:41:21 on branch trunk — 0.0.2624 (user: 顽雨沉风, size: 39346) [annotate] [blame] [check-ins using]
To Artifact [2ca74c747b]:
- File single_doc/场景.html — part of check-in [18e8c06c7c] at 2023-10-07 08:51:52 on branch trunk — 0.0.2625 (user: 顽雨沉风, size: 40287) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 78 79 80 81 82 83 84 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + | <li><a href="#section-32" id="toc-section-32"><span class="toc-section-number">1.2.18</span> </a></li> <li><a href="#section-33" id="toc-section-33"><span class="toc-section-number">1.2.19</span> </a></li> <li><a href="#section-34" id="toc-section-34"><span class="toc-section-number">1.2.20</span> </a></li> <li><a href="#section-35" id="toc-section-35"><span class="toc-section-number">1.2.21</span> </a></li> <li><a href="#section-36" id="toc-section-36"><span class="toc-section-number">1.2.22</span> </a></li> <li><a href="#section-37" id="toc-section-37"><span class="toc-section-number">1.2.23</span> </a></li> <li><a href="#section-38" id="toc-section-38"><span class="toc-section-number">1.2.24</span> </a></li> <li><a href="#section-39" id="toc-section-39"><span class="toc-section-number">1.2.25</span> </a></li> </ul></li> </ul></li> </ul> </nav> <h1 data-number="1" id="场景"><span class="header-section-number">1</span> 场景</h1> <h2 data-number="1.1" id="正常"><span class="header-section-number">1.1</span> 正常</h2> <h3 data-number="1.1.1" id="section"><span class="header-section-number">1.1.1</span> </h3> |
︙ | |||
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 | 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | ----------------- ----------------- Debug.AddCard(92481084,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(94004268,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h3 data-number="1.2.25" id="section-39"><span class="header-section-number">1.2.25</span> </h3> <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(41927278,0,0,LOCATION_SZONE,0,POS_FACEDOWN) --~ Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --~ Debug.AddCard(55998462,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(17016362,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.AddCard(94004268,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> |
︙ |