Weapon data from Splatoon3. This is Unofficial data.
Install the gem and add to the application's Gemfile by executing:
$ bundle add ika3
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install ika3
require "ika3"
wakaba = Ika3::Weapon.find_by_name("γγγ°γ·γ₯γΌγΏγΌ")
=> {:name=>"γγγ°γ·γ₯γΌγΏγΌ", :sub=>"γΉγγ©γγ ", :special=>"γ°γ¬γΌγγγͺγ’"}
wakaba.special
=> "γ°γ¬γΌγγγͺγ’"
splatbombs = Ika3::Weapon.filter_by_sub("γΉγγ©γγ ")
splatbombs
=>
[{:name=>"γγγ°γ·γ₯γΌγΏγΌ", :sub=>"γΉγγ©γγ ", :special=>"γ°γ¬γΌγγγͺγ’"},
{:name=>"γΉγγ©γγ£γΌγΈγ£γΌ", :sub=>"γΉγγ©γγ ", :special=>"γγ₯γΌγ€γ³γ"},
{:name=>"γΉγγ©γΉγ³γΌγ", :sub=>"γΉγγ©γγ ", :special=>"γγ₯γΌγ€γ³γ"},
{:name=>"γγ΄γ‘γγ©γΉγΏγΌ", :sub=>"γΉγγ©γγ ", :special=>"γ·γ§γ―γ―γ³γγΌ"},
{:name=>"γ―γ©γγ·γ₯γγ©γΉγΏγΌ", :sub=>"γΉγγ©γγ ", :special=>"γ¦γ«γγ©γ·γ§γγ"},
{:name=>"γγγ", :sub=>"γΉγγ©γγ ", :special=>"γ‘γ¬γγ³γ¬γΌγΆγΌ5.1ch"}]
Initialize with your contact information. e.g. Twitter, GitHub, Homepage URL and so on.
ika3_schedule = Ika3::Schedule.new('GitHub@YutaGoto')
ika3_schedule.bankara_challenge_next
=>
{"start_time"=>"2023-02-07T13:00:00+09:00",
"end_time"=>"2023-02-07T15:00:00+09:00",
"rule"=>{"key"=>"LOFT", "name"=>"γ¬γγ€γ°γ©"},
"stages"=>
[{"id"=>9,
"name"=>"γγ©γ‘γδΈε£ε°",
"image"=> "https://....."},
{"id"=>11,
"name"=>"γγ³γ‘γγ€ηΎθ‘逨",
"image"=> "https://...."}],
"is_fest"=>false}
This gem is NOT related to Nintendo.
The Schedule is used an unofficial API. https://spla3.yuu26.com/
Bug reports and pull requests are welcome on GitHub at https://github.com/YutaGoto/ika3.
The gem is available as open source under the terms of the MIT License.