Overview
Comment: | 0.0.2689 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bc07502dd382f87481fe937247558758 |
User & Date: | 顽雨沉风 on 2023-10-11 09:24:20 |
Other Links: | manifest | tags |
Context
2023-10-11
| ||
09:48 | 0.0.2690 check-in: d45e681c1f user: 顽雨沉风 tags: trunk | |
09:24 | 0.0.2689 check-in: bc07502dd3 user: 顽雨沉风 tags: trunk | |
09:20 | 0.0.2688 check-in: 1e60b4ecfc user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [d5097327cd] to [25fb50b35d].
︙ | |||
113 114 115 116 117 118 119 120 121 122 123 124 125 126 | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | + | <li><a href="#section-73" id="toc-section-73"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-74" id="toc-section-74"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-75" id="toc-section-75"><span class="toc-section-number">2.39</span> </a></li> <li><a href="#section-76" id="toc-section-76"><span class="toc-section-number">2.40</span> </a></li> <li><a href="#section-77" id="toc-section-77"><span class="toc-section-number">2.41</span> </a></li> <li><a href="#section-78" id="toc-section-78"><span class="toc-section-number">2.42</span> </a></li> <li><a href="#section-79" id="toc-section-79"><span class="toc-section-number">2.43</span> </a></li> <li><a href="#section-80" id="toc-section-80"><span class="toc-section-number">2.44</span> </a></li> </ul></li> <li><a href="#小结" id="toc-小结"><span class="toc-section-number">3</span> 小结</a></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") |
︙ | |||
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 | 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | Debug.AddCard(10817524,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30398342,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(51476410,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.44" id="section-80"><span class="header-section-number">2.44</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(80722024,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- ----------------- Debug.AddCard(81945676,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- |
︙ |
Modified single_doc/场景.md from [6f33ca89ef] to [00080f837f].
︙ | |||
3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 | 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | Debug.AddCard(10817524,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30398342,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(51476410,0,0,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(80722024,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- ----------------- Debug.AddCard(81945676,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- |
︙ |