Overview
Comment: | 0.0.876 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
df472ff387fe523a8c22ea64d74468b8 |
User & Date: | 顽雨沉风 on 2023-07-07 11:51:25 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
11:54 | 0.0.877 check-in: 7cf8de5797 user: 顽雨沉风 tags: trunk | |
11:51 | 0.0.876 check-in: df472ff387 user: 顽雨沉风 tags: trunk | |
11:50 | 0.0.875 check-in: 94bd545b2f user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [20c44dbf30] to [b387407549].
︙ | ︙ | |||
199 200 201 202 203 204 205 | effect_1:SetTarget(cache_1) effect_1:SetRange(LOCATION_EXTRA) function print_hand(effect_event , player_who_activate_the_effect) announce_card = Duel.AnnounceCard(player_who_activate_the_effect) card = Duel.CreateToken(player_who_activate_the_effect , announce_card) | | | < < | 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | effect_1:SetTarget(cache_1) effect_1:SetRange(LOCATION_EXTRA) function print_hand(effect_event , player_who_activate_the_effect) announce_card = Duel.AnnounceCard(player_who_activate_the_effect) card = Duel.CreateToken(player_who_activate_the_effect , announce_card) if str["当前印卡数"] <= 3 then str["当前印卡数"] = str["当前印卡数"] + 1 Duel.SendtoHand(card,nil,REASON_RULE) else end end function print_hand(e,tp,eg,ep,ev,re,r,rp) local ac=Duel.AnnounceCard(tp) |
︙ | ︙ |