diff --git a/scpt/character.zsh b/scpt/character.zsh index 423dcfd..aed8d8e 100755 --- a/scpt/character.zsh +++ b/scpt/character.zsh @@ -90,12 +90,12 @@ function create_game_character() { group=origin season=0 ;; - chinese|dragon|cerberus|pegasus) + chinese|dragon|cerberus|pegasus|leviathan) gender=male group=fantasy season=1 ;; - kitsune|phoenix|leviathan|kirin|wyvern) + kitsune|phoenix|kirin|wyvern) gender=female group=fantasy season=1 @@ -106,11 +106,12 @@ function create_game_character() { jj=`curl -sL "$url?repo=$repo&collection=$col&rkey=$rkey"` - echo $jj link=`echo $jj|jq -r '.value.embed.external.thumb.ref.[]'` size=`echo $jj|jq -r .value.embed.external.thumb.size` mtype=`echo $jj|jq -r .value.embed.external.thumb.mimeType` - echo $mtype, $size, $link + echo $name + echo $gender + echo https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:4hqjfn7m6n5hno3doamuhgef/$link ## upload img #if [ -f ./${name}.jpeg ];then