Overview
Comment: | 0.0.1166 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
263e2172f9747588fda73d35f9410eab |
User & Date: | 顽雨沉风 on 2023-07-11 06:39:41 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
06:42 | 0.0.1167 check-in: 51cfc2c559 user: 顽雨沉风 tags: trunk | |
06:39 | 0.0.1166 check-in: 263e2172f9 user: 顽雨沉风 tags: trunk | |
06:38 | 0.0.1165 check-in: b166812099 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [6e2751e5bc] to [873331c3b2].
︙ | |||
214 215 216 217 218 219 220 221 222 223 | 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 | + + + + + + | effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_ADJUST) cache_1 = function cache_1 = 0 cache_1 = cache_1 + LOCATION_HAND cache_1 = cache_1 + LOCATION_MZONE cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED end end |