Overview
Comment: | 0.0.2624 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5d1eb3692f72c9e914501037164f4a12 |
User & Date: | 顽雨沉风 on 2023-10-07 08:41:21 |
Other Links: | manifest | tags |
Context
2023-10-07
| ||
08:51 | 0.0.2625 check-in: 18e8c06c7c user: 顽雨沉风 tags: trunk | |
08:41 | 0.0.2624 check-in: 5d1eb3692f user: 顽雨沉风 tags: trunk | |
08:39 | 0.0.2623 check-in: c56e1027ff user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [2cc898039f] to [452f508a95].
︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | <li><a href="#section-31" id="toc-section-31"><span class="toc-section-number">1.2.17</span> </a></li> <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> </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> | > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | <li><a href="#section-31" id="toc-section-31"><span class="toc-section-number">1.2.17</span> </a></li> <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> </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> |
︙ | ︙ | |||
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 | ----------------- Debug.AddCard(34002992,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(28120197,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(31812496,1,1,LOCATION_MZONE,0,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 | ----------------- Debug.AddCard(34002992,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(28120197,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(31812496,1,1,LOCATION_MZONE,0,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h3 data-number="1.2.24" id="section-38"><span class="header-section-number">1.2.24</span> </h3> <p>应该不是1000伤害。</p> <pre><code>Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,800,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,1,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- 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> <script> document.onclick = function(event) { |
︙ | ︙ |
Modified single_doc/场景.md from [571cbf4c93] to [c3bc4d8253].
︙ | ︙ | |||
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 | ----------------- Debug.AddCard(34002992,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(28120197,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(31812496,1,1,LOCATION_MZONE,0,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 | ----------------- Debug.AddCard(34002992,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(28120197,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(31812496,1,1,LOCATION_MZONE,0,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ ### 应该不是1000伤害。 ~~~ Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,800,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,1,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- 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() ~~~ |